Branch indexing > git rev-parse --resolve-git-dir /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59/.git # timeout=10 Setting origin to https://gitlab.eclipse.org/eclipse/hawk/hawk.git > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.40.0' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59@tmp/jenkins-gitclient-ssh15266368107167993355.key Verifying host key using known hosts file > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/master Seen 1 remote branch Obtained core/Jenkinsfile from dc7fa471e76906ce71037e3e06a8336f0975126c [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes hawk/hawk-master-410-pk75r-2ksb5-8w3p6 Still waiting to schedule task Waiting for next available executor on ‘hawk-master-410-pk75r-2ksb5-8w3p6’ Agent hawk-master-410-pk75r-2ksb5-8w3p6 is provisioned from template hawk_master_410-pk75r-2ksb5 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/hawk/job/master/410/" runUrl: "job/hawk/job/master/410/" labels: jenkins: "slave" jenkins/label-digest: "7d0030fb1ebccd1c4c76612151dc9116a1928741" jenkins/label: "hawk_master_410-pk75r" name: "hawk-master-410-pk75r-2ksb5-8w3p6" 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/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-master-410-pk75r-2ksb5-8w3p6" - name: "JENKINS_NAME" value: "hawk-master-410-pk75r-2ksb5-8w3p6" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.hawk.svc.cluster.local/hawk/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - 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-master-410-pk75r-2ksb5-8w3p6 in /home/jenkins/agent/workspace/hawk_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_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_master@tmp/jenkins-gitclient-ssh11734872101353840104.key Verifying host key using known hosts file > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision dc7fa471e76906ce71037e3e06a8336f0975126c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f dc7fa471e76906ce71037e3e06a8336f0975126c # timeout=10 Commit message: "Time-aware API: add methods for listing edges created within a range" > git rev-list --no-walk f74a4619ce2844a427121fef2fc6785ad6251133 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Tycho) [Pipeline] container [Pipeline] { [Pipeline] sh + mvn --version Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /usr/share/maven Java version: 11.0.16, vendor: Oracle Corporation, runtime: /usr/local/openjdk-11 Default locale: en, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [Pipeline] sh + which java /usr/local/openjdk-11/bin/java [Pipeline] sh + echo /usr/local/openjdk-11 /usr/local/openjdk-11 [Pipeline] sh + cd core + mvn -B --quiet install -DfailIfNoTests=false -P jenkins,signjars --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 Running org.eclipse.hawk.backend.tests.BackendTestSuite Starting database plocal:/tmp/junit3813491411847820278 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.orientechnologies.common.directmemory.OByteBufferPool (file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.backend.tests/target/work/configuration/org.eclipse.osgi/101/0/.cp/lib/jars/orientdb-core-2.2.30.jar) to method sun.nio.ch.DirectBuffer.cleaner() WARNING: Please consider reporting this to the maintainers of com.orientechnologies.common.directmemory.OByteBufferPool 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 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Warning: prematurely committing a transaction so we can create index roots_sbtree_STRING Starting database plocal:/tmp/junit6076250067687090304 set up properties for V_hawkIndexStore: [] set up properties for V_object: [] set up properties for V_file: [in__hawkFile (type=LINKBAG)] Warning: prematurely committing a transaction so we can create index roots_sbtree_STRING Starting database plocal:/tmp/junit16907516932730757609 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Warning: prematurely committing a transaction so we can create index my_hcol_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hcom_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hsco_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hspa_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hpct_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hequ_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hfsl_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hbsl_index_sbtree_INTEGER Starting database plocal:/tmp/junit1063165130994649495 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_DOUBLE Starting database plocal:/tmp/junit4520060765190399309 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit15617234378599958134 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit15509986010359241220 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit17192809521700633010 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] set up properties for V_y: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit6027345154295348702 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit17270066693370584438 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit5512605628602160848 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit17895597671401790060 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index hawkFileIndex_sbtree_STRING Starting database plocal:/tmp/junit16642004689623330174 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index hawkFileIndex_sbtree_STRING Starting database plocal:/tmp/junit3155048835970724065 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Warning: prematurely committing a transaction so we can create index roots_sbtree_STRING Starting database plocal:/tmp/junit1281707233220790841 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit6979581856690990039 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit7359853190219717007 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit5268285565043682463 set up properties for V_hawkIndexStore: [] set up properties for V_v: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit13932655946216615214 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit11622404050008632992 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit14932526869092958894 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit7180614872276553799 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit16569105865506217114 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] set up properties for V_y: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit17563080395983209103 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Warning: prematurely committing a transaction so we can create index roots_sbtree_STRING Starting database plocal:/tmp/junit991895236066600459 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_DOUBLE Starting database plocal:/tmp/junit8811662405037273531 set up properties for V_hawkIndexStore: [] set up properties for V_v: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_DOUBLE Starting database plocal:/tmp/junit17014213473678308756 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit15862132502398480698 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit6422270366809140757 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit6422270366809140757 Starting database plocal:/tmp/junit1035024469714759000 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit84666735873970689 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit15504301821480056241 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit15506091677201084313 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit10241963514363810674 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Starting database plocal:/tmp/junit12059517681712761445 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit12717938617114658748 set up properties for V_hawkIndexStore: [] set up properties for V_my_hcol_object: [] set up properties for V_my_hcom_object: [] set up properties for V_my_hsco_object: [] set up properties for V_my_hspa_object: [] set up properties for V_my_hpct_object: [] set up properties for V_my_hats_object: [] set up properties for V_my_hequ_object: [] set up properties for V_my_hdot_object: [] Starting database plocal:/tmp/junit13438891088983500382 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit3610862726012460010 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit3695616434544291366 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit1372525907055854165 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit4652442129023986382 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Starting database plocal:/tmp/junit1650728143580021046 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit13959629053182517194 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.094 s - in org.eclipse.hawk.backend.tests.BackendTestSuite addThenReuseIterable[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.91 s getMultipleMatches[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 1.097 s invalidIndexNames[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 1.204 s doubleExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.803 s removeByFullKey[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.98 s removeByNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.62 s removeByFieldNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.676 s indexNodeDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.619 s integerRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.697 s integerExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.619 s indexKeyAdditionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.766 s removeByNodeMultipleIndicesRemoveAll[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.7 s removeByNodeMultipleIndicesRemoveOne[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.634 s addPreservesPriorValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.777 s addNullMap[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.714 s query[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.904 s removeByNode3Arg[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.6 s removeByFullKeyInt[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.593 s nodeDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.602 s queryWithPipes[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.796 s addNullValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.678 s removeByValueNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.524 s indexDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.592 s deleteRecreate[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.697 s floatingRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.696 s removeByFullKeyDouble[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.7 s indexKeyRemovalRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.5 s testStartTransaction[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.615 s testStartDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 1.482 s testStartShutdown[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.491 s twoNodesBatchRemoveRel[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.817 s oneNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 1.032 s oneNodeProperty[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.962 s oneNodeRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.736 s oneNodeRemoveRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.655 s escapeInvalidClassCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.595 s escapeInvalidCharactersEdges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.63 s escapeInvalidFieldCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.7 s twoNodesBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.89 s oneNodeRemove[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.59 s oneNodeBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.605 s threeNodesRemoveMiddle[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.71 s recreateEdge[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.701 s Results: Tests run: 43, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.integration.tests.IntegrationTestSuite Warning: Nashorn engine is planned to be removed from a future JDK release Starting database plocal:/tmp/junit7436044316275828839/test_set0[OrientDB] Apr 30, 2023 5:23:32 PM com.orientechnologies.common.log.OLogManager log INFO: Auto configuration of disk cache size. Apr 30, 2023 5:23:32 PM com.orientechnologies.common.log.OLogManager log INFO: Disk cache size is directly set by the user to the 300 mb Apr 30, 2023 5:23:32 PM com.orientechnologies.common.log.OLogManager log WARNING: The configured memory chunk size (1073741824 bytes) is larger than the configured maximum cache size (314572800 bytes). That may cause overallocation of a memory which will be wasted, please tune the configuration up. Use the storage.diskCache.bufferSize OrientDB option to raise the cache memory size or memory.chunk.size OrientDB option to lower memory chunk size. Apr 30, 2023 5:23:32 PM com.orientechnologies.common.log.OLogManager log INFO: Lowering memory chunk size from 1,073,741,824B to 314,572,800B. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.orientechnologies.common.directmemory.OByteBufferPool (file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/target/work/configuration/org.eclipse.osgi/107/0/.cp/lib/jars/orientdb-core-2.2.30.jar) to method sun.nio.ch.DirectBuffer.cleaner() WARNING: Please consider reporting this to the maintainers of com.orientechnologies.common.directmemory.OByteBufferPool 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 Apr 30, 2023 5:23:32 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit7436044316275828839/test_set0[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:23:34.710 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:23:35.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:23:35.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:23:35.175 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:35.175 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:23:35.177 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:35.178 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:23:35.179 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:23:35.180 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:23:35.180 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 17:23:35.181 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:23:35.181 [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 17:23:35.182 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 17:23:35.603 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/JDTAST.ecore] 17:23:35.603 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/JDTAST.ecore] 17:23:35.603 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/JDTAST.ecore] Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 17:23:35.603 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:35.604 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:23:35.689 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:23:35.785 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:23:35.973 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:23:35.975 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:23:35.977 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:23:35.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:23:35.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:23:35.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:23:35.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:23:35.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:23:35.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:23:35.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:23:35.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:23:35.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:23:35.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:23:35.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:23:35.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:23:35.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:23:35.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:23:35.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:23:35.995 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:23:35.995 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:23:35.995 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:23:35.995 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:23:35.996 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:23:35.997 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:23:35.997 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:23:35.997 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:23:35.997 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:23:35.997 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:23:35.997 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:23:35.997 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:23:35.998 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:23:35.999 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:23:36.001 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:23:36.075 [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 17:23:36.076 [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 17:23:36.076 [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 17:23:36.077 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:23:36.079 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:23:36.088 [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 17:23:36.183 [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 17:23:36.189 [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 17:23:36.191 [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 17:23:36.297 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:23:36.302 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:23:36.370 [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 17:23:37.495 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~1 sec) 17:23:37.495 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:23:37.707 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:37.711 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:23:37.711 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:23:38.143 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:23:38.145 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:23:38.145 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:23:41.003 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:23:41.004 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:41.004 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:41.004 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:23:41.090 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:23:41.594 [pool-2-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 17:24:07.077 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding nodes: 50001 25 sec (25 sec total) to /set0.xmi 17:24:11.674 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69680 NODES AND 266282 M->MM REFERENCES! (took ~30sec) 17:24:11.674 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:24:20.620 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding references: 50035 8 sec (8 sec total) to /set0.xmi 17:24:22.701 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69806 REFERENCES! (took ~11 sec) 17:24:22.769 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 41s771ms [pure insertion] marking any relevant derived attributes for update...17:24:22.770 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 17:24:22.774 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 17:24:22.775 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:22.775 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:24:55.975 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:55.976 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~33.201s attempting to resolve any uninitialized derived attributes... 17:24:55.976 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:55.976 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:24:55.977 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:24:55.977 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 33s208ms [proxy update] 17:24:55.983 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:24:55.984 [pool-2-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 ~78s validating changes... validating file UPDATED for /set0.xmi changed resource size: 69680 relevant graph size: 69680 validated changes... true 17:25:15.816 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 98 s 105 ms 17:25:16.182 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:16.183 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:16.191 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:16.191 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:16.571 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:16 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit7436044316275828839/test_set0[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit737000255656433618/test_tree[OrientDB] Apr 30, 2023 5:25:16 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit737000255656433618/test_tree[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:17.802 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:17.807 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:17.808 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:17.808 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:17.808 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:17.808 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:17.808 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:17.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:17.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:25:17.871 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:25:17.871 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 17:25:17.871 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 17:25:17.872 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/Tree.ecore to store 17:25:17.895 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:17.895 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:17.902 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:17.995 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:18.070 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:25:18.072 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:18.072 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:18.073 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:18.073 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:18.073 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:18.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:18.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:18.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:18.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:18.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:18.078 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:18.078 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:18.078 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:18.079 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:18.079 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:18.079 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:18.080 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:18.080 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:18.080 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:18.081 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:18.081 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:18.081 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:18.081 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:18.081 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:18.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:18.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:18.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:18.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:18.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:18.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:18.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:18.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:18.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:18.277 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 17:25:18.277 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:18.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:18.409 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:18.410 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:18.413 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:18.414 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:18.414 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:18.479 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:25:18.479 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:18.479 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:18.479 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:25:18.498 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:25:18.582 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:25:18.582 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:25:18.587 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:25:18.587 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s109ms [pure insertion] marking any relevant derived attributes for update...17:25:18.791 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s204ms 17:25:18.791 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s204ms 17:25:18.791 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:18.791 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:18.793 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:25:18.793 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:25:18.794 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:18.794 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:18.794 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:18.794 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 17:25:18.794 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:18.794 [pool-3-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 17:25:18.797 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 387 ms 17:25:18.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:18.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:18.874 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:18.874 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:18.901 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:18 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit737000255656433618/test_tree[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit15941840888469528451/test_treeWithSpaces[OrientDB] Apr 30, 2023 5:25:19 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit15941840888469528451/test_treeWithSpaces[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:19.970 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:19.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:19.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:19.973 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:19.973 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:19.974 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:19.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:19.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:19.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:25:19.974 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 17:25:19.975 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:25:19.975 [pool-4-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 17:25:19.976 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/Tree.ecore to store 17:25:19.986 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:19.986 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:19.988 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:20.075 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:20.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:20.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:20.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:20.091 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:20.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:20.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:20.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:20.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:20.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:20.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:20.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 17:25:20.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 17:25:20.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 17:25:20.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 17:25:20.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:20.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 17:25:20.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:20.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:20.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 17:25:20.173 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:20.173 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:20.173 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:20.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 17:25:20.173 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:20.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 17:25:20.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:20.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 17:25:20.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:20.175 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:20.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 17:25:20.175 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:20.176 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:20.176 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:20.181 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:25:20.292 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 17:25:20.292 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:20.407 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:20.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:20.411 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:20.472 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:20.474 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:20.474 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:20.476 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 17:25:20.477 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:20.477 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:20.477 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:25:20.498 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:25:20.589 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:25:20.589 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 17:25:20.590 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:25:20.590 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 0s114ms [pure insertion] marking any relevant derived attributes for update...17:25:20.590 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:20.590 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:20.590 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:20.590 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:20.592 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:25:20.592 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:25:20.592 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:20.592 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:20.593 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:20.593 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 17:25:20.593 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:20.594 [pool-4-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 17:25:20.595 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 184 ms 17:25:20.678 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:20.678 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:20.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:20.682 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:20.689 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:20 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit15941840888469528451/test_treeWithSpaces[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit2872592050645893845/test_treeCrossResourceContainment[OrientDB] Apr 30, 2023 5:25:20 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit2872592050645893845/test_treeCrossResourceContainment[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:21.618 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:21.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:21.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:21.673 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:21.673 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:21.673 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:21.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:21.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:21.674 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:25:21.674 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:25:21.674 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: 17:25:21.674 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 17:25:21.675 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/Tree.ecore to store 17:25:21.683 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:21.683 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:21.685 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:21.694 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:21.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:21.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:21.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:21.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:21.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:21.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:21.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:21.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:21.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:21.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:21.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:21.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:21.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:21.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:21.776 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:21.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:21.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:21.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:21.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:21.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:21.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:21.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:21.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:21.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:21.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:21.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:21.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:21.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:21.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:21.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:21.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:21.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:21.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:21.782 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:25:21.805 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 17:25:21.805 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:21.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:21.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:21.972 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:21.975 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:21.976 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:21.976 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:21.978 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:25:21.979 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:21.979 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:21.979 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:25:21.994 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:25:22.071 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:25:22.071 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:25:22.085 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:25:22.085 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s107ms [pure insertion] marking any relevant derived attributes for update...17:25:22.085 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:22.085 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:22.087 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /child.model... 17:25:22.087 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:22.087 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:22.087 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /child.model... 17:25:22.088 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /child.model 17:25:22.089 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:25:22.089 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /child.model 17:25:22.090 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:25:22.090 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /child.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:25:22.090 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:22.090 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:22.090 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:22.090 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:22.093 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 17:25:22.099 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 17:25:22.099 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 17:25:22.099 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:22.099 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:22.099 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:22.099 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 17:25:22.099 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:22.100 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 2 deleted 0 changed 2 loaded 2 c elems 3 d elems 0 time ~0s validating changes... validating file UPDATED for /root.model validating file UPDATED for /child.model changed resource size: 3 relevant graph size: 3 validated changes... true 17:25:22.101 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 129 ms 17:25:22.182 [pool-5-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: OrientNode [#13:20] 17:25:22.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:22.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:22.191 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:22.191 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:22.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:22 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit2872592050645893845/test_treeCrossResourceContainment[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit2423820393006898085/test_derivedEdgeCollection[OrientDB] Apr 30, 2023 5:25:22 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit2423820393006898085/test_derivedEdgeCollection[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:23.086 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:23.089 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:23.089 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:23.089 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:23.089 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:23.090 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:23.090 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:23.090 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:23.090 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:23.090 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:25:23.091 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:23.091 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:25:23.091 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/Tree.ecore to store 17:25:23.170 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:23.170 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:23.173 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:23.184 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:23.199 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:25:23.200 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:23.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:23.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:23.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:23.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:23.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:23.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:23.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:23.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:23.201 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:23.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:23.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:23.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:23.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:23.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:23.203 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:23.204 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:23.204 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:23.204 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:23.204 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:23.204 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:23.205 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:23.205 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:23.205 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:23.205 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:23.205 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:23.206 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:23.206 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:23.207 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:23.207 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:23.207 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:23.207 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:23.208 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:23.296 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 17:25:23.296 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:23.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:23.406 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:23.406 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:23.409 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:23.410 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:23.410 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:23.412 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:25:23.412 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:23.412 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:23.412 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:25:23.491 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:25:23.575 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 17:25:23.575 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:25:23.580 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:25:23.581 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s169ms [pure insertion] marking any relevant derived attributes for update...17:25:23.581 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:23.581 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:23.581 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:23.581 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:23.583 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:25:23.583 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:25:23.583 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:23.583 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:23.583 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:23.583 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 17:25:23.584 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:23.584 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:23.584 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 178 ms 17:25:23.585 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 17:25:23.585 [pool-6-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; 17:25:23.587 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 17:25:23.588 [pool-6-thread-1] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 17:25:23.599 [pool-6-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 17:25:23.604 [pool-6-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: OrientNode [#13:0] 17:25:23.605 [pool-6-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 17:25:23.699 [pool-6-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) 17:25:23.700 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.113s 17:25:23.700 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 17:25:23.797 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:23.797 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:23.805 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:23.805 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:23.881 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:23 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit2423820393006898085/test_derivedEdgeCollection[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit8783878892946600083/test_deriveThenAdd[OrientDB] Apr 30, 2023 5:25:24 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit8783878892946600083/test_deriveThenAdd[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:24.934 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:24.978 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:24.978 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:24.978 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:24.978 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:24.978 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:24.978 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:24.978 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:24.979 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:25:24.979 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:24.979 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:25:24.979 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:24.979 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 17:25:24.989 [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_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/crossrefs.ecore] Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 17:25:24.989 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:24.989 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:24.990 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:25.000 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:25.072 [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 17:25:25.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:25.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:25.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:25.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:25.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:25.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:25.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:25.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:25.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:25.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:25.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:25.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:25.075 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:25.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:25.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:25.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:25.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:25.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:25.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:25.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:25.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:25.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:25.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:25.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:25.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:25.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:25.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:25.078 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:25.078 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:25.078 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:25.079 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:25.079 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:25.079 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:25.101 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:25:25.101 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:25.101 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 17:25:25.102 [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; 17:25:25.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 17:25:25.212 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:25.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:25.271 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:25.275 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:25.276 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:25.276 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:25.279 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:25:25.279 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:25.279 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:25.279 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:25:25.294 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] set up properties for V_derivedattribute: [] 17:25:25.396 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:25:25.396 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:25:25.412 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:25:25.412 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s133ms [pure insertion] marking any relevant derived attributes for update...17:25:25.412 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:25.412 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:25.470 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:25:25.471 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:25.471 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:25.471 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 17:25:25.472 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 17:25:25.475 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:25:25.475 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:25:25.479 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:25:25.479 [pool-7-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...17:25:25.479 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:25.479 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:25.482 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:25:25.482 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:25.482 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:25.482 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:25:25.482 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:25:25.485 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:25:25.485 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:25:25.487 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:25:25.487 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:25:25.487 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:25.487 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:25.487 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:25.487 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:25.493 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:25:25.581 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:25:25.581 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.093s attempting to resolve any uninitialized derived attributes... 17:25:25.582 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:25.582 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:25.582 [pool-7-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 17:25:25.716 [pool-7-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) 17:25:25.717 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:25.717 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s230ms [proxy update] 17:25:25.717 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:25.718 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:25.718 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 447 ms 17:25:25.726 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:25.726 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:25.772 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:25.772 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:25.785 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:25 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit8783878892946600083/test_deriveThenAdd[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit16502769594427275023/test_derivedEdgeSingle[OrientDB] Apr 30, 2023 5:25:25 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit16502769594427275023/test_derivedEdgeSingle[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:26.499 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:26.502 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:26.502 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:26.502 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:26.502 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:26.502 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:26.502 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:26.502 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:26.503 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:25:26.503 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 17:25:26.503 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 17:25:26.503 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:26.503 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/Tree.ecore to store 17:25:26.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:26.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:26.511 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:26.577 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:26.587 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:25:26.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:26.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:26.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:26.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:26.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:26.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:26.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:26.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:26.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:26.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:26.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:26.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:26.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:26.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:26.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:26.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:26.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:26.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:26.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:26.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:26.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:26.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:26.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:26.591 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:26.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:26.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:26.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:26.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:26.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:26.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:26.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:26.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:26.592 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:26.612 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 17:25:26.612 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:26.778 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:26.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:26.781 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:26.784 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:26.785 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:26.785 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:26.787 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:25:26.787 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:26.787 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:26.787 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:25:26.801 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:25:26.875 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 17:25:26.875 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:25:26.879 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:25:26.879 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s93ms [pure insertion] marking any relevant derived attributes for update...17:25:26.879 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:26.879 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:26.880 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:26.880 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:26.881 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:25:26.881 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:25:26.881 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:26.881 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:26.881 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:26.881 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 17:25:26.882 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:26.882 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:26.882 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 101 ms 17:25:26.882 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 17:25:26.882 [pool-8-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; 17:25:26.883 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 17:25:26.884 [pool-8-thread-1] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 17:25:26.890 [pool-8-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; 17:25:26.892 [pool-8-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of children: OrientNode [#13:0] 17:25:26.978 [pool-8-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) 17:25:26.978 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.095s 17:25:26.978 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 17:25:26.991 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:26.991 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:26.994 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:26.994 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:27.001 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:27 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit16502769594427275023/test_derivedEdgeSingle[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit14937350661188185762/test_addThenIndex[OrientDB] Apr 30, 2023 5:25:27 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit14937350661188185762/test_addThenIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:28.081 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:28.084 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:28.084 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:28.084 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:28.084 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:28.084 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:28.085 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:28.085 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:28.085 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:28.085 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:25:28.086 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:28.086 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:25:28.086 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 17:25:28.098 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:28.098 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:28.099 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:28.172 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:28.189 [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 17:25:28.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:28.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:28.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:28.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:28.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:28.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:28.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:28.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:28.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:28.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:28.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:28.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:28.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:28.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:28.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:28.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:28.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:28.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:28.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:28.192 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:28.193 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:28.193 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:28.193 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:28.193 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:28.193 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:28.194 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:28.194 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:28.194 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:28.194 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:28.194 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:28.194 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:28.194 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:28.194 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:28.289 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:25:28.289 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:28.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:28.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:28.398 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:28.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 17:25:28.399 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 17:25:28.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 17:25:28.402 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:28.403 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:28.403 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:28.405 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:25:28.405 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:28.405 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:28.405 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:25:28.485 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:25:28.571 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:25:28.571 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:25:28.583 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:25:28.583 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s178ms [pure insertion] marking any relevant derived attributes for update...17:25:28.583 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:28.583 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:28.585 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:25:28.585 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:28.585 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:28.585 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 17:25:28.586 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 17:25:28.587 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:25:28.587 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:25:28.589 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:25:28.589 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:25:28.589 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:28.589 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:28.590 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:25:28.590 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:28.590 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:28.591 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:25:28.591 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:25:28.592 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:25:28.592 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:25:28.594 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:25:28.594 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:25:28.594 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:28.594 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:28.594 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:28.594 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:28.597 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:25:28.670 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:25:28.670 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.076s attempting to resolve any uninitialized derived attributes... 17:25:28.671 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:28.671 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:28.671 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:28.671 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s77ms [proxy update] 17:25:28.671 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:28.672 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:28.672 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 274 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 17:25:28.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:28.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:28.691 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:28.691 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:28.700 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:28 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit14937350661188185762/test_addThenIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit754764496029912294/test_lookupWithIndex[OrientDB] Apr 30, 2023 5:25:28 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit754764496029912294/test_lookupWithIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:29.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:29.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:29.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:29.677 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:29.677 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:29.677 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:29.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:29.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:29.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:25:29.677 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:29.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:25:29.678 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:29.678 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 17:25:29.685 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:29.685 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:29.687 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:29.699 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:29.709 [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 17:25:29.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:29.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:29.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:29.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:29.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:29.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:29.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:29.712 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:29.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:29.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:29.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 17:25:29.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[] 17:25:29.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:29.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 17:25:29.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 17:25:29.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:29.769 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:29.792 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:25:29.792 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:29.792 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 17:25:29.792 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 17:25:29.794 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 17:25:29.894 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:29.897 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:29.897 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:29.903 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:29.905 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:29.905 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:29.908 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:25:29.908 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:29.908 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:29.908 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:25:30.022 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:25:30.089 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:25:30.090 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:25:30.101 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:25:30.101 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s194ms [pure insertion] marking any relevant derived attributes for update...17:25:30.101 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:30.101 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:30.103 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:25:30.103 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:30.103 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:30.103 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:25:30.104 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:25:30.106 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:25:30.106 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:25:30.111 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:25:30.111 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:25:30.111 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:25:30.112 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:25:30.114 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:25:30.114 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:30.114 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:30.114 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:25:30.169 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:25:30.172 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:25:30.172 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:25:30.174 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:25:30.174 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s60ms [pure insertion] marking any relevant derived attributes for update...17:25:30.174 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:30.174 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:30.174 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:30.174 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:30.179 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:25:30.201 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:25:30.201 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.027s attempting to resolve any uninitialized derived attributes... 17:25:30.201 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:30.201 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:30.201 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:30.201 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s28ms [proxy update] 17:25:30.202 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:30.202 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:30.203 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 305 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 17:25:30.275 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:30.275 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:30.278 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:30.278 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:30.285 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:30 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit754764496029912294/test_lookupWithIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit1586042552007966596/test_lookupWithoutIndex[OrientDB] Apr 30, 2023 5:25:30 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit1586042552007966596/test_lookupWithoutIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:31.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:31.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:31.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:31.271 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:31.271 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:31.271 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:31.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:31.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:31.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:25:31.271 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 17:25:31.272 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 17:25:31.272 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:31.272 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 17:25:31.279 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:31.279 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:31.280 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:31.289 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:31.303 [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 17:25:31.305 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:31.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:31.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:31.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:31.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:31.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:31.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:31.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:31.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:31.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:31.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:31.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:31.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:31.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:31.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:31.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:31.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:31.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:31.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:31.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:31.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:31.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:31.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:31.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:31.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:31.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:31.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:31.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:31.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:31.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:31.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:31.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:31.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:31.390 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:25:31.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:31.495 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:31.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:31.498 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:31.501 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:31.502 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:31.502 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:31.504 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:25:31.504 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:31.504 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:31.504 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:25:31.569 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:25:31.588 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:25:31.588 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:25:31.597 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:25:31.597 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s93ms [pure insertion] marking any relevant derived attributes for update...17:25:31.597 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:31.597 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:31.599 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:25:31.599 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:31.599 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:31.599 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:25:31.600 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:25:31.601 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:25:31.601 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:25:31.604 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:25:31.604 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:25:31.604 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:31.604 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:31.606 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:25:31.606 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:31.606 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:31.606 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:25:31.606 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:25:31.607 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:25:31.607 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:25:31.608 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:25:31.608 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:25:31.608 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:31.608 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:31.608 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:31.609 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:31.671 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:25:31.686 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:25:31.686 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.077s attempting to resolve any uninitialized derived attributes... 17:25:31.686 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:31.686 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:31.686 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:31.686 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s77ms [proxy update] 17:25:31.686 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:31.687 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:31.687 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 189 ms 17:25:31.691 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:31.691 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:31.694 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:31.694 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:31.701 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:31 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit1586042552007966596/test_lookupWithoutIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5726345789235923070/test_eContainersIsUpdatedRoot[OrientDB] Apr 30, 2023 5:25:31 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit5726345789235923070/test_eContainersIsUpdatedRoot[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:32.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:32.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:32.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:32.517 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:32.517 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:32.518 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:32.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:32.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:32.569 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:25:32.569 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:32.569 [pool-12-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 17:25:32.570 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 17:25:32.570 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 17:25:32.577 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:32.577 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:32.578 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:32.588 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:32.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:32.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:32.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:32.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:32.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:32.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:32.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:32.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:32.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:32.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:32.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:32.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:32.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:32.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:32.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:32.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:32.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:32.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:32.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:32.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:32.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:32.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:32.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:32.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:32.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:32.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:32.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:32.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:32.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:32.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:32.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:32.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:32.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:32.677 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:25:32.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:32.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 17:25:32.681 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:32.681 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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[] 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.684 [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 17:25:32.685 [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 17:25:32.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.685 [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 17:25:32.692 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:25:32.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:32.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 17:25:32.694 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:32.694 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:32.695 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:25:32.699 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:25:32.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:32.797 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit13272203388367845854/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:32.800 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:32.800 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:32.805 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:32.807 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:32.807 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:32.886 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childA.xmi... 17:25:32.886 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:32.886 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:32.886 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childA.xmi... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:25:32.971 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childA.xmi set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:25:32.983 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:25:32.983 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childA.xmi 17:25:32.990 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:25:32.990 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s105ms [pure insertion] marking any relevant derived attributes for update...17:25:32.990 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:32.990 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:33.004 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:25:33.004 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:33.004 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:33.004 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:25:33.005 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 17:25:33.073 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:25:33.073 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 17:25:33.074 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:25:33.074 [pool-12-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...17:25:33.074 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:33.074 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:33.092 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childB.xmi... 17:25:33.092 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:33.093 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:33.093 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childB.xmi... 17:25:33.093 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childB.xmi 17:25:33.094 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:25:33.094 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childB.xmi 17:25:33.094 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:25:33.094 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childB.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:25:33.094 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:33.094 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:33.176 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 17:25:33.176 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:33.176 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:33.176 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 17:25:33.177 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childAA.xmi 17:25:33.177 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:25:33.177 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childAA.xmi 17:25:33.177 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:25:33.178 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:25:33.178 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:33.178 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:33.178 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:33.178 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:33.180 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 17:25:33.192 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 17:25:33.192 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.014s attempting to resolve any uninitialized derived attributes... 17:25:33.192 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:33.192 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:33.192 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:33.192 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s14ms [proxy update] 17:25:33.192 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:33.192 [pool-12-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 /childB.xmi validating file UPDATED for /childAA.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 17:25:33.195 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 395 ms 17:25:33.195 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 17:25:33.195 [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); 17:25:33.197 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 17:25:33.197 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 17:25:33.203 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:25:33.285 [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) 17:25:33.285 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.088s 17:25:33.285 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 17:25:33.291 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:33.294 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:33.294 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:33.294 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:33.308 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:25:33.308 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:33.309 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:25:33.309 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 17:25:33.309 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:25:33.309 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /root.xmi... 17:25:33.310 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 17:25:33.372 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.062s 17:25:33.377 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 17:25:33.388 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:25:33.388 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 17:25:33.389 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:25:33.389 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /root.xmi. 0s81ms [pure insertion] marking any relevant derived attributes for update...17:25:33.389 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s5ms 17:25:33.394 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s5ms 17:25:33.394 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:33.394 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:33.394 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 17:25:33.403 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 17:25:33.403 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 17:25:33.403 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:33.403 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:33.404 [pool-12-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:25:33.408 [pool-12-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) 17:25:33.408 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:33.408 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 17:25:33.409 [pool-12-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:25:33.469 [pool-12-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s83ms [proxy update] 17:25:33.477 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:33.477 [pool-12-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 17:25:33.479 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 187 ms 17:25:33.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:33.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit13272203388367845854/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:33.488 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:33.488 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:33.497 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:33 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit5726345789235923070/test_eContainersIsUpdatedRoot[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit4270154300507201757/test_queryEnumValues[OrientDB] Apr 30, 2023 5:25:33 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit4270154300507201757/test_queryEnumValues[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:34.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:34.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:34.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:34.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:34.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:34.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:34.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:34.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:34.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:25:34.393 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:34.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:25:34.394 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:34.394 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 17:25:34.400 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: ColoredTree (ColoredTree) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/ColoredTree.ecore] Adding metamodels in: ./resources/metamodels/ColoredTree.ecore to store 17:25:34.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:34.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:34.401 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:34.410 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:34.410 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:34.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:34.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:34.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:34.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:34.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:34.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:34.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:34.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:34.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:34.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:34.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:34.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:34.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:34.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:34.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:34.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:34.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:34.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:34.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:34.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:34.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:34.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:34.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:34.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:34.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:34.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:34.477 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:34.477 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:34.477 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:34.477 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:34.477 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:34.477 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:34.479 [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 17:25:34.480 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 17:25:34.500 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 17:25:34.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:34.598 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:34.601 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:34.601 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:34.602 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:34.603 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:34.603 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:34.605 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 17:25:34.605 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:34.605 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:34.605 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /colored-tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:25:34.673 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /colored-tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:25:34.693 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:25:34.693 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /colored-tree.model 17:25:34.698 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:25:34.698 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 0s93ms [pure insertion] marking any relevant derived attributes for update...17:25:34.698 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:34.698 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:34.698 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:34.698 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:34.699 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:25:34.700 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:25:34.700 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:34.700 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:34.700 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:34.700 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 17:25:34.700 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:34.700 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:34.700 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 99 ms 17:25:34.703 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:34.703 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:34.706 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:34.706 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:34.772 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:34 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit4270154300507201757/test_queryEnumValues[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit10686600701896184713/test_slotType[OrientDB] Apr 30, 2023 5:25:34 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_slotType[OrientDB]}} Storage 'plocal:/tmp/junit10686600701896184713/test_slotType[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:35.488 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:35.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:35.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:35.491 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:35.491 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:35.491 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:35.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:35.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:35.491 [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! 17:25:35.491 [pool-14-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:35.492 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:25:35.492 [pool-14-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 17:25:35.493 [pool-14-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 17:25:35.594 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:35.594 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:35.598 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:35.608 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:35.671 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:25:35.671 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:25:35.672 [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 17:25:35.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:35.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:35.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:35.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:35.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:35.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:35.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:35.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:35.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:35.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:35.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:35.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:35.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:35.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:35.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:35.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:35.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:35.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:35.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:35.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:35.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:35.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:35.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:35.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:35.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:35.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:35.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:35.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:35.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:35.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:35.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:35.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:35.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:35.683 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:25:35.683 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:25:35.686 [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 17:25:35.687 [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 17:25:35.688 [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 17:25:35.692 [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 17:25:35.699 [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 17:25:35.699 [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 17:25:35.699 [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 17:25:36.293 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:25:36.293 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:36.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:36.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:36.300 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:36.300 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:36.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:36 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_slotType[OrientDB]}} Storage 'plocal:/tmp/junit10686600701896184713/test_slotType[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit12291926994030422104/test_typeSubtypes[OrientDB] Apr 30, 2023 5:25:36 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_typeSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit12291926994030422104/test_typeSubtypes[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:37.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:37.191 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:37.191 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:37.191 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:37.191 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:37.191 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:37.191 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:37.191 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:37.191 [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! 17:25:37.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:25:37.192 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:37.192 [pool-15-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 17:25:37.192 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 17:25:37.291 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:37.291 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:37.295 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:37.304 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:37.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:37.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:37.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:37.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:37.313 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:37.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:37.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:37.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:37.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:37.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:37.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:37.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:37.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:37.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:37.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:37.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:37.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:37.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 17:25:37.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:37.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:37.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:37.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:37.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:37.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:37.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:37.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:37.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:37.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:37.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:37.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:37.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 17:25:37.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:37.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:37.370 [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 17:25:37.370 [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 17:25:37.370 [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 17:25:37.370 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:25:37.372 [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 17:25:37.372 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:25:37.376 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:25:37.376 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:25:37.378 [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 17:25:37.379 [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 17:25:37.379 [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 17:25:37.383 [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 17:25:37.779 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:25:37.779 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:37.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:37.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:37.785 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:37.785 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:37.810 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:37 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_typeSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit12291926994030422104/test_typeSubtypes[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit4670996074104638173/test_slotInstanceTypeName[OrientDB] Apr 30, 2023 5:25:37 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_slotInstanceTypeName[OrientDB]}} Storage 'plocal:/tmp/junit4670996074104638173/test_slotInstanceTypeName[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:38.643 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:38.646 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:38.646 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:38.646 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:38.646 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:38.646 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:38.646 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:38.646 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:38.669 [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! 17:25:38.669 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:38.669 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:25:38.670 [pool-16-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 17:25:38.670 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 17:25:38.791 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:38.791 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:38.797 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:38.807 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:38.817 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:25:38.817 [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 17:25:38.818 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:25:38.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:38.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:38.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:38.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:38.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:38.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:38.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:38.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:38.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:38.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:38.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:38.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:38.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:38.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:38.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:38.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:38.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:38.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:38.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:38.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:38.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:38.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:38.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:38.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:38.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:38.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:38.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:38.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:38.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:38.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:38.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:38.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:38.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:38.877 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:25:38.877 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:25:38.883 [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 17:25:38.883 [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 17:25:38.884 [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 17:25:38.885 [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 17:25:38.891 [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 17:25:38.891 [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 17:25:38.891 [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 17:25:39.277 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:25:39.277 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:39.284 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:39.284 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:39.288 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:39.288 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:39.295 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:39 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_slotInstanceTypeName[OrientDB]}} Storage 'plocal:/tmp/junit4670996074104638173/test_slotInstanceTypeName[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit14719322597350350023/test_typeSupertypes[OrientDB] Apr 30, 2023 5:25:39 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_typeSupertypes[OrientDB]}} Storage 'plocal:/tmp/junit14719322597350350023/test_typeSupertypes[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:40.176 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:40.179 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:40.179 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:40.179 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:40.179 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:40.179 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:40.179 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:40.179 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:40.179 [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! 17:25:40.179 [pool-17-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:40.180 [pool-17-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 17:25:40.181 [pool-17-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 17:25:40.181 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 17:25:40.215 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:40.215 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:40.272 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:40.281 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:40.290 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:25:40.290 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:25:40.293 [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 17:25:40.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 17:25:40.294 [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 17:25:40.297 [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 17:25:40.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:40.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:40.306 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:40.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:40.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:40.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:40.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:40.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:40.308 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:40.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:40.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:40.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:40.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:40.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:40.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:40.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:40.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:40.311 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:25:40.312 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:25:40.313 [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 17:25:40.369 [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 17:25:40.369 [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 17:25:40.369 [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 17:25:40.687 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:25:40.687 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:40.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:40.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:40.695 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:40.695 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:40.717 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:40 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_typeSupertypes[OrientDB]}} Storage 'plocal:/tmp/junit14719322597350350023/test_typeSupertypes[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit11120139726734312509/test_metamodels[OrientDB] Apr 30, 2023 5:25:40 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit11120139726734312509/test_metamodels[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:41.678 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:41.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:41.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:25:41.682 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:41.682 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:41.682 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:41.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:41.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:41.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:25:41.682 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:41.683 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! sync metrics: interesting 0 deleted 0 changed 0 17:25:41.683 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 17:25:41.684 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 17:25:41.809 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:41.809 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:41.814 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:41.824 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:25:41.824 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:41.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:25:41.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:25:41.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:25:41.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:25:41.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:25:41.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:25:41.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:25:41.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:25:41.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:25:41.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:25:41.878 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:25:41.878 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:25:41.878 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:25:41.878 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:25:41.878 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:25:41.878 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:25:41.878 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:25:41.878 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:25:41.878 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:25:41.881 [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 17:25:41.881 [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 17:25:41.881 [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 17:25:41.881 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:25:41.882 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:25:41.884 [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 17:25:41.886 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:25:41.887 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:25:41.887 [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 17:25:41.888 [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 17:25:41.890 [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 17:25:41.897 [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 17:25:42.371 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:25:42.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:42.380 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:42.380 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:42.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:42.383 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:42.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:42 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit11120139726734312509/test_metamodels[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit3900853465731351520/test_elephantResolve[OrientDB] Apr 30, 2023 5:25:42 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit3900853465731351520/test_elephantResolve[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:43.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:43.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:43.375 [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 17:25:43.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:43.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:43.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:43.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:43.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:43.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:25:43.376 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:43.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:25:43.376 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:43.376 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:25:44.176 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 17:25:44.176 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 17:25:44.176 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 17:25:44.176 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 17:25:44.176 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 17:25:44.176 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Standard(modelio://Modeliosoft.Standard/2.0.00) Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 17:25:44.176 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:44.176 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:44.193 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:44.204 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:44.277 [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 17:25:44.277 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:25:44.277 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 17:25:44.293 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 17:25:44.296 [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 17:25:44.296 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 17:25:44.296 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 17:25:44.571 [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 17:25:44.571 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:25:44.572 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 17:25:44.912 [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 17:25:44.912 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 17:25:52.499 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~8 sec) 17:25:52.499 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:25:52.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5307270914745554273/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:52.600 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:52.600 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:52.602 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:52.603 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:52.603 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:52.675 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 17:25:52.675 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:52.675 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:52.675 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:25:52.692 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:25:52.788 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 17:25:52.788 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 17:25:52.800 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:25:52.800 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s125ms [pure insertion] marking any relevant derived attributes for update...17:25:52.800 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:25:52.801 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:25:52.801 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:52.801 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:52.807 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 17:25:52.873 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs 17:25:52.873 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.072s attempting to resolve any uninitialized derived attributes... 17:25:52.873 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:52.873 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:52.873 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:52.873 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s72ms [proxy update] 17:25:52.873 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:52.874 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:52.874 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 274 ms 17:25:52.875 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:52.878 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:25:52.878 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:25:52.878 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:25:52.882 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 17:25:52.882 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:52.882 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:52.882 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 17:25:52.883 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 17:25:53.081 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 17:25:53.081 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 17:25:53.085 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:25:53.085 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s203ms [pure insertion] marking any relevant derived attributes for update...17:25:53.085 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:53.085 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:53.088 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 17:25:53.088 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:53.089 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:53.089 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 17:25:53.095 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 17:25:53.176 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 17:25:53.176 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 17:25:53.184 [pool-19-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:25:53.184 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s96ms [pure insertion] marking any relevant derived attributes for update...17:25:53.184 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:53.184 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:53.184 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:53.184 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:25:53.190 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 17:25:53.211 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs 17:25:53.211 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.027s attempting to resolve any uninitialized derived attributes... 17:25:53.211 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:53.211 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:25:53.211 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:25:53.211 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s27ms [proxy update] 17:25:53.269 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:25:53.269 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:53.270 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 395 ms 17:25:53.270 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:25:53.270 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5307270914745554273/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:53.273 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:53.273 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:53.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:25:53 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit3900853465731351520/test_elephantResolve[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5055990870848725034/test_zoo[OrientDB] Apr 30, 2023 5:25:53 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit5055990870848725034/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:25:54.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:25:54.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:25:54.171 [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 17:25:54.171 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:54.171 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:54.171 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:54.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:25:54.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:25:54.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:25:54.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:25:54.171 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:25:54.172 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:25:54.172 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 17:25:54.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:54.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:25:54.376 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:25:54.385 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:25:54.392 [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 17:25:54.393 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:25:54.393 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 17:25:54.405 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 17:25:54.407 [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 17:25:54.407 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 17:25:54.407 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 17:25:54.573 [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 17:25:54.573 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:25:54.573 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 17:25:54.994 [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 17:25:54.994 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 17:26:01.010 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~6 sec) 17:26:01.010 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:26:01.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:01.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:01.111 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:01.479 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:01.483 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.483 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 20/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.484 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 30/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.484 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 40/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.485 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 50/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.485 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 60/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.485 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 70/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.486 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 80/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.486 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 90/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.486 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 100/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.487 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 110/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.487 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 120/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.487 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 130/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.488 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 140/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.488 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 150/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.488 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 160/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.488 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 170/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.489 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 180/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.489 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 190/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.490 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 200/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.490 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 210/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.490 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 220/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.491 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 230/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.491 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 240/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.491 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 250/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.492 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 260/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.492 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 270/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.492 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 280/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.493 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 290/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.493 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 300/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:01.493 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:01.493 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:01.493 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 0/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 0 sec total) 17:26:01.496 [pool-20-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... 17:26:01.496 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.496 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.496 [pool-20-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... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:26:01.572 [pool-20-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 set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:26:01.600 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:01.600 [pool-20-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 17:26:01.605 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.605 [pool-20-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. 0s110ms [pure insertion] marking any relevant derived attributes for update...17:26:01.605 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.605 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.607 [pool-20-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... 17:26:01.607 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.607 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.607 [pool-20-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... 17:26:01.608 [pool-20-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 17:26:01.692 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:01.692 [pool-20-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 17:26:01.692 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.692 [pool-20-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. 0s85ms [pure insertion] marking any relevant derived attributes for update...17:26:01.692 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.692 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.695 [pool-20-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... 17:26:01.695 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.695 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.695 [pool-20-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... 17:26:01.696 [pool-20-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 17:26:01.700 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 17:26:01.700 [pool-20-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 17:26:01.705 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:01.705 [pool-20-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:26:01.705 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.705 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.706 [pool-20-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... 17:26:01.706 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.706 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.706 [pool-20-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... 17:26:01.707 [pool-20-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 17:26:01.709 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:01.709 [pool-20-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 17:26:01.709 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.709 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:01.709 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.709 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.710 [pool-20-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... 17:26:01.710 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.710 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.710 [pool-20-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... 17:26:01.711 [pool-20-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 17:26:01.713 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:01.713 [pool-20-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 17:26:01.713 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.713 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:01.713 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.713 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.715 [pool-20-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... 17:26:01.715 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.715 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.715 [pool-20-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... 17:26:01.715 [pool-20-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 17:26:01.717 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:01.717 [pool-20-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 17:26:01.717 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.717 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:01.718 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:01.718 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:01.718 [pool-20-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... 17:26:01.718 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.718 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.718 [pool-20-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... 17:26:01.718 [pool-20-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 17:26:01.720 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:01.720 [pool-20-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 17:26:01.720 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.720 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:01.720 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.720 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.722 [pool-20-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... 17:26:01.722 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.722 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.722 [pool-20-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... 17:26:01.722 [pool-20-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 17:26:01.783 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 17:26:01.783 [pool-20-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 17:26:01.791 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:26:01.791 [pool-20-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...17:26:01.791 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.791 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.792 [pool-20-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... 17:26:01.792 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.792 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.792 [pool-20-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... 17:26:01.792 [pool-20-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 17:26:01.794 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:01.794 [pool-20-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 17:26:01.795 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.795 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:01.795 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.795 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.795 [pool-20-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... 17:26:01.795 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.795 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.795 [pool-20-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... 17:26:01.796 [pool-20-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 17:26:01.797 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:01.797 [pool-20-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 17:26:01.797 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.797 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:01.797 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.797 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.798 [pool-20-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... 17:26:01.798 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.798 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.798 [pool-20-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... 17:26:01.798 [pool-20-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 17:26:01.799 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:01.799 [pool-20-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 17:26:01.800 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.800 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:01.800 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.800 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.800 [pool-20-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... 17:26:01.800 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.800 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.800 [pool-20-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... 17:26:01.800 [pool-20-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 17:26:01.802 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:01.802 [pool-20-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 17:26:01.802 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.802 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:01.802 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.802 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.870 [pool-20-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... 17:26:01.870 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.871 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.871 [pool-20-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... 17:26:01.871 [pool-20-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 17:26:01.875 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 17:26:01.875 [pool-20-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 17:26:01.876 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:01.876 [pool-20-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:26:01.876 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.876 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.878 [pool-20-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... 17:26:01.878 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.878 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.878 [pool-20-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... 17:26:01.879 [pool-20-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 17:26:01.886 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 17:26:01.886 [pool-20-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 17:26:01.890 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.890 [pool-20-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:26:01.890 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.890 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.891 [pool-20-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... 17:26:01.891 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.891 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.891 [pool-20-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... 17:26:01.892 [pool-20-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 17:26:01.893 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:01.893 [pool-20-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 17:26:01.894 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.894 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:01.894 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.894 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.895 [pool-20-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... 17:26:01.895 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.895 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.895 [pool-20-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... 17:26:01.895 [pool-20-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 17:26:01.897 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:01.897 [pool-20-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 17:26:01.898 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.898 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:01.898 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.898 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.899 [pool-20-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... 17:26:01.899 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.899 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.899 [pool-20-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... 17:26:01.900 [pool-20-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 17:26:01.904 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 17:26:01.904 [pool-20-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 17:26:01.906 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:01.906 [pool-20-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:26:01.906 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.906 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.908 [pool-20-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... 17:26:01.908 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.908 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.908 [pool-20-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... 17:26:01.909 [pool-20-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 17:26:01.913 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 17:26:01.913 [pool-20-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 17:26:01.915 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:26:01.915 [pool-20-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:26:01.915 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.915 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.916 [pool-20-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... 17:26:01.916 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.916 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.916 [pool-20-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... 17:26:01.916 [pool-20-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 17:26:01.970 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:01.970 [pool-20-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 17:26:01.971 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.971 [pool-20-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. 0s55ms [pure insertion] marking any relevant derived attributes for update...17:26:01.971 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.971 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.972 [pool-20-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... 17:26:01.972 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.972 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.972 [pool-20-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... 17:26:01.972 [pool-20-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 17:26:01.974 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:01.974 [pool-20-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 17:26:01.974 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.974 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:01.974 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.974 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.975 [pool-20-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... 17:26:01.975 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.975 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.975 [pool-20-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... 17:26:01.976 [pool-20-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 17:26:01.978 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 17:26:01.978 [pool-20-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 17:26:01.980 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:01.980 [pool-20-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:01.980 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.980 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.981 [pool-20-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... 17:26:01.981 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.981 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.981 [pool-20-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... 17:26:01.981 [pool-20-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 17:26:01.984 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:01.984 [pool-20-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 17:26:01.985 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:01.985 [pool-20-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:01.985 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:01.985 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:01.986 [pool-20-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... 17:26:01.986 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:01.986 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:01.986 [pool-20-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... 17:26:01.987 [pool-20-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 17:26:01.993 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 17:26:01.993 [pool-20-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 17:26:02.003 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 17:26:02.003 [pool-20-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...17:26:02.003 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:02.004 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:02.004 [pool-20-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... 17:26:02.004 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.004 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.004 [pool-20-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... 17:26:02.005 [pool-20-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 17:26:02.006 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.006 [pool-20-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 17:26:02.007 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.007 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.007 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.007 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.008 [pool-20-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... 17:26:02.008 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.008 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.008 [pool-20-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... 17:26:02.008 [pool-20-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 17:26:02.011 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 17:26:02.011 [pool-20-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 17:26:02.071 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:02.071 [pool-20-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. 0s63ms [pure insertion] marking any relevant derived attributes for update...17:26:02.071 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.071 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.072 [pool-20-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... 17:26:02.072 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.072 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.072 [pool-20-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... 17:26:02.073 [pool-20-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 17:26:02.079 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:02.079 [pool-20-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 17:26:02.079 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.079 [pool-20-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:26:02.079 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.080 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.080 [pool-20-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... 17:26:02.080 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.080 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.080 [pool-20-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... 17:26:02.081 [pool-20-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 17:26:02.082 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.082 [pool-20-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 17:26:02.082 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.082 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.082 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.082 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.083 [pool-20-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... 17:26:02.083 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.083 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.083 [pool-20-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... 17:26:02.083 [pool-20-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 17:26:02.086 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 17:26:02.086 [pool-20-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 17:26:02.088 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:26:02.088 [pool-20-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:02.088 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.088 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.089 [pool-20-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... 17:26:02.089 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.089 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.089 [pool-20-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... 17:26:02.089 [pool-20-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 17:26:02.092 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:02.092 [pool-20-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 17:26:02.092 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.092 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.092 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.092 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.093 [pool-20-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... 17:26:02.093 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.093 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.093 [pool-20-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... 17:26:02.093 [pool-20-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 17:26:02.094 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.094 [pool-20-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 17:26:02.095 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.095 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.095 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.095 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.095 [pool-20-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... 17:26:02.095 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.095 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.095 [pool-20-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... 17:26:02.096 [pool-20-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 17:26:02.097 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.097 [pool-20-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 17:26:02.097 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.097 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.097 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.097 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.098 [pool-20-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... 17:26:02.098 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.098 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.098 [pool-20-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... 17:26:02.098 [pool-20-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 17:26:02.099 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.099 [pool-20-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 17:26:02.100 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.100 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.100 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.100 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.100 [pool-20-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... 17:26:02.100 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.100 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.100 [pool-20-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... 17:26:02.101 [pool-20-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 17:26:02.102 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.102 [pool-20-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 17:26:02.102 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.102 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.102 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.102 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.103 [pool-20-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... 17:26:02.103 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.103 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.103 [pool-20-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... 17:26:02.103 [pool-20-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 17:26:02.105 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:26:02.105 [pool-20-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 17:26:02.106 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:02.106 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.106 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:02.107 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:02.107 [pool-20-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... 17:26:02.107 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.107 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.107 [pool-20-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... 17:26:02.107 [pool-20-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 17:26:02.109 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.109 [pool-20-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 17:26:02.109 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.109 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.109 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.109 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.110 [pool-20-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... 17:26:02.110 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.110 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.110 [pool-20-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... 17:26:02.110 [pool-20-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 17:26:02.111 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:02.111 [pool-20-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 17:26:02.111 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.111 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:02.111 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.111 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.112 [pool-20-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... 17:26:02.112 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.112 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.112 [pool-20-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... 17:26:02.112 [pool-20-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 17:26:02.174 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:02.174 [pool-20-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 17:26:02.175 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.175 [pool-20-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. 0s63ms [pure insertion] marking any relevant derived attributes for update...17:26:02.175 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.175 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.175 [pool-20-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... 17:26:02.175 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.175 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.175 [pool-20-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... 17:26:02.176 [pool-20-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 17:26:02.182 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:02.182 [pool-20-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 17:26:02.182 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.183 [pool-20-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:26:02.183 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.183 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.183 [pool-20-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... 17:26:02.183 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.183 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.183 [pool-20-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... 17:26:02.184 [pool-20-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 17:26:02.185 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.185 [pool-20-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 17:26:02.185 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.185 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.185 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.185 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.186 [pool-20-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... 17:26:02.186 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.186 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.186 [pool-20-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... 17:26:02.186 [pool-20-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 17:26:02.188 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:02.188 [pool-20-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 17:26:02.188 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:02.189 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.189 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.189 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.189 [pool-20-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... 17:26:02.189 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.189 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.189 [pool-20-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... 17:26:02.189 [pool-20-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 17:26:02.190 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:02.190 [pool-20-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 17:26:02.191 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.191 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.191 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.191 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.191 [pool-20-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... 17:26:02.191 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.191 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.191 [pool-20-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... 17:26:02.192 [pool-20-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 17:26:02.193 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:02.193 [pool-20-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 17:26:02.194 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:02.194 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.194 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.194 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.195 [pool-20-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... 17:26:02.195 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.195 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.195 [pool-20-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... 17:26:02.195 [pool-20-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 17:26:02.196 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.196 [pool-20-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 17:26:02.197 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.197 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.197 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.197 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.197 [pool-20-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... 17:26:02.197 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.197 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.197 [pool-20-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... 17:26:02.197 [pool-20-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 17:26:02.199 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.199 [pool-20-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 17:26:02.199 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.199 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.199 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.199 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.199 [pool-20-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... 17:26:02.199 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.200 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.200 [pool-20-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... 17:26:02.200 [pool-20-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 17:26:02.201 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.201 [pool-20-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 17:26:02.201 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.201 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.201 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.201 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.202 [pool-20-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... 17:26:02.202 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.202 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.202 [pool-20-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... 17:26:02.202 [pool-20-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 17:26:02.203 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.203 [pool-20-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 17:26:02.204 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.204 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.204 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.204 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.204 [pool-20-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... 17:26:02.204 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.204 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.204 [pool-20-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... 17:26:02.205 [pool-20-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 17:26:02.206 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.206 [pool-20-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 17:26:02.206 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.206 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.206 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.206 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.207 [pool-20-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... 17:26:02.207 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.207 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.207 [pool-20-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... 17:26:02.207 [pool-20-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 17:26:02.208 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.208 [pool-20-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 17:26:02.208 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.208 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:02.208 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.208 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.209 [pool-20-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... 17:26:02.209 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.209 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.209 [pool-20-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... 17:26:02.209 [pool-20-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 17:26:02.210 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.210 [pool-20-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 17:26:02.269 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.269 [pool-20-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. 0s60ms [pure insertion] marking any relevant derived attributes for update...17:26:02.269 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.269 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.270 [pool-20-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... 17:26:02.270 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.270 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.270 [pool-20-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... 17:26:02.271 [pool-20-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 17:26:02.272 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.272 [pool-20-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 17:26:02.272 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.272 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.272 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.272 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.273 [pool-20-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... 17:26:02.273 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.273 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.273 [pool-20-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... 17:26:02.273 [pool-20-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 17:26:02.275 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.275 [pool-20-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 17:26:02.275 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.275 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.275 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.275 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.276 [pool-20-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... 17:26:02.276 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.276 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.276 [pool-20-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... 17:26:02.276 [pool-20-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 17:26:02.277 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.277 [pool-20-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 17:26:02.277 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.277 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:02.277 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:02.278 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:02.278 [pool-20-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... 17:26:02.278 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.278 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.278 [pool-20-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... 17:26:02.278 [pool-20-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 17:26:02.279 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.280 [pool-20-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 17:26:02.280 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.280 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.280 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.280 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.280 [pool-20-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... 17:26:02.280 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.280 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.280 [pool-20-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... 17:26:02.281 [pool-20-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 17:26:02.282 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.282 [pool-20-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 17:26:02.282 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.282 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.282 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.282 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.283 [pool-20-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... 17:26:02.283 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.283 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.283 [pool-20-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... 17:26:02.283 [pool-20-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 17:26:02.284 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:02.284 [pool-20-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 17:26:02.285 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.285 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.285 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.285 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.285 [pool-20-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... 17:26:02.285 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.285 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.285 [pool-20-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... 17:26:02.285 [pool-20-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 17:26:02.287 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.287 [pool-20-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 17:26:02.287 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.287 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.287 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.287 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.287 [pool-20-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... 17:26:02.287 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.287 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.287 [pool-20-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... 17:26:02.288 [pool-20-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 17:26:02.289 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.289 [pool-20-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 17:26:02.289 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.289 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.289 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.289 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.290 [pool-20-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... 17:26:02.290 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.290 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.290 [pool-20-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... 17:26:02.290 [pool-20-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 17:26:02.291 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.291 [pool-20-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 17:26:02.292 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.292 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.292 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.292 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.292 [pool-20-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... 17:26:02.292 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.292 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.292 [pool-20-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... 17:26:02.293 [pool-20-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 17:26:02.293 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:02.293 [pool-20-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 17:26:02.294 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.294 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.294 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.294 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.295 [pool-20-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... 17:26:02.295 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.295 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.295 [pool-20-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... 17:26:02.295 [pool-20-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 17:26:02.296 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.296 [pool-20-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 17:26:02.296 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.296 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:02.296 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:02.297 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:02.297 [pool-20-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... 17:26:02.297 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.297 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.297 [pool-20-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... 17:26:02.297 [pool-20-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 17:26:02.299 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.299 [pool-20-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 17:26:02.299 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.299 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.299 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.299 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.300 [pool-20-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... 17:26:02.300 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.300 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.300 [pool-20-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... 17:26:02.300 [pool-20-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 17:26:02.302 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:02.302 [pool-20-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 17:26:02.302 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:02.303 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.303 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.303 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.303 [pool-20-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... 17:26:02.303 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.303 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.303 [pool-20-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... 17:26:02.369 [pool-20-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 17:26:02.372 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 17:26:02.372 [pool-20-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 17:26:02.373 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:02.374 [pool-20-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...17:26:02.374 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.374 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.374 [pool-20-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... 17:26:02.374 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.375 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.375 [pool-20-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... 17:26:02.375 [pool-20-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 17:26:02.377 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:26:02.377 [pool-20-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 17:26:02.378 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:02.378 [pool-20-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:02.378 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.378 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.378 [pool-20-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... 17:26:02.379 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.379 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.379 [pool-20-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... 17:26:02.379 [pool-20-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 17:26:02.380 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.380 [pool-20-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 17:26:02.380 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.380 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.380 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.380 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.381 [pool-20-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... 17:26:02.381 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.381 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.381 [pool-20-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... 17:26:02.381 [pool-20-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 17:26:02.382 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.382 [pool-20-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 17:26:02.383 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.383 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.383 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.383 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.384 [pool-20-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... 17:26:02.384 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.384 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.384 [pool-20-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... 17:26:02.384 [pool-20-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 17:26:02.385 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.386 [pool-20-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 17:26:02.387 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.387 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.387 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.387 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.387 [pool-20-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... 17:26:02.387 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.387 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.387 [pool-20-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... 17:26:02.388 [pool-20-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 17:26:02.389 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.389 [pool-20-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 17:26:02.389 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.389 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.389 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:02.390 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:02.390 [pool-20-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... 17:26:02.390 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.390 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.390 [pool-20-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... 17:26:02.390 [pool-20-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 17:26:02.391 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.392 [pool-20-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 17:26:02.392 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.392 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.392 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.392 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.393 [pool-20-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... 17:26:02.393 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.393 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.393 [pool-20-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... 17:26:02.393 [pool-20-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 17:26:02.396 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:02.396 [pool-20-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 17:26:02.396 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:02.396 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.396 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.396 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.397 [pool-20-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... 17:26:02.397 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.397 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.397 [pool-20-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... 17:26:02.397 [pool-20-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 17:26:02.399 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:02.399 [pool-20-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 17:26:02.400 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:02.400 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.400 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.400 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.400 [pool-20-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... 17:26:02.400 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.400 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.400 [pool-20-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... 17:26:02.401 [pool-20-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 17:26:02.402 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.402 [pool-20-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 17:26:02.402 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.402 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.402 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.402 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.403 [pool-20-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... 17:26:02.403 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.403 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.403 [pool-20-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... 17:26:02.403 [pool-20-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 17:26:02.470 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.470 [pool-20-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 17:26:02.471 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.471 [pool-20-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...17:26:02.471 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.471 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.471 [pool-20-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... 17:26:02.471 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.472 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.472 [pool-20-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... 17:26:02.472 [pool-20-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 17:26:02.473 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.473 [pool-20-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 17:26:02.473 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.473 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.473 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.473 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.474 [pool-20-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... 17:26:02.474 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.474 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.474 [pool-20-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... 17:26:02.474 [pool-20-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 17:26:02.476 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:02.476 [pool-20-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 17:26:02.477 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:02.477 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.477 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.477 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.478 [pool-20-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... 17:26:02.478 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.478 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.478 [pool-20-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... 17:26:02.478 [pool-20-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 17:26:02.485 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:26:02.485 [pool-20-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 17:26:02.494 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:26:02.494 [pool-20-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...17:26:02.494 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.494 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.494 [pool-20-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... 17:26:02.494 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.494 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.494 [pool-20-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... 17:26:02.495 [pool-20-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 17:26:02.496 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.496 [pool-20-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 17:26:02.496 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.496 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.496 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.497 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.497 [pool-20-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... 17:26:02.497 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.497 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.497 [pool-20-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... 17:26:02.497 [pool-20-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 17:26:02.498 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.498 [pool-20-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 17:26:02.499 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.499 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.499 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.499 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.500 [pool-20-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... 17:26:02.500 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.500 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.500 [pool-20-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... 17:26:02.500 [pool-20-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 17:26:02.508 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:26:02.508 [pool-20-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 17:26:02.575 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:26:02.575 [pool-20-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...17:26:02.575 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.575 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.576 [pool-20-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... 17:26:02.576 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.576 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.576 [pool-20-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... 17:26:02.576 [pool-20-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 17:26:02.577 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.577 [pool-20-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 17:26:02.578 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.578 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.578 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.578 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.578 [pool-20-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... 17:26:02.578 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.578 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.578 [pool-20-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... 17:26:02.578 [pool-20-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 17:26:02.579 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.579 [pool-20-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 17:26:02.580 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.580 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.580 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.580 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.580 [pool-20-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... 17:26:02.580 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.580 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.580 [pool-20-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... 17:26:02.580 [pool-20-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 17:26:02.581 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.581 [pool-20-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 17:26:02.582 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.582 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.582 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.582 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.582 [pool-20-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... 17:26:02.582 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.582 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.582 [pool-20-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... 17:26:02.583 [pool-20-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 17:26:02.584 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:02.584 [pool-20-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 17:26:02.585 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:02.585 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.585 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.585 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.585 [pool-20-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... 17:26:02.586 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.586 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.586 [pool-20-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... 17:26:02.586 [pool-20-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 17:26:02.587 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.587 [pool-20-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 17:26:02.587 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.587 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.587 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.587 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.588 [pool-20-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... 17:26:02.588 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.588 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.588 [pool-20-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... 17:26:02.588 [pool-20-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 17:26:02.589 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.589 [pool-20-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 17:26:02.589 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.590 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.590 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.590 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.590 [pool-20-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... 17:26:02.590 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.590 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.590 [pool-20-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... 17:26:02.591 [pool-20-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 17:26:02.593 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:26:02.593 [pool-20-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 17:26:02.593 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:02.593 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.593 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:02.594 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:02.594 [pool-20-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... 17:26:02.594 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.594 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.594 [pool-20-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... 17:26:02.595 [pool-20-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 17:26:02.597 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:26:02.597 [pool-20-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 17:26:02.598 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:02.598 [pool-20-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:02.598 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.598 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.598 [pool-20-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... 17:26:02.598 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.598 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.599 [pool-20-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... 17:26:02.599 [pool-20-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 17:26:02.600 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:02.600 [pool-20-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 17:26:02.601 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:02.601 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.601 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.601 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.602 [pool-20-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... 17:26:02.602 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.602 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.602 [pool-20-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... 17:26:02.602 [pool-20-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 17:26:02.603 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.603 [pool-20-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 17:26:02.603 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.603 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:02.603 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:02.604 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:02.604 [pool-20-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... 17:26:02.604 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.604 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.604 [pool-20-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... 17:26:02.604 [pool-20-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 17:26:02.605 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.605 [pool-20-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 17:26:02.606 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.606 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.606 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.606 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.606 [pool-20-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... 17:26:02.606 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.606 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.606 [pool-20-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... 17:26:02.607 [pool-20-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 17:26:02.608 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.608 [pool-20-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 17:26:02.608 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.608 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.608 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.608 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.609 [pool-20-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... 17:26:02.609 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.609 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.609 [pool-20-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... 17:26:02.609 [pool-20-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 17:26:02.613 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 17:26:02.613 [pool-20-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 17:26:02.674 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 17:26:02.674 [pool-20-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...17:26:02.674 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.674 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.674 [pool-20-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... 17:26:02.674 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.675 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.675 [pool-20-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... 17:26:02.675 [pool-20-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 17:26:02.678 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 17:26:02.678 [pool-20-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 17:26:02.679 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:02.679 [pool-20-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:02.679 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.679 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.679 [pool-20-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... 17:26:02.680 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.680 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.680 [pool-20-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... 17:26:02.680 [pool-20-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 17:26:02.682 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 17:26:02.682 [pool-20-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 17:26:02.683 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:02.684 [pool-20-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:02.684 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.684 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.684 [pool-20-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... 17:26:02.684 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.684 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.684 [pool-20-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... 17:26:02.685 [pool-20-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 17:26:02.686 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.686 [pool-20-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 17:26:02.686 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.686 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.686 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.686 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.686 [pool-20-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... 17:26:02.686 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.686 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.686 [pool-20-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... 17:26:02.687 [pool-20-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 17:26:02.688 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.688 [pool-20-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 17:26:02.688 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.688 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.688 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.688 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.689 [pool-20-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... 17:26:02.689 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.689 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.689 [pool-20-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... 17:26:02.689 [pool-20-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 17:26:02.690 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.690 [pool-20-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 17:26:02.690 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.690 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:02.690 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.690 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.691 [pool-20-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... 17:26:02.691 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.691 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.691 [pool-20-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... 17:26:02.691 [pool-20-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 17:26:02.692 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.692 [pool-20-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 17:26:02.693 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.693 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.693 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.693 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.693 [pool-20-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... 17:26:02.693 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.693 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.693 [pool-20-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... 17:26:02.694 [pool-20-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 17:26:02.695 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.695 [pool-20-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 17:26:02.695 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.695 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.695 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:02.696 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:02.696 [pool-20-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... 17:26:02.696 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.696 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.696 [pool-20-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... 17:26:02.696 [pool-20-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 17:26:02.697 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.697 [pool-20-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 17:26:02.698 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.698 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.698 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.698 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.698 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 100/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (1 sec, 1 sec total) 17:26:02.699 [pool-20-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... 17:26:02.699 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.699 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.699 [pool-20-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... 17:26:02.699 [pool-20-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 17:26:02.702 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 17:26:02.702 [pool-20-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 17:26:02.704 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 17:26:02.704 [pool-20-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:02.704 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.704 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.705 [pool-20-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... 17:26:02.705 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.705 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.705 [pool-20-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... 17:26:02.705 [pool-20-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 17:26:02.707 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:02.707 [pool-20-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 17:26:02.707 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:02.707 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.707 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.707 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.708 [pool-20-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... 17:26:02.708 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.708 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.708 [pool-20-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... 17:26:02.708 [pool-20-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 17:26:02.709 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:02.709 [pool-20-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 17:26:02.709 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.710 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.710 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.710 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.710 [pool-20-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... 17:26:02.710 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.710 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.710 [pool-20-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... 17:26:02.711 [pool-20-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 17:26:02.713 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 17:26:02.713 [pool-20-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 17:26:02.714 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:02.714 [pool-20-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:02.714 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.714 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.714 [pool-20-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... 17:26:02.714 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.769 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.769 [pool-20-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... 17:26:02.769 [pool-20-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 17:26:02.771 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.771 [pool-20-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 17:26:02.771 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.771 [pool-20-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. 0s57ms [pure insertion] marking any relevant derived attributes for update...17:26:02.771 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.771 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.772 [pool-20-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... 17:26:02.772 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.772 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.772 [pool-20-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... 17:26:02.772 [pool-20-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 17:26:02.773 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.773 [pool-20-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 17:26:02.773 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.773 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:02.773 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:02.774 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:02.774 [pool-20-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... 17:26:02.774 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.774 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.774 [pool-20-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... 17:26:02.774 [pool-20-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 17:26:02.780 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:02.780 [pool-20-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 17:26:02.781 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.781 [pool-20-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:26:02.781 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.781 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.781 [pool-20-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... 17:26:02.781 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.781 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.781 [pool-20-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... 17:26:02.782 [pool-20-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 17:26:02.783 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.783 [pool-20-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 17:26:02.783 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.783 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.783 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.783 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.784 [pool-20-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... 17:26:02.784 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.784 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.784 [pool-20-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... 17:26:02.784 [pool-20-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 17:26:02.785 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.785 [pool-20-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 17:26:02.786 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.786 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.786 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.786 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.787 [pool-20-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... 17:26:02.787 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.787 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.787 [pool-20-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... 17:26:02.787 [pool-20-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 17:26:02.788 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.788 [pool-20-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 17:26:02.788 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.788 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:02.788 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.788 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.789 [pool-20-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... 17:26:02.789 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.789 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.789 [pool-20-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... 17:26:02.789 [pool-20-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 17:26:02.791 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:02.791 [pool-20-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 17:26:02.791 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:02.791 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.791 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.791 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.792 [pool-20-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... 17:26:02.792 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.792 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.792 [pool-20-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... 17:26:02.792 [pool-20-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 17:26:02.793 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.793 [pool-20-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 17:26:02.794 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.794 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.794 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.794 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.794 [pool-20-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... 17:26:02.794 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.794 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.794 [pool-20-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... 17:26:02.795 [pool-20-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 17:26:02.796 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:02.796 [pool-20-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 17:26:02.796 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.796 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.796 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.796 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.797 [pool-20-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... 17:26:02.797 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.797 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.797 [pool-20-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... 17:26:02.797 [pool-20-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 17:26:02.798 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.798 [pool-20-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 17:26:02.798 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.798 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:02.798 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.798 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.799 [pool-20-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... 17:26:02.799 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.799 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.799 [pool-20-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... 17:26:02.799 [pool-20-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 17:26:02.800 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.800 [pool-20-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 17:26:02.801 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.801 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.801 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.801 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.801 [pool-20-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... 17:26:02.801 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.801 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.801 [pool-20-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... 17:26:02.801 [pool-20-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 17:26:02.802 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:02.802 [pool-20-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 17:26:02.803 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.803 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.803 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.803 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.803 [pool-20-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... 17:26:02.803 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.803 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.803 [pool-20-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... 17:26:02.804 [pool-20-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 17:26:02.805 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.805 [pool-20-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 17:26:02.805 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.805 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.805 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.805 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.806 [pool-20-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... 17:26:02.806 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.806 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.806 [pool-20-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... 17:26:02.806 [pool-20-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 17:26:02.807 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.807 [pool-20-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 17:26:02.807 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.807 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:02.807 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.807 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.808 [pool-20-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... 17:26:02.808 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.808 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.808 [pool-20-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... 17:26:02.808 [pool-20-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 17:26:02.810 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:02.810 [pool-20-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 17:26:02.810 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:02.810 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.810 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.810 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.811 [pool-20-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... 17:26:02.811 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.811 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.811 [pool-20-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... 17:26:02.811 [pool-20-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 17:26:02.812 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.812 [pool-20-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 17:26:02.812 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.812 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:02.812 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s57ms 17:26:02.869 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s57ms 17:26:02.870 [pool-20-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... 17:26:02.870 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.870 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.871 [pool-20-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... 17:26:02.871 [pool-20-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 17:26:02.872 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.872 [pool-20-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 17:26:02.889 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.889 [pool-20-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...17:26:02.889 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.889 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.890 [pool-20-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... 17:26:02.890 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.890 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.890 [pool-20-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... 17:26:02.890 [pool-20-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 17:26:02.892 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.892 [pool-20-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 17:26:02.892 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.892 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.892 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.892 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.893 [pool-20-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... 17:26:02.893 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.893 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.893 [pool-20-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... 17:26:02.893 [pool-20-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 17:26:02.894 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.894 [pool-20-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 17:26:02.894 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.894 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:02.894 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.894 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.895 [pool-20-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... 17:26:02.895 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.895 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.895 [pool-20-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... 17:26:02.897 [pool-20-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 17:26:02.898 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.898 [pool-20-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 17:26:02.898 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.898 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:02.898 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.898 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.899 [pool-20-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... 17:26:02.899 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.899 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.899 [pool-20-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... 17:26:02.899 [pool-20-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 17:26:02.901 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.901 [pool-20-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 17:26:02.901 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.901 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.901 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.901 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.901 [pool-20-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... 17:26:02.902 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.902 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.902 [pool-20-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... 17:26:02.902 [pool-20-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 17:26:02.903 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.903 [pool-20-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 17:26:02.903 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.903 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.903 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.903 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.904 [pool-20-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... 17:26:02.904 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.904 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.904 [pool-20-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... 17:26:02.904 [pool-20-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 17:26:02.905 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.905 [pool-20-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 17:26:02.906 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.906 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.906 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.906 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.906 [pool-20-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... 17:26:02.906 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.906 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.906 [pool-20-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... 17:26:02.906 [pool-20-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 17:26:02.908 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.908 [pool-20-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 17:26:02.908 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.908 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.908 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.908 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.908 [pool-20-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... 17:26:02.908 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.908 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.908 [pool-20-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... 17:26:02.909 [pool-20-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 17:26:02.910 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.910 [pool-20-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 17:26:02.910 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.910 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.910 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.910 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.911 [pool-20-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... 17:26:02.911 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.911 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.911 [pool-20-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... 17:26:02.911 [pool-20-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 17:26:02.912 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.912 [pool-20-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 17:26:02.913 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.913 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.913 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.913 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.913 [pool-20-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... 17:26:02.913 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.913 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.913 [pool-20-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... 17:26:02.914 [pool-20-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 17:26:02.969 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.969 [pool-20-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 17:26:02.970 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.970 [pool-20-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. 0s57ms [pure insertion] marking any relevant derived attributes for update...17:26:02.970 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.970 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.971 [pool-20-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... 17:26:02.971 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.971 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.971 [pool-20-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... 17:26:02.971 [pool-20-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 17:26:02.973 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.973 [pool-20-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 17:26:02.973 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.973 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.973 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.973 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.974 [pool-20-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... 17:26:02.974 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.974 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.974 [pool-20-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... 17:26:02.974 [pool-20-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 17:26:02.975 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:02.975 [pool-20-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 17:26:02.976 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:02.976 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:02.976 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.976 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.977 [pool-20-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... 17:26:02.977 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.977 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.977 [pool-20-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... 17:26:02.977 [pool-20-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 17:26:02.990 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 17:26:02.990 [pool-20-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 17:26:02.994 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:26:02.994 [pool-20-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...17:26:02.994 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:02.994 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:02.995 [pool-20-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... 17:26:02.995 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:02.995 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:02.995 [pool-20-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... 17:26:02.996 [pool-20-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 17:26:03.002 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 60 M->MM REFERENCES! (took ~0sec) 17:26:03.002 [pool-20-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 17:26:03.007 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 17:26:03.007 [pool-20-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:26:03.007 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.007 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.008 [pool-20-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... 17:26:03.008 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.008 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.008 [pool-20-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... 17:26:03.008 [pool-20-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 17:26:03.010 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:03.010 [pool-20-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 17:26:03.070 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.070 [pool-20-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. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:26:03.070 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.070 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.070 [pool-20-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... 17:26:03.070 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.070 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.070 [pool-20-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... 17:26:03.071 [pool-20-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 17:26:03.072 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.072 [pool-20-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 17:26:03.072 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.072 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.072 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.072 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.073 [pool-20-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... 17:26:03.073 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.073 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.073 [pool-20-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... 17:26:03.073 [pool-20-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 17:26:03.074 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.074 [pool-20-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 17:26:03.074 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.074 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.074 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.075 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.075 [pool-20-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... 17:26:03.075 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.075 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.075 [pool-20-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... 17:26:03.075 [pool-20-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 17:26:03.086 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 17:26:03.086 [pool-20-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 17:26:03.088 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:03.088 [pool-20-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:26:03.088 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:03.089 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:03.089 [pool-20-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... 17:26:03.089 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.089 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.089 [pool-20-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... 17:26:03.090 [pool-20-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 17:26:03.091 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:03.091 [pool-20-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 17:26:03.092 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.092 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:03.092 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.092 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.093 [pool-20-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... 17:26:03.093 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.093 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.093 [pool-20-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... 17:26:03.093 [pool-20-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 17:26:03.096 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 17:26:03.096 [pool-20-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 17:26:03.097 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:26:03.097 [pool-20-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:03.097 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.097 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.098 [pool-20-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... 17:26:03.098 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.098 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.098 [pool-20-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... 17:26:03.098 [pool-20-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 17:26:03.099 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.099 [pool-20-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 17:26:03.100 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.100 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.100 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.100 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.100 [pool-20-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... 17:26:03.100 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.100 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.100 [pool-20-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... 17:26:03.101 [pool-20-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 17:26:03.103 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:26:03.103 [pool-20-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 17:26:03.103 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:03.103 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:03.103 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:03.104 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:03.104 [pool-20-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... 17:26:03.104 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.104 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.104 [pool-20-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... 17:26:03.104 [pool-20-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 17:26:03.105 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.105 [pool-20-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 17:26:03.106 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.106 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.106 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.106 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.106 [pool-20-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... 17:26:03.106 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.107 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.107 [pool-20-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... 17:26:03.107 [pool-20-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 17:26:03.174 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 17:26:03.174 [pool-20-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 17:26:03.177 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:26:03.177 [pool-20-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...17:26:03.177 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.177 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.178 [pool-20-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... 17:26:03.178 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.178 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.178 [pool-20-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... 17:26:03.178 [pool-20-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 17:26:03.179 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.179 [pool-20-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 17:26:03.179 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.179 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.180 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.180 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.181 [pool-20-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... 17:26:03.181 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.181 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.181 [pool-20-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... 17:26:03.181 [pool-20-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 17:26:03.189 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 90 M->MM REFERENCES! (took ~0sec) 17:26:03.189 [pool-20-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 17:26:03.197 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 17:26:03.197 [pool-20-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...17:26:03.197 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.197 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.198 [pool-20-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... 17:26:03.198 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.198 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.198 [pool-20-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... 17:26:03.198 [pool-20-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 17:26:03.200 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.200 [pool-20-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 17:26:03.200 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.200 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.200 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.200 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.200 [pool-20-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... 17:26:03.200 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.200 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.201 [pool-20-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... 17:26:03.201 [pool-20-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 17:26:03.202 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.202 [pool-20-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 17:26:03.202 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.202 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.202 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.202 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.203 [pool-20-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... 17:26:03.203 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.203 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.203 [pool-20-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... 17:26:03.203 [pool-20-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 17:26:03.205 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:03.205 [pool-20-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 17:26:03.205 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.205 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.205 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.205 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.206 [pool-20-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... 17:26:03.206 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.206 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.206 [pool-20-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... 17:26:03.206 [pool-20-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 17:26:03.208 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:03.208 [pool-20-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 17:26:03.208 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.208 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.208 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.208 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.210 [pool-20-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... 17:26:03.210 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.210 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.210 [pool-20-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... 17:26:03.210 [pool-20-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 17:26:03.271 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:26:03.271 [pool-20-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 17:26:03.278 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:26:03.278 [pool-20-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...17:26:03.278 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.278 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.279 [pool-20-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... 17:26:03.279 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.279 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.279 [pool-20-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... 17:26:03.279 [pool-20-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 17:26:03.281 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:03.281 [pool-20-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 17:26:03.281 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.281 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.281 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.281 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.282 [pool-20-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... 17:26:03.282 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.282 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.282 [pool-20-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... 17:26:03.282 [pool-20-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 17:26:03.288 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:03.288 [pool-20-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 17:26:03.288 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.289 [pool-20-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...17:26:03.289 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.289 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.289 [pool-20-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... 17:26:03.289 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.289 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.289 [pool-20-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... 17:26:03.290 [pool-20-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 17:26:03.290 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:03.290 [pool-20-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 17:26:03.291 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.291 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.291 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.291 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.291 [pool-20-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... 17:26:03.291 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.292 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.292 [pool-20-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... 17:26:03.292 [pool-20-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 17:26:03.293 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:03.293 [pool-20-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 17:26:03.294 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.294 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:03.294 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.294 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.294 [pool-20-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... 17:26:03.295 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.295 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.295 [pool-20-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... 17:26:03.295 [pool-20-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 17:26:03.296 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.296 [pool-20-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 17:26:03.296 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.296 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.296 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.296 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.297 [pool-20-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... 17:26:03.297 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.297 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.297 [pool-20-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... 17:26:03.297 [pool-20-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 17:26:03.298 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.298 [pool-20-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 17:26:03.298 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.298 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.298 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.299 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.299 [pool-20-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... 17:26:03.299 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.299 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.299 [pool-20-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... 17:26:03.299 [pool-20-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 17:26:03.301 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:03.301 [pool-20-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 17:26:03.301 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.301 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.301 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.301 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.302 [pool-20-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... 17:26:03.302 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.302 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.302 [pool-20-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... 17:26:03.302 [pool-20-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 17:26:03.303 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.303 [pool-20-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 17:26:03.303 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.303 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.303 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:03.304 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:03.304 [pool-20-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... 17:26:03.304 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.304 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.304 [pool-20-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... 17:26:03.304 [pool-20-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 17:26:03.305 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.305 [pool-20-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 17:26:03.306 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.306 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.306 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.306 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.306 [pool-20-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... 17:26:03.306 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.306 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.306 [pool-20-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... 17:26:03.306 [pool-20-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 17:26:03.307 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.307 [pool-20-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 17:26:03.308 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.308 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.308 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.308 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.308 [pool-20-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... 17:26:03.308 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.308 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.308 [pool-20-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... 17:26:03.309 [pool-20-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 17:26:03.310 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.310 [pool-20-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 17:26:03.310 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.310 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.310 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.310 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.310 [pool-20-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... 17:26:03.310 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.310 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.310 [pool-20-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... 17:26:03.311 [pool-20-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 17:26:03.312 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.312 [pool-20-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 17:26:03.312 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.312 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.312 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.312 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.313 [pool-20-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... 17:26:03.313 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.313 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.313 [pool-20-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... 17:26:03.313 [pool-20-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 17:26:03.315 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 17:26:03.315 [pool-20-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 17:26:03.316 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:03.369 [pool-20-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. 0s56ms [pure insertion] marking any relevant derived attributes for update...17:26:03.369 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.369 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.370 [pool-20-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... 17:26:03.370 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.370 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.370 [pool-20-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... 17:26:03.370 [pool-20-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 17:26:03.372 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:03.372 [pool-20-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 17:26:03.372 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.372 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.372 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.372 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.373 [pool-20-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... 17:26:03.373 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.373 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.373 [pool-20-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... 17:26:03.373 [pool-20-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 17:26:03.377 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 17:26:03.377 [pool-20-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 17:26:03.378 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 17:26:03.378 [pool-20-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:03.378 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.378 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.379 [pool-20-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... 17:26:03.379 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.379 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.379 [pool-20-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... 17:26:03.379 [pool-20-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 17:26:03.380 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.380 [pool-20-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 17:26:03.380 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.380 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.381 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.381 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.381 [pool-20-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... 17:26:03.381 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.381 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.381 [pool-20-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... 17:26:03.381 [pool-20-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 17:26:03.382 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.382 [pool-20-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 17:26:03.383 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.383 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.383 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.383 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.383 [pool-20-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... 17:26:03.383 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.383 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.383 [pool-20-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... 17:26:03.384 [pool-20-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 17:26:03.385 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.385 [pool-20-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 17:26:03.385 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.385 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.385 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.385 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.385 [pool-20-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... 17:26:03.385 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.385 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.385 [pool-20-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... 17:26:03.386 [pool-20-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 17:26:03.386 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:03.387 [pool-20-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 17:26:03.387 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.387 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.387 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.387 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.387 [pool-20-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... 17:26:03.387 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.387 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.387 [pool-20-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... 17:26:03.388 [pool-20-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 17:26:03.389 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:03.389 [pool-20-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 17:26:03.389 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.389 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.389 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.389 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.390 [pool-20-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... 17:26:03.390 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.390 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.390 [pool-20-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... 17:26:03.390 [pool-20-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 17:26:03.395 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 17:26:03.395 [pool-20-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 17:26:03.399 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 17:26:03.399 [pool-20-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:26:03.399 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.399 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.400 [pool-20-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... 17:26:03.400 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.400 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.400 [pool-20-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... 17:26:03.400 [pool-20-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 17:26:03.401 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.401 [pool-20-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 17:26:03.401 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.401 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.401 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.401 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.402 [pool-20-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... 17:26:03.402 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.402 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.402 [pool-20-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... 17:26:03.402 [pool-20-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 17:26:03.403 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.403 [pool-20-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 17:26:03.404 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.404 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.404 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.404 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.404 [pool-20-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... 17:26:03.404 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.404 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.404 [pool-20-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... 17:26:03.404 [pool-20-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 17:26:03.406 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.406 [pool-20-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 17:26:03.406 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.406 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.406 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.406 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.406 [pool-20-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... 17:26:03.406 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.406 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.406 [pool-20-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... 17:26:03.407 [pool-20-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 17:26:03.408 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:03.408 [pool-20-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 17:26:03.408 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.408 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.408 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.408 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.408 [pool-20-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... 17:26:03.408 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.409 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.409 [pool-20-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... 17:26:03.409 [pool-20-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 17:26:03.410 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.410 [pool-20-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 17:26:03.410 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.410 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.410 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.410 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.411 [pool-20-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... 17:26:03.411 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.411 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.411 [pool-20-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... 17:26:03.411 [pool-20-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 17:26:03.470 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.470 [pool-20-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 17:26:03.471 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.471 [pool-20-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. 0s60ms [pure insertion] marking any relevant derived attributes for update...17:26:03.471 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.471 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.471 [pool-20-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... 17:26:03.471 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.471 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.472 [pool-20-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... 17:26:03.472 [pool-20-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 17:26:03.473 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:03.473 [pool-20-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 17:26:03.474 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.474 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:03.474 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.474 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.475 [pool-20-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... 17:26:03.475 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.475 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.475 [pool-20-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... 17:26:03.475 [pool-20-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 17:26:03.476 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.476 [pool-20-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 17:26:03.478 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.478 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:03.478 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:03.479 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:03.479 [pool-20-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... 17:26:03.479 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.479 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.479 [pool-20-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... 17:26:03.479 [pool-20-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 17:26:03.480 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.480 [pool-20-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 17:26:03.481 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.481 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.481 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.481 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.481 [pool-20-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... 17:26:03.481 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.481 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.481 [pool-20-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... 17:26:03.481 [pool-20-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 17:26:03.482 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.482 [pool-20-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 17:26:03.483 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.483 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.483 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.483 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.483 [pool-20-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... 17:26:03.483 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.483 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.483 [pool-20-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... 17:26:03.484 [pool-20-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 17:26:03.485 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.485 [pool-20-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 17:26:03.485 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.485 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.485 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.485 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.485 [pool-20-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... 17:26:03.485 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.486 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.486 [pool-20-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... 17:26:03.486 [pool-20-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 17:26:03.487 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.487 [pool-20-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 17:26:03.487 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.487 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.487 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.487 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.488 [pool-20-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... 17:26:03.488 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.488 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.488 [pool-20-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... 17:26:03.488 [pool-20-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 17:26:03.489 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.489 [pool-20-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 17:26:03.489 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.489 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.489 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.489 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.490 [pool-20-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... 17:26:03.490 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.490 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.490 [pool-20-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... 17:26:03.490 [pool-20-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 17:26:03.491 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.491 [pool-20-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 17:26:03.491 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.491 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.491 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.491 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.492 [pool-20-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... 17:26:03.492 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.492 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.492 [pool-20-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... 17:26:03.492 [pool-20-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 17:26:03.493 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.493 [pool-20-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 17:26:03.493 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.494 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.494 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.494 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.494 [pool-20-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... 17:26:03.494 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.494 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.494 [pool-20-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... 17:26:03.495 [pool-20-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 17:26:03.496 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:03.496 [pool-20-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 17:26:03.497 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.497 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:03.497 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.497 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.497 [pool-20-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... 17:26:03.497 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.497 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.497 [pool-20-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... 17:26:03.498 [pool-20-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 17:26:03.499 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.499 [pool-20-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 17:26:03.499 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.499 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.499 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.499 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.499 [pool-20-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... 17:26:03.499 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.499 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.499 [pool-20-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... 17:26:03.500 [pool-20-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 17:26:03.501 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.501 [pool-20-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 17:26:03.501 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.501 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.501 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.501 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.502 [pool-20-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... 17:26:03.502 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.502 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.502 [pool-20-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... 17:26:03.503 [pool-20-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 17:26:03.508 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 17:26:03.508 [pool-20-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 17:26:03.512 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 17:26:03.512 [pool-20-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:26:03.512 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.512 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.513 [pool-20-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... 17:26:03.513 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.513 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.513 [pool-20-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... 17:26:03.513 [pool-20-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 17:26:03.577 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 17:26:03.577 [pool-20-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 17:26:03.578 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:03.578 [pool-20-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:26:03.579 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.579 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.579 [pool-20-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... 17:26:03.579 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.579 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.579 [pool-20-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... 17:26:03.580 [pool-20-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 17:26:03.581 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:03.581 [pool-20-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 17:26:03.582 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.582 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:03.582 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.582 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.583 [pool-20-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... 17:26:03.583 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.583 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.583 [pool-20-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... 17:26:03.583 [pool-20-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 17:26:03.584 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.584 [pool-20-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 17:26:03.584 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.584 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.584 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:03.585 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:03.585 [pool-20-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... 17:26:03.585 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.585 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.585 [pool-20-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... 17:26:03.585 [pool-20-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 17:26:03.587 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 17:26:03.587 [pool-20-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 17:26:03.588 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:03.588 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:03.588 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.588 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.589 [pool-20-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... 17:26:03.589 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.589 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.589 [pool-20-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... 17:26:03.589 [pool-20-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 17:26:03.590 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.590 [pool-20-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 17:26:03.590 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.590 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.590 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.590 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.591 [pool-20-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... 17:26:03.591 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.591 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.591 [pool-20-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... 17:26:03.591 [pool-20-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 17:26:03.593 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:03.593 [pool-20-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 17:26:03.593 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.593 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.593 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:03.594 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:03.594 [pool-20-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... 17:26:03.594 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.594 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.594 [pool-20-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... 17:26:03.594 [pool-20-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 17:26:03.596 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:03.596 [pool-20-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 17:26:03.596 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.596 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.596 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.597 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.597 [pool-20-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... 17:26:03.597 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.597 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.597 [pool-20-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... 17:26:03.597 [pool-20-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 17:26:03.599 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 17:26:03.599 [pool-20-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 17:26:03.600 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:03.600 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:03.600 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.600 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.600 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 200/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 2 sec total) 17:26:03.601 [pool-20-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... 17:26:03.601 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.601 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.601 [pool-20-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... 17:26:03.601 [pool-20-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 17:26:03.602 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.602 [pool-20-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 17:26:03.602 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.602 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.602 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.602 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.603 [pool-20-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... 17:26:03.603 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.603 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.603 [pool-20-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... 17:26:03.603 [pool-20-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 17:26:03.604 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:03.604 [pool-20-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 17:26:03.604 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.604 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.604 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:03.605 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:03.606 [pool-20-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... 17:26:03.606 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.606 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.606 [pool-20-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... 17:26:03.606 [pool-20-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 17:26:03.612 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:26:03.612 [pool-20-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 17:26:03.673 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:26:03.673 [pool-20-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:26:03.673 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.673 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.673 [pool-20-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... 17:26:03.673 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.673 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.673 [pool-20-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... 17:26:03.674 [pool-20-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 17:26:03.675 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.675 [pool-20-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 17:26:03.675 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.675 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.675 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.675 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.676 [pool-20-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... 17:26:03.676 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.676 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.676 [pool-20-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... 17:26:03.676 [pool-20-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 17:26:03.677 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.677 [pool-20-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 17:26:03.677 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.677 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.677 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.677 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.678 [pool-20-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... 17:26:03.678 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.678 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.678 [pool-20-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... 17:26:03.678 [pool-20-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 17:26:03.679 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.679 [pool-20-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 17:26:03.679 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.679 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.679 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.679 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.680 [pool-20-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... 17:26:03.680 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.680 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.680 [pool-20-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... 17:26:03.680 [pool-20-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 17:26:03.681 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.681 [pool-20-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 17:26:03.681 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.681 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.681 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.682 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.682 [pool-20-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... 17:26:03.682 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.682 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.682 [pool-20-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... 17:26:03.682 [pool-20-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 17:26:03.683 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.683 [pool-20-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 17:26:03.683 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.684 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.684 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.684 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.684 [pool-20-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... 17:26:03.684 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.684 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.684 [pool-20-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... 17:26:03.684 [pool-20-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 17:26:03.686 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:03.686 [pool-20-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 17:26:03.689 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.689 [pool-20-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:03.689 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.689 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.690 [pool-20-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... 17:26:03.690 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.690 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.690 [pool-20-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... 17:26:03.690 [pool-20-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 17:26:03.691 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.691 [pool-20-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 17:26:03.691 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.691 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.691 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.691 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.692 [pool-20-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... 17:26:03.692 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.692 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.692 [pool-20-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... 17:26:03.692 [pool-20-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 17:26:03.694 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:03.694 [pool-20-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 17:26:03.694 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.694 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.694 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.694 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.695 [pool-20-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... 17:26:03.695 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.695 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.695 [pool-20-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... 17:26:03.695 [pool-20-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 17:26:03.696 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.696 [pool-20-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 17:26:03.696 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.696 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.696 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.696 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.697 [pool-20-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... 17:26:03.697 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.697 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.697 [pool-20-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... 17:26:03.697 [pool-20-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 17:26:03.700 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 17:26:03.700 [pool-20-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 17:26:03.701 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:03.701 [pool-20-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:03.701 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.701 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.702 [pool-20-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... 17:26:03.702 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.702 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.702 [pool-20-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... 17:26:03.702 [pool-20-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 17:26:03.703 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.703 [pool-20-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 17:26:03.704 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.704 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.704 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.704 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.704 [pool-20-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... 17:26:03.704 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.704 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.704 [pool-20-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... 17:26:03.704 [pool-20-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 17:26:03.705 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.705 [pool-20-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 17:26:03.706 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.706 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.706 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.706 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.706 [pool-20-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... 17:26:03.706 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.706 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.706 [pool-20-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... 17:26:03.707 [pool-20-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 17:26:03.708 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.708 [pool-20-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 17:26:03.708 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.708 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.708 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.708 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.709 [pool-20-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... 17:26:03.709 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.709 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.709 [pool-20-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... 17:26:03.709 [pool-20-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 17:26:03.710 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.710 [pool-20-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 17:26:03.710 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.710 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.710 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.710 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.711 [pool-20-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... 17:26:03.711 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.711 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.711 [pool-20-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... 17:26:03.711 [pool-20-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 17:26:03.712 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.712 [pool-20-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 17:26:03.712 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.712 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.712 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.712 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.713 [pool-20-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... 17:26:03.713 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.713 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.713 [pool-20-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... 17:26:03.713 [pool-20-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 17:26:03.714 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.714 [pool-20-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 17:26:03.714 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.714 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.714 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.715 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.715 [pool-20-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... 17:26:03.715 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.715 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.715 [pool-20-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... 17:26:03.715 [pool-20-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 17:26:03.716 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.716 [pool-20-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 17:26:03.717 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.717 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.717 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.717 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.717 [pool-20-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... 17:26:03.717 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.717 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.717 [pool-20-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... 17:26:03.769 [pool-20-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 17:26:03.770 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.771 [pool-20-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 17:26:03.771 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.771 [pool-20-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. 0s54ms [pure insertion] marking any relevant derived attributes for update...17:26:03.771 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.771 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.772 [pool-20-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... 17:26:03.772 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.772 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.772 [pool-20-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... 17:26:03.773 [pool-20-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 17:26:03.774 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.774 [pool-20-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 17:26:03.775 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.775 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:03.775 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.775 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.775 [pool-20-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... 17:26:03.775 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.776 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.776 [pool-20-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... 17:26:03.776 [pool-20-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 17:26:03.777 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:03.777 [pool-20-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 17:26:03.778 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.778 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:03.778 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.778 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.779 [pool-20-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... 17:26:03.779 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.779 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.779 [pool-20-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... 17:26:03.779 [pool-20-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 17:26:03.780 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.780 [pool-20-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 17:26:03.780 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.780 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.780 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.780 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.781 [pool-20-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... 17:26:03.781 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.781 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.781 [pool-20-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... 17:26:03.781 [pool-20-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 17:26:03.782 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.782 [pool-20-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 17:26:03.783 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.783 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.783 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.783 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.783 [pool-20-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... 17:26:03.783 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.783 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.783 [pool-20-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... 17:26:03.784 [pool-20-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 17:26:03.794 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 17:26:03.794 [pool-20-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 17:26:03.795 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:03.795 [pool-20-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:26:03.795 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.795 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.796 [pool-20-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... 17:26:03.796 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.796 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.796 [pool-20-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... 17:26:03.796 [pool-20-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 17:26:03.797 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.797 [pool-20-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 17:26:03.797 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.797 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.797 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:03.798 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:03.798 [pool-20-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... 17:26:03.798 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.798 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.798 [pool-20-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... 17:26:03.798 [pool-20-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 17:26:03.799 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.800 [pool-20-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 17:26:03.800 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.800 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.800 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.800 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.800 [pool-20-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... 17:26:03.800 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.800 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.800 [pool-20-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... 17:26:03.801 [pool-20-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 17:26:03.802 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.802 [pool-20-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 17:26:03.802 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.802 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.802 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.802 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.802 [pool-20-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... 17:26:03.803 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.803 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.803 [pool-20-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... 17:26:03.803 [pool-20-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 17:26:03.809 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:03.809 [pool-20-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 17:26:03.809 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.809 [pool-20-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...17:26:03.809 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.809 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.810 [pool-20-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... 17:26:03.810 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.810 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.810 [pool-20-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... 17:26:03.810 [pool-20-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 17:26:03.869 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.869 [pool-20-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 17:26:03.869 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.869 [pool-20-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. 0s59ms [pure insertion] marking any relevant derived attributes for update...17:26:03.870 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.870 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.870 [pool-20-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... 17:26:03.870 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.870 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.870 [pool-20-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... 17:26:03.871 [pool-20-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 17:26:03.872 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.872 [pool-20-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 17:26:03.872 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.872 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.872 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.872 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.873 [pool-20-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... 17:26:03.873 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.873 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.873 [pool-20-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... 17:26:03.873 [pool-20-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 17:26:03.874 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.874 [pool-20-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 17:26:03.874 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.874 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.874 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.874 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.876 [pool-20-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... 17:26:03.876 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.876 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.876 [pool-20-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... 17:26:03.876 [pool-20-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 17:26:03.885 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 115 M->MM REFERENCES! (took ~0sec) 17:26:03.885 [pool-20-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 17:26:03.893 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 17:26:03.893 [pool-20-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...17:26:03.893 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.893 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.894 [pool-20-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... 17:26:03.894 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.894 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.894 [pool-20-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... 17:26:03.894 [pool-20-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 17:26:03.895 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.895 [pool-20-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 17:26:03.896 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.896 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.896 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.896 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.896 [pool-20-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... 17:26:03.896 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.896 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.896 [pool-20-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... 17:26:03.896 [pool-20-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 17:26:03.897 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.897 [pool-20-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 17:26:03.898 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.898 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.898 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.898 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.899 [pool-20-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... 17:26:03.899 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.899 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.899 [pool-20-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... 17:26:03.899 [pool-20-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 17:26:03.902 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 7 M->MM REFERENCES! (took ~0sec) 17:26:03.902 [pool-20-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 17:26:03.903 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.903 [pool-20-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:03.903 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.903 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.903 [pool-20-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... 17:26:03.903 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.903 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.903 [pool-20-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... 17:26:03.904 [pool-20-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 17:26:03.905 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.905 [pool-20-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 17:26:03.905 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.905 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.905 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:03.906 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:03.906 [pool-20-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... 17:26:03.906 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.906 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.906 [pool-20-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... 17:26:03.907 [pool-20-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 17:26:03.975 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 43 M->MM REFERENCES! (took ~0sec) 17:26:03.975 [pool-20-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 17:26:03.983 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 17:26:03.983 [pool-20-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...17:26:03.983 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.983 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.984 [pool-20-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... 17:26:03.984 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.984 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.984 [pool-20-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... 17:26:03.984 [pool-20-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 17:26:03.987 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:03.987 [pool-20-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 17:26:03.987 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.987 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:03.987 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.987 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.988 [pool-20-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... 17:26:03.988 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.988 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.988 [pool-20-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... 17:26:03.988 [pool-20-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 17:26:03.989 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.989 [pool-20-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 17:26:03.989 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.989 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:03.989 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:03.990 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:03.990 [pool-20-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... 17:26:03.990 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.990 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.990 [pool-20-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... 17:26:03.990 [pool-20-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 17:26:03.992 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:03.992 [pool-20-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 17:26:03.992 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:03.993 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:03.993 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.993 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.993 [pool-20-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... 17:26:03.993 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.993 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.993 [pool-20-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... 17:26:03.993 [pool-20-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 17:26:03.994 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:03.994 [pool-20-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 17:26:03.995 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:03.995 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:03.995 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:03.995 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:03.995 [pool-20-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... 17:26:03.995 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:03.995 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:03.995 [pool-20-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... 17:26:03.995 [pool-20-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 17:26:04.001 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:04.001 [pool-20-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 17:26:04.002 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.002 [pool-20-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:26:04.002 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.002 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.003 [pool-20-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... 17:26:04.003 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.003 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.003 [pool-20-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... 17:26:04.003 [pool-20-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 17:26:04.004 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.004 [pool-20-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 17:26:04.004 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.004 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:04.004 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.004 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.005 [pool-20-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... 17:26:04.005 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.005 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.005 [pool-20-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... 17:26:04.005 [pool-20-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 17:26:04.006 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.006 [pool-20-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 17:26:04.006 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.007 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.007 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.007 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.007 [pool-20-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... 17:26:04.007 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.007 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.007 [pool-20-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... 17:26:04.008 [pool-20-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 17:26:04.011 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 34 M->MM REFERENCES! (took ~0sec) 17:26:04.011 [pool-20-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 17:26:04.012 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:26:04.012 [pool-20-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:26:04.013 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.013 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.013 [pool-20-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... 17:26:04.013 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.013 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.013 [pool-20-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... 17:26:04.013 [pool-20-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 17:26:04.014 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.014 [pool-20-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 17:26:04.015 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.015 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.015 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.015 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.015 [pool-20-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... 17:26:04.015 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.015 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.015 [pool-20-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... 17:26:04.016 [pool-20-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 17:26:04.016 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.017 [pool-20-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 17:26:04.017 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.017 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.017 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.017 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.017 [pool-20-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... 17:26:04.017 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.017 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.069 [pool-20-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... 17:26:04.070 [pool-20-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 17:26:04.081 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:04.081 [pool-20-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 17:26:04.082 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.082 [pool-20-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...17:26:04.082 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.082 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.083 [pool-20-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... 17:26:04.083 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.083 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.083 [pool-20-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... 17:26:04.083 [pool-20-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 17:26:04.085 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.085 [pool-20-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 17:26:04.086 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.086 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:04.086 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.086 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.087 [pool-20-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... 17:26:04.087 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.087 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.087 [pool-20-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... 17:26:04.087 [pool-20-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 17:26:04.089 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.089 [pool-20-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 17:26:04.089 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.089 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.089 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.089 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.090 [pool-20-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... 17:26:04.090 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.090 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.090 [pool-20-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... 17:26:04.091 [pool-20-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 17:26:04.093 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:04.093 [pool-20-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 17:26:04.093 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:04.093 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:04.093 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.093 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.094 [pool-20-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... 17:26:04.094 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.094 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.094 [pool-20-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... 17:26:04.094 [pool-20-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 17:26:04.095 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.095 [pool-20-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 17:26:04.095 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.096 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.096 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.096 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.096 [pool-20-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... 17:26:04.096 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.096 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.096 [pool-20-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... 17:26:04.097 [pool-20-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 17:26:04.097 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.098 [pool-20-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 17:26:04.102 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.102 [pool-20-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:26:04.102 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.102 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.103 [pool-20-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... 17:26:04.103 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.103 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.103 [pool-20-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... 17:26:04.103 [pool-20-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 17:26:04.104 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.104 [pool-20-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 17:26:04.105 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.105 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.105 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.105 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.105 [pool-20-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... 17:26:04.105 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.105 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.105 [pool-20-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... 17:26:04.105 [pool-20-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 17:26:04.106 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.106 [pool-20-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 17:26:04.107 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.107 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.107 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.107 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.107 [pool-20-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... 17:26:04.107 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.107 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.107 [pool-20-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... 17:26:04.108 [pool-20-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 17:26:04.109 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.109 [pool-20-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 17:26:04.109 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.109 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.109 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.109 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.110 [pool-20-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... 17:26:04.110 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.110 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.110 [pool-20-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... 17:26:04.110 [pool-20-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 17:26:04.111 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.111 [pool-20-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 17:26:04.111 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.111 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:04.111 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.111 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.169 [pool-20-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... 17:26:04.170 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.170 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.170 [pool-20-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... 17:26:04.170 [pool-20-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 17:26:04.171 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.171 [pool-20-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 17:26:04.172 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.172 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:04.172 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.172 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.172 [pool-20-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... 17:26:04.172 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.172 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.172 [pool-20-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... 17:26:04.173 [pool-20-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 17:26:04.174 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.174 [pool-20-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 17:26:04.174 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.174 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.174 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.174 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.174 [pool-20-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... 17:26:04.174 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.174 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.174 [pool-20-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... 17:26:04.175 [pool-20-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 17:26:04.176 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.176 [pool-20-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 17:26:04.176 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.176 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.176 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.176 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.177 [pool-20-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... 17:26:04.177 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.177 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.177 [pool-20-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... 17:26:04.177 [pool-20-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 17:26:04.183 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 17:26:04.183 [pool-20-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 17:26:04.186 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:26:04.186 [pool-20-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:26:04.186 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.186 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.186 [pool-20-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... 17:26:04.186 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.186 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.186 [pool-20-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... 17:26:04.187 [pool-20-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 17:26:04.188 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.188 [pool-20-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 17:26:04.188 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.188 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.188 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.188 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.189 [pool-20-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... 17:26:04.189 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.189 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.189 [pool-20-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... 17:26:04.189 [pool-20-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 17:26:04.190 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.190 [pool-20-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 17:26:04.190 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.190 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:04.190 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.191 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.191 [pool-20-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... 17:26:04.191 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.191 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.191 [pool-20-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... 17:26:04.191 [pool-20-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 17:26:04.193 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:04.193 [pool-20-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 17:26:04.193 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:04.193 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.193 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.193 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.194 [pool-20-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... 17:26:04.194 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.194 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.194 [pool-20-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... 17:26:04.195 [pool-20-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 17:26:04.196 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.196 [pool-20-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 17:26:04.196 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.196 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.196 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.196 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.197 [pool-20-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... 17:26:04.197 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.197 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.197 [pool-20-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... 17:26:04.197 [pool-20-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 17:26:04.198 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.198 [pool-20-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 17:26:04.198 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.198 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:04.198 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.198 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.199 [pool-20-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... 17:26:04.199 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.199 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.199 [pool-20-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... 17:26:04.199 [pool-20-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 17:26:04.200 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.200 [pool-20-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 17:26:04.200 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.200 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:04.201 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.201 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.201 [pool-20-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... 17:26:04.201 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.201 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.201 [pool-20-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... 17:26:04.201 [pool-20-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 17:26:04.203 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 17:26:04.203 [pool-20-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 17:26:04.204 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:04.204 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:04.204 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.204 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.205 [pool-20-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... 17:26:04.205 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.205 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.205 [pool-20-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... 17:26:04.205 [pool-20-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 17:26:04.206 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.206 [pool-20-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 17:26:04.206 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.206 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:04.206 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.206 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.207 [pool-20-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... 17:26:04.207 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.207 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.207 [pool-20-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... 17:26:04.207 [pool-20-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 17:26:04.213 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:04.213 [pool-20-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 17:26:04.213 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.213 [pool-20-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:26:04.214 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.214 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.214 [pool-20-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... 17:26:04.214 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.214 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.214 [pool-20-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... 17:26:04.269 [pool-20-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 17:26:04.275 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:04.276 [pool-20-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 17:26:04.276 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.276 [pool-20-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. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:26:04.276 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.276 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.277 [pool-20-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... 17:26:04.277 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.277 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.277 [pool-20-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... 17:26:04.277 [pool-20-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 17:26:04.278 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.278 [pool-20-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 17:26:04.278 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.278 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:04.278 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:04.279 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:04.279 [pool-20-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... 17:26:04.279 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.279 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.279 [pool-20-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... 17:26:04.279 [pool-20-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 17:26:04.282 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:04.282 [pool-20-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 17:26:04.282 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:04.282 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:04.282 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:04.283 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:04.283 [pool-20-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... 17:26:04.283 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.283 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.283 [pool-20-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... 17:26:04.284 [pool-20-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 17:26:04.287 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 19 M->MM REFERENCES! (took ~0sec) 17:26:04.287 [pool-20-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 17:26:04.287 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:04.288 [pool-20-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:04.288 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.288 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.288 [pool-20-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... 17:26:04.288 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.288 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.288 [pool-20-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... 17:26:04.288 [pool-20-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 17:26:04.289 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.289 [pool-20-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 17:26:04.290 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.290 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.290 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.290 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.290 [pool-20-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... 17:26:04.290 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.290 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.290 [pool-20-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... 17:26:04.291 [pool-20-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 17:26:04.295 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 17:26:04.295 [pool-20-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 17:26:04.297 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.297 [pool-20-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:26:04.297 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.297 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.297 [pool-20-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... 17:26:04.297 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.297 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.297 [pool-20-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... 17:26:04.298 [pool-20-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 17:26:04.299 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:04.299 [pool-20-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 17:26:04.300 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:04.300 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:04.300 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.300 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.300 [pool-20-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... 17:26:04.300 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.300 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.300 [pool-20-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... 17:26:04.301 [pool-20-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 17:26:04.302 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.302 [pool-20-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 17:26:04.302 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.302 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.302 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.302 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.302 [pool-20-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... 17:26:04.302 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.302 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.302 [pool-20-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... 17:26:04.303 [pool-20-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 17:26:04.304 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.304 [pool-20-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 17:26:04.305 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.305 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:04.305 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.305 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.305 [pool-20-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... 17:26:04.305 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.305 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.305 [pool-20-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... 17:26:04.306 [pool-20-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 17:26:04.307 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.307 [pool-20-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 17:26:04.309 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.309 [pool-20-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:04.309 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.309 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.309 [pool-20-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... 17:26:04.309 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.309 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.309 [pool-20-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... 17:26:04.310 [pool-20-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 17:26:04.311 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.311 [pool-20-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 17:26:04.311 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.311 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.311 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.311 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.311 [pool-20-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... 17:26:04.312 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.312 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.312 [pool-20-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... 17:26:04.312 [pool-20-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 17:26:04.313 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.313 [pool-20-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 17:26:04.313 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.313 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.313 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.313 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.314 [pool-20-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... 17:26:04.314 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.314 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.314 [pool-20-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... 17:26:04.314 [pool-20-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 17:26:04.315 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:04.315 [pool-20-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 17:26:04.316 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:04.316 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.316 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.316 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.316 [pool-20-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... 17:26:04.369 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.369 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.369 [pool-20-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... 17:26:04.369 [pool-20-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 17:26:04.371 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.371 [pool-20-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 17:26:04.371 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.371 [pool-20-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. 0s55ms [pure insertion] marking any relevant derived attributes for update...17:26:04.371 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.371 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.372 [pool-20-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... 17:26:04.372 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.372 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.372 [pool-20-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... 17:26:04.372 [pool-20-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 17:26:04.373 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.373 [pool-20-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 17:26:04.373 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.373 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:04.373 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.373 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.374 [pool-20-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... 17:26:04.374 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.374 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.374 [pool-20-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... 17:26:04.375 [pool-20-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 17:26:04.376 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.376 [pool-20-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 17:26:04.376 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.376 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.376 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.376 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.377 [pool-20-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... 17:26:04.377 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.378 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.378 [pool-20-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... 17:26:04.378 [pool-20-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 17:26:04.384 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:26:04.384 [pool-20-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 17:26:04.390 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:26:04.390 [pool-20-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:26:04.390 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.390 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.392 [pool-20-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... 17:26:04.392 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.392 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.392 [pool-20-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... 17:26:04.392 [pool-20-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 17:26:04.398 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 65 M->MM REFERENCES! (took ~0sec) 17:26:04.398 [pool-20-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 17:26:04.403 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 17:26:04.403 [pool-20-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:26:04.404 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.404 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.404 [pool-20-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... 17:26:04.404 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.404 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.404 [pool-20-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... 17:26:04.405 [pool-20-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 17:26:04.406 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.406 [pool-20-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 17:26:04.406 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.406 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.406 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.406 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.407 [pool-20-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... 17:26:04.407 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.407 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.407 [pool-20-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... 17:26:04.407 [pool-20-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 17:26:04.408 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:04.408 [pool-20-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 17:26:04.409 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:04.409 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.409 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.409 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.410 [pool-20-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... 17:26:04.410 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.410 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.410 [pool-20-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... 17:26:04.410 [pool-20-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 17:26:04.411 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:04.411 [pool-20-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 17:26:04.411 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.411 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:04.411 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.411 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.412 [pool-20-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... 17:26:04.412 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.412 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.412 [pool-20-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... 17:26:04.412 [pool-20-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 17:26:04.413 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.413 [pool-20-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 17:26:04.414 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.414 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.414 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.414 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.415 [pool-20-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... 17:26:04.415 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.415 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.415 [pool-20-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... 17:26:04.415 [pool-20-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 17:26:04.417 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.417 [pool-20-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 17:26:04.480 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.481 [pool-20-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:26:04.481 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.481 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.481 [pool-20-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... 17:26:04.481 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.481 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.481 [pool-20-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... 17:26:04.482 [pool-20-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 17:26:04.483 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.483 [pool-20-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 17:26:04.483 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.483 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.483 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.483 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.484 [pool-20-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... 17:26:04.484 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.484 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.484 [pool-20-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... 17:26:04.484 [pool-20-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 17:26:04.485 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.485 [pool-20-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 17:26:04.486 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.486 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.486 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.486 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.486 [pool-20-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... 17:26:04.486 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.486 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.486 [pool-20-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... 17:26:04.486 [pool-20-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 17:26:04.487 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.487 [pool-20-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 17:26:04.488 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.488 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.488 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.488 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.488 [pool-20-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... 17:26:04.488 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.488 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.488 [pool-20-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... 17:26:04.488 [pool-20-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 17:26:04.489 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:04.489 [pool-20-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 17:26:04.490 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.490 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.490 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.490 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.490 [pool-20-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... 17:26:04.490 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.490 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.490 [pool-20-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... 17:26:04.491 [pool-20-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 17:26:04.492 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.492 [pool-20-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 17:26:04.492 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.492 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.492 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.492 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.492 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 300/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 2 sec total) 17:26:04.493 [pool-20-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... 17:26:04.493 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.493 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.493 [pool-20-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... 17:26:04.493 [pool-20-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 17:26:04.494 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.494 [pool-20-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 17:26:04.494 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.494 [pool-20-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:04.494 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.494 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.495 [pool-20-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... 17:26:04.495 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.495 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.495 [pool-20-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... 17:26:04.495 [pool-20-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 17:26:04.496 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.496 [pool-20-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 17:26:04.496 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.497 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.497 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.497 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.497 [pool-20-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... 17:26:04.497 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.497 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.497 [pool-20-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... 17:26:04.497 [pool-20-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 17:26:04.499 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:04.499 [pool-20-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 17:26:04.499 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:04.499 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.500 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.500 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.500 [pool-20-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... 17:26:04.500 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.500 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.500 [pool-20-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... 17:26:04.500 [pool-20-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 17:26:04.502 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:04.502 [pool-20-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 17:26:04.503 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:04.503 [pool-20-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:04.503 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.503 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.503 [pool-20-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... 17:26:04.503 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.503 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.503 [pool-20-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... 17:26:04.504 [pool-20-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 17:26:04.505 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.505 [pool-20-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 17:26:04.505 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.505 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.505 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.505 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.505 [pool-20-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... 17:26:04.505 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.505 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.505 [pool-20-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... 17:26:04.506 [pool-20-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 17:26:04.507 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.507 [pool-20-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 17:26:04.507 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.507 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.507 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.507 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.507 [pool-20-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... 17:26:04.507 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.507 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.507 [pool-20-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... 17:26:04.508 [pool-20-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 17:26:04.509 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.509 [pool-20-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 17:26:04.509 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.509 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.509 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.509 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.510 [pool-20-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... 17:26:04.510 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.510 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.510 [pool-20-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... 17:26:04.510 [pool-20-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 17:26:04.511 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.511 [pool-20-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 17:26:04.511 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.511 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.511 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:04.511 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:04.569 [pool-20-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... 17:26:04.569 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:04.569 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:04.570 [pool-20-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... 17:26:04.570 [pool-20-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 17:26:04.571 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:04.571 [pool-20-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 17:26:04.571 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:04.571 [pool-20-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:04.571 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:04.572 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:04.572 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 309/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 3 sec total) 17:26:04.572 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:04.572 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:05.291 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 17:26:09.006 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 17:26:09.006 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~4.434s attempting to resolve any uninitialized derived attributes... 17:26:09.006 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:09.006 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:09.006 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:09.006 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 4s434ms [proxy update] 17:26:09.006 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:09.011 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:26:09.011 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 7 s 900 ms 17:26:09.012 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:26:09.012 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:09.069 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:09.069 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:26:09.084 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:26:09 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit5055990870848725034/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit9818265024866535486/test_metamodel[OrientDB] Apr 30, 2023 5:26:09 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit9818265024866535486/test_metamodel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:26:09.801 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:26:09.804 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:09.804 [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 17:26:09.804 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:09.804 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:09.804 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:26:09.804 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:26:09.804 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:26:09.805 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:26:09.805 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:09.805 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:26:09.805 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:26:09.806 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 17:26:10.003 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:10.003 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:10.012 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:26:10.073 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:26:10.081 [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 17:26:10.082 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:26:10.082 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 17:26:10.093 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 17:26:10.095 [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 17:26:10.095 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 17:26:10.095 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 17:26:10.202 [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 17:26:10.202 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:26:10.202 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 17:26:10.580 [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 17:26:10.580 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 17:26:15.089 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~5 sec) 17:26:15.090 [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! 17:26:15.090 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 17:26:15.274 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:15.274 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:15.282 [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! 17:26:15.282 [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! 17:26:15.282 [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! 17:26:15.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 17:26:15.282 [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! 17:26:15.282 [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! 17:26:15.282 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 17:26:15.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:26:15.288 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:26:15.288 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:26:15.291 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:15.291 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:26:15.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:26:15 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit9818265024866535486/test_metamodel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit4008481963659064475/test_zoo[OrientDB] Apr 30, 2023 5:26:15 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit4008481963659064475/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:26:16.019 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:26:16.073 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:16.073 [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 17:26:16.073 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:16.073 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:16.073 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:26:16.073 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:26:16.073 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:26:16.074 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:16.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:26:16.075 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:26:16.075 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:26:16.075 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 17:26:16.200 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:16.200 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:16.207 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:26:16.218 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:26:16.276 [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 17:26:16.277 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:26:16.277 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 17:26:16.288 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 17:26:16.290 [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 17:26:16.290 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 17:26:16.290 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 17:26:16.403 [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 17:26:16.403 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:26:16.403 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 17:26:16.708 [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 17:26:16.708 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 17:26:21.212 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~5 sec) 17:26:21.212 [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! 17:26:21.212 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 17:26:21.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:21.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:21.402 [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! 17:26:21.402 [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! 17:26:21.402 [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! 17:26:21.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 17:26:21.402 [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! 17:26:21.402 [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! 17:26:21.402 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 17:26:21.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:26:21.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:21.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:21.498 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:21.703 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:21.707 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.707 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 20/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.707 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 30/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.708 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 40/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.708 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 50/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.708 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 60/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.708 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 70/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.709 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 80/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.709 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 90/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.709 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 100/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.709 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 110/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.710 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 120/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.710 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 130/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.710 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 140/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.711 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 150/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.711 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 160/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.711 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 170/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.711 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 180/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.712 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 190/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.712 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 200/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.712 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 210/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.712 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 220/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.712 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 230/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.713 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 240/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.713 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 250/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.713 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 260/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.713 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 270/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.714 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 280/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.714 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 290/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.714 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 300/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:26:21.714 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:21.714 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:21.714 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 0/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 0 sec total) 17:26:21.716 [pool-22-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... 17:26:21.716 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:21.716 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:21.716 [pool-22-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... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:26:21.783 [pool-22-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 set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:26:21.801 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:21.801 [pool-22-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 17:26:21.807 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:21.807 [pool-22-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. 0s91ms [pure insertion] marking any relevant derived attributes for update...17:26:21.807 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:21.807 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:21.808 [pool-22-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... 17:26:21.808 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:21.808 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:21.808 [pool-22-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... 17:26:21.808 [pool-22-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 17:26:21.810 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:21.810 [pool-22-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 17:26:21.811 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:21.811 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:21.811 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:21.811 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:21.869 [pool-22-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... 17:26:21.869 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:21.869 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:21.869 [pool-22-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... 17:26:21.869 [pool-22-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 17:26:21.871 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:21.871 [pool-22-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 17:26:21.871 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:21.871 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:21.871 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:21.871 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:21.873 [pool-22-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... 17:26:21.873 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:21.873 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:21.873 [pool-22-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... 17:26:21.873 [pool-22-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 17:26:21.874 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:21.874 [pool-22-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 17:26:21.885 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:21.885 [pool-22-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...17:26:21.885 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:21.885 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:21.886 [pool-22-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... 17:26:21.886 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:21.886 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:21.886 [pool-22-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... 17:26:21.886 [pool-22-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 17:26:21.936 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:21.936 [pool-22-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 17:26:21.936 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:21.936 [pool-22-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. 0s50ms [pure insertion] marking any relevant derived attributes for update...17:26:21.936 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:21.936 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:21.937 [pool-22-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... 17:26:21.937 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:21.937 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:21.937 [pool-22-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... 17:26:21.969 [pool-22-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 17:26:21.970 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:21.970 [pool-22-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 17:26:21.971 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:21.971 [pool-22-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. 0s34ms [pure insertion] marking any relevant derived attributes for update...17:26:21.971 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:21.971 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:21.973 [pool-22-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... 17:26:21.973 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:21.973 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:21.973 [pool-22-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... 17:26:21.973 [pool-22-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 17:26:21.983 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 115 M->MM REFERENCES! (took ~0sec) 17:26:21.983 [pool-22-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 17:26:21.994 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 17:26:21.994 [pool-22-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...17:26:21.994 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:21.994 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:21.995 [pool-22-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... 17:26:21.995 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:21.995 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:21.995 [pool-22-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... 17:26:21.995 [pool-22-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 17:26:21.997 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:21.997 [pool-22-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 17:26:21.997 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:21.997 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:21.997 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:21.997 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:21.998 [pool-22-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... 17:26:21.998 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:21.998 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:21.998 [pool-22-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... 17:26:21.998 [pool-22-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 17:26:21.999 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:21.999 [pool-22-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 17:26:21.999 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:21.999 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:21.999 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:21.999 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.000 [pool-22-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... 17:26:22.000 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.000 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.000 [pool-22-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... 17:26:22.000 [pool-22-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 17:26:22.002 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:26:22.002 [pool-22-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 17:26:22.003 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:22.003 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:22.003 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.003 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.003 [pool-22-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... 17:26:22.003 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.004 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.004 [pool-22-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... 17:26:22.004 [pool-22-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 17:26:22.005 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.005 [pool-22-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 17:26:22.006 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.006 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:22.006 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.006 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.006 [pool-22-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... 17:26:22.006 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.006 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.006 [pool-22-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... 17:26:22.006 [pool-22-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 17:26:22.009 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 17:26:22.009 [pool-22-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 17:26:22.011 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:22.011 [pool-22-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:22.011 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.011 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.012 [pool-22-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... 17:26:22.012 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.012 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.012 [pool-22-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... 17:26:22.012 [pool-22-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 17:26:22.080 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:22.080 [pool-22-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 17:26:22.081 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.081 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml. 0s69ms [pure insertion] marking any relevant derived attributes for update...17:26:22.081 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.081 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.081 [pool-22-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... 17:26:22.081 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.081 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.081 [pool-22-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... 17:26:22.082 [pool-22-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 17:26:22.083 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.083 [pool-22-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 17:26:22.083 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.083 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.083 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.083 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.084 [pool-22-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... 17:26:22.084 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.084 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.084 [pool-22-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... 17:26:22.084 [pool-22-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 17:26:22.085 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.085 [pool-22-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 17:26:22.086 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.086 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.086 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.086 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.086 [pool-22-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... 17:26:22.086 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.086 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.086 [pool-22-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... 17:26:22.087 [pool-22-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 17:26:22.089 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:22.089 [pool-22-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 17:26:22.089 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.089 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:22.089 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.089 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.090 [pool-22-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... 17:26:22.090 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.090 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.090 [pool-22-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... 17:26:22.090 [pool-22-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 17:26:22.093 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 17:26:22.093 [pool-22-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 17:26:22.095 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:22.095 [pool-22-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:22.095 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.095 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.095 [pool-22-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... 17:26:22.095 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.095 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.095 [pool-22-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... 17:26:22.096 [pool-22-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 17:26:22.097 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:22.097 [pool-22-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 17:26:22.098 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.098 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:22.098 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.098 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.098 [pool-22-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... 17:26:22.098 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.098 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.098 [pool-22-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... 17:26:22.099 [pool-22-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 17:26:22.100 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.100 [pool-22-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 17:26:22.100 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.100 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.100 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.100 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.101 [pool-22-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... 17:26:22.101 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.101 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.101 [pool-22-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... 17:26:22.101 [pool-22-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 17:26:22.106 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 17:26:22.106 [pool-22-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 17:26:22.110 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 17:26:22.110 [pool-22-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:26:22.110 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.110 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.111 [pool-22-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... 17:26:22.111 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.111 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.111 [pool-22-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... 17:26:22.111 [pool-22-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 17:26:22.169 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.169 [pool-22-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 17:26:22.170 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.170 [pool-22-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. 0s59ms [pure insertion] marking any relevant derived attributes for update...17:26:22.170 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.170 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.171 [pool-22-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... 17:26:22.171 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.171 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.171 [pool-22-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... 17:26:22.171 [pool-22-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 17:26:22.172 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.172 [pool-22-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 17:26:22.172 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.173 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.173 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.173 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.173 [pool-22-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... 17:26:22.173 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.173 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.173 [pool-22-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... 17:26:22.173 [pool-22-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 17:26:22.174 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.174 [pool-22-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 17:26:22.175 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.175 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.175 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.175 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.175 [pool-22-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... 17:26:22.175 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.175 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.175 [pool-22-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... 17:26:22.176 [pool-22-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 17:26:22.177 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.177 [pool-22-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 17:26:22.177 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.177 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.177 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.177 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.178 [pool-22-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... 17:26:22.178 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.178 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.178 [pool-22-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... 17:26:22.179 [pool-22-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 17:26:22.185 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:26:22.185 [pool-22-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 17:26:22.190 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:26:22.190 [pool-22-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:26:22.190 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.190 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.191 [pool-22-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... 17:26:22.191 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.191 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.191 [pool-22-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... 17:26:22.191 [pool-22-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 17:26:22.193 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.193 [pool-22-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 17:26:22.193 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.193 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.193 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.193 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.194 [pool-22-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... 17:26:22.194 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.194 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.194 [pool-22-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... 17:26:22.194 [pool-22-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 17:26:22.195 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.195 [pool-22-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 17:26:22.195 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.196 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.196 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.196 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.196 [pool-22-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... 17:26:22.196 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.196 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.196 [pool-22-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... 17:26:22.196 [pool-22-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 17:26:22.198 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.198 [pool-22-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 17:26:22.198 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.198 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.198 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.198 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.198 [pool-22-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... 17:26:22.198 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.198 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.198 [pool-22-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... 17:26:22.199 [pool-22-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 17:26:22.200 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.200 [pool-22-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 17:26:22.200 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.200 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.200 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.200 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.201 [pool-22-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... 17:26:22.201 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.201 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.201 [pool-22-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... 17:26:22.201 [pool-22-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 17:26:22.202 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.203 [pool-22-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 17:26:22.203 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.203 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.203 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.203 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.203 [pool-22-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... 17:26:22.203 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.203 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.203 [pool-22-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... 17:26:22.204 [pool-22-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 17:26:22.205 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:22.205 [pool-22-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 17:26:22.205 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.205 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.205 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.205 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.205 [pool-22-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... 17:26:22.206 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.206 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.206 [pool-22-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... 17:26:22.206 [pool-22-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 17:26:22.207 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.207 [pool-22-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 17:26:22.207 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.207 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.207 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.207 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.208 [pool-22-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... 17:26:22.208 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.208 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.208 [pool-22-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... 17:26:22.208 [pool-22-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 17:26:22.209 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.209 [pool-22-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 17:26:22.209 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.209 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:22.209 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:22.210 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:22.210 [pool-22-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... 17:26:22.210 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.210 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.210 [pool-22-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... 17:26:22.210 [pool-22-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 17:26:22.269 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:22.269 [pool-22-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 17:26:22.269 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.270 [pool-22-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. 0s60ms [pure insertion] marking any relevant derived attributes for update...17:26:22.270 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.270 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.270 [pool-22-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... 17:26:22.270 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.270 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.270 [pool-22-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... 17:26:22.271 [pool-22-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 17:26:22.272 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.272 [pool-22-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 17:26:22.272 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.272 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.272 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.272 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.273 [pool-22-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... 17:26:22.273 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.273 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.273 [pool-22-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... 17:26:22.273 [pool-22-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 17:26:22.275 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:22.275 [pool-22-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 17:26:22.275 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.275 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.275 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.275 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.276 [pool-22-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... 17:26:22.276 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.276 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.276 [pool-22-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... 17:26:22.276 [pool-22-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 17:26:22.277 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.277 [pool-22-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 17:26:22.277 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.277 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.278 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.278 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.278 [pool-22-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... 17:26:22.278 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.278 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.278 [pool-22-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... 17:26:22.278 [pool-22-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 17:26:22.279 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.279 [pool-22-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 17:26:22.280 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.280 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.280 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.280 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.280 [pool-22-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... 17:26:22.280 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.280 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.280 [pool-22-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... 17:26:22.280 [pool-22-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 17:26:22.281 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.281 [pool-22-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 17:26:22.282 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.282 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.282 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.282 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.282 [pool-22-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... 17:26:22.282 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.282 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.282 [pool-22-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... 17:26:22.282 [pool-22-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 17:26:22.283 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.284 [pool-22-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 17:26:22.284 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.284 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.284 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.284 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.284 [pool-22-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... 17:26:22.284 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.284 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.284 [pool-22-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... 17:26:22.284 [pool-22-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 17:26:22.286 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.286 [pool-22-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 17:26:22.286 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.286 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.286 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.286 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.286 [pool-22-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... 17:26:22.286 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.286 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.286 [pool-22-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... 17:26:22.287 [pool-22-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 17:26:22.289 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 19 M->MM REFERENCES! (took ~0sec) 17:26:22.289 [pool-22-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 17:26:22.290 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:22.290 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:22.290 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.290 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.291 [pool-22-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... 17:26:22.291 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.291 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.291 [pool-22-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... 17:26:22.291 [pool-22-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 17:26:22.295 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 17:26:22.296 [pool-22-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 17:26:22.300 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 17:26:22.300 [pool-22-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:26:22.300 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.300 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.301 [pool-22-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... 17:26:22.301 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.301 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.301 [pool-22-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... 17:26:22.301 [pool-22-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 17:26:22.307 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 17:26:22.307 [pool-22-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 17:26:22.308 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.308 [pool-22-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:26:22.308 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.308 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.309 [pool-22-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... 17:26:22.309 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.309 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.309 [pool-22-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... 17:26:22.309 [pool-22-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 17:26:22.313 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 17:26:22.313 [pool-22-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 17:26:22.370 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:26:22.370 [pool-22-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. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:26:22.370 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.370 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.371 [pool-22-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... 17:26:22.371 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.371 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.372 [pool-22-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... 17:26:22.372 [pool-22-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 17:26:22.378 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:26:22.378 [pool-22-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 17:26:22.384 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:26:22.384 [pool-22-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:26:22.384 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.384 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.384 [pool-22-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... 17:26:22.384 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.384 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.384 [pool-22-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... 17:26:22.385 [pool-22-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 17:26:22.386 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.386 [pool-22-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 17:26:22.386 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.386 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.386 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.386 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.387 [pool-22-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... 17:26:22.387 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.387 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.387 [pool-22-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... 17:26:22.387 [pool-22-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 17:26:22.388 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.388 [pool-22-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 17:26:22.388 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.389 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.389 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.389 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.389 [pool-22-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... 17:26:22.389 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.389 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.389 [pool-22-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... 17:26:22.389 [pool-22-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 17:26:22.397 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:22.397 [pool-22-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 17:26:22.397 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.397 [pool-22-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:26:22.397 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.397 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.398 [pool-22-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... 17:26:22.398 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.398 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.398 [pool-22-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... 17:26:22.398 [pool-22-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 17:26:22.399 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.399 [pool-22-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 17:26:22.400 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.400 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.400 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.400 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.400 [pool-22-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... 17:26:22.400 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.400 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.400 [pool-22-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... 17:26:22.400 [pool-22-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 17:26:22.402 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.402 [pool-22-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 17:26:22.402 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.402 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.402 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.402 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.402 [pool-22-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... 17:26:22.402 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.402 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.402 [pool-22-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... 17:26:22.403 [pool-22-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 17:26:22.404 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.404 [pool-22-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 17:26:22.404 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.404 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.404 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.404 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.405 [pool-22-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... 17:26:22.405 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.405 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.405 [pool-22-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... 17:26:22.405 [pool-22-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 17:26:22.406 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.406 [pool-22-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 17:26:22.406 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.406 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:22.406 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.406 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.407 [pool-22-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... 17:26:22.407 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.407 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.407 [pool-22-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... 17:26:22.407 [pool-22-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 17:26:22.408 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.408 [pool-22-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 17:26:22.409 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.409 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.409 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.409 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.409 [pool-22-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... 17:26:22.409 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.409 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.409 [pool-22-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... 17:26:22.409 [pool-22-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 17:26:22.410 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.410 [pool-22-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 17:26:22.411 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.411 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.411 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.411 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.411 [pool-22-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... 17:26:22.411 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.411 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.411 [pool-22-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... 17:26:22.469 [pool-22-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 17:26:22.471 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.471 [pool-22-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 17:26:22.471 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.471 [pool-22-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. 0s60ms [pure insertion] marking any relevant derived attributes for update...17:26:22.471 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.471 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.472 [pool-22-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... 17:26:22.472 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.472 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.472 [pool-22-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... 17:26:22.472 [pool-22-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 17:26:22.473 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.473 [pool-22-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 17:26:22.474 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.474 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.474 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.475 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.475 [pool-22-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... 17:26:22.475 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.475 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.475 [pool-22-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... 17:26:22.475 [pool-22-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 17:26:22.476 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.476 [pool-22-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 17:26:22.477 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.477 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.477 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.477 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.477 [pool-22-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... 17:26:22.477 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.477 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.477 [pool-22-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... 17:26:22.477 [pool-22-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 17:26:22.479 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.479 [pool-22-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 17:26:22.479 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.479 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.479 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.479 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.479 [pool-22-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... 17:26:22.479 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.480 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.480 [pool-22-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... 17:26:22.480 [pool-22-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 17:26:22.481 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:22.481 [pool-22-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 17:26:22.481 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.481 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.481 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.481 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.482 [pool-22-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... 17:26:22.482 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.482 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.482 [pool-22-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... 17:26:22.482 [pool-22-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 17:26:22.489 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:26:22.489 [pool-22-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 17:26:22.494 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:26:22.494 [pool-22-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:26:22.494 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.494 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.495 [pool-22-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... 17:26:22.495 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.495 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.495 [pool-22-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... 17:26:22.495 [pool-22-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 17:26:22.497 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:26:22.497 [pool-22-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 17:26:22.498 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:22.498 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:22.498 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.498 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.499 [pool-22-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... 17:26:22.499 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.499 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.499 [pool-22-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... 17:26:22.499 [pool-22-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 17:26:22.501 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:22.501 [pool-22-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 17:26:22.501 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.501 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.501 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.501 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.501 [pool-22-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... 17:26:22.501 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.502 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.502 [pool-22-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... 17:26:22.502 [pool-22-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 17:26:22.503 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.503 [pool-22-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 17:26:22.503 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.503 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.503 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.503 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.503 [pool-22-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... 17:26:22.503 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.504 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.504 [pool-22-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... 17:26:22.504 [pool-22-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 17:26:22.505 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.505 [pool-22-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 17:26:22.506 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.506 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:22.506 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.506 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.506 [pool-22-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... 17:26:22.506 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.506 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.506 [pool-22-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... 17:26:22.507 [pool-22-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 17:26:22.509 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 17:26:22.509 [pool-22-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 17:26:22.510 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:26:22.510 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:22.510 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.510 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.511 [pool-22-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... 17:26:22.511 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.511 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.511 [pool-22-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... 17:26:22.511 [pool-22-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 17:26:22.512 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:22.512 [pool-22-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 17:26:22.512 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.512 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:22.512 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:22.513 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:22.513 [pool-22-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... 17:26:22.513 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.513 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.513 [pool-22-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... 17:26:22.513 [pool-22-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 17:26:22.514 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.514 [pool-22-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 17:26:22.515 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.515 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.515 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.515 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.515 [pool-22-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... 17:26:22.515 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.515 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.515 [pool-22-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... 17:26:22.569 [pool-22-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 17:26:22.570 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:22.570 [pool-22-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 17:26:22.571 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.571 [pool-22-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. 0s56ms [pure insertion] marking any relevant derived attributes for update...17:26:22.571 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.571 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.571 [pool-22-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... 17:26:22.571 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.571 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.571 [pool-22-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... 17:26:22.572 [pool-22-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 17:26:22.573 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:22.573 [pool-22-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 17:26:22.574 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.574 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:22.574 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.574 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.574 [pool-22-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... 17:26:22.574 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.574 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.574 [pool-22-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... 17:26:22.574 [pool-22-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 17:26:22.576 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:22.576 [pool-22-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 17:26:22.576 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.576 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.576 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.577 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.577 [pool-22-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... 17:26:22.577 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.577 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.577 [pool-22-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... 17:26:22.577 [pool-22-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 17:26:22.579 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:22.579 [pool-22-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 17:26:22.580 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.580 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:22.580 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.580 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.580 [pool-22-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... 17:26:22.580 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.580 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.580 [pool-22-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... 17:26:22.580 [pool-22-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 17:26:22.582 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.582 [pool-22-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 17:26:22.582 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.582 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.582 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.582 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.583 [pool-22-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... 17:26:22.583 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.583 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.583 [pool-22-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... 17:26:22.583 [pool-22-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 17:26:22.584 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.584 [pool-22-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 17:26:22.584 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.584 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:22.584 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.584 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.585 [pool-22-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... 17:26:22.585 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.585 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.585 [pool-22-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... 17:26:22.585 [pool-22-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 17:26:22.588 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 17:26:22.588 [pool-22-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 17:26:22.589 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:22.589 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:22.589 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.589 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.589 [pool-22-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... 17:26:22.589 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.589 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.589 [pool-22-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... 17:26:22.590 [pool-22-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 17:26:22.592 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 17:26:22.592 [pool-22-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 17:26:22.594 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:22.594 [pool-22-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:22.594 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:22.595 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:22.595 [pool-22-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... 17:26:22.595 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.595 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.595 [pool-22-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... 17:26:22.595 [pool-22-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 17:26:22.596 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.597 [pool-22-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 17:26:22.597 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.597 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.597 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.597 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.597 [pool-22-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... 17:26:22.597 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.597 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.597 [pool-22-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... 17:26:22.598 [pool-22-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 17:26:22.599 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:22.599 [pool-22-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 17:26:22.600 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.600 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:22.600 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.600 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.600 [pool-22-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... 17:26:22.600 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.600 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.600 [pool-22-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... 17:26:22.600 [pool-22-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 17:26:22.602 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.602 [pool-22-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 17:26:22.602 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.602 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.602 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.602 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.602 [pool-22-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... 17:26:22.602 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.602 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.602 [pool-22-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... 17:26:22.603 [pool-22-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 17:26:22.604 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.604 [pool-22-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 17:26:22.604 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.604 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.604 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.604 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.604 [pool-22-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... 17:26:22.604 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.604 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.604 [pool-22-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... 17:26:22.605 [pool-22-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 17:26:22.606 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.606 [pool-22-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 17:26:22.606 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.606 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.606 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.606 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.606 [pool-22-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... 17:26:22.606 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.607 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.607 [pool-22-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... 17:26:22.607 [pool-22-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 17:26:22.608 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:22.608 [pool-22-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 17:26:22.608 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.608 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.608 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.608 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.608 [pool-22-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... 17:26:22.609 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.609 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.609 [pool-22-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... 17:26:22.609 [pool-22-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 17:26:22.670 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.670 [pool-22-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 17:26:22.670 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.670 [pool-22-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. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:26:22.670 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.670 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.671 [pool-22-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... 17:26:22.671 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.671 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.671 [pool-22-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... 17:26:22.671 [pool-22-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 17:26:22.672 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.673 [pool-22-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 17:26:22.673 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.673 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.673 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.673 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.673 [pool-22-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... 17:26:22.673 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.673 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.673 [pool-22-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... 17:26:22.674 [pool-22-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 17:26:22.681 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:22.681 [pool-22-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 17:26:22.681 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.681 [pool-22-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:26:22.681 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.681 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.682 [pool-22-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... 17:26:22.682 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.682 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.682 [pool-22-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... 17:26:22.682 [pool-22-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 17:26:22.683 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.683 [pool-22-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 17:26:22.683 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.683 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:22.683 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.684 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.684 [pool-22-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... 17:26:22.684 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.684 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.684 [pool-22-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... 17:26:22.684 [pool-22-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 17:26:22.685 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.685 [pool-22-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 17:26:22.685 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.685 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:22.685 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:22.686 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:22.686 [pool-22-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... 17:26:22.686 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.686 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.686 [pool-22-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... 17:26:22.686 [pool-22-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 17:26:22.689 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 17:26:22.689 [pool-22-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 17:26:22.690 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:22.690 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:22.690 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.690 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.690 [pool-22-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... 17:26:22.690 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.690 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.690 [pool-22-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... 17:26:22.690 [pool-22-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 17:26:22.691 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.691 [pool-22-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 17:26:22.692 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.692 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.692 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.692 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.692 [pool-22-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... 17:26:22.692 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.692 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.692 [pool-22-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... 17:26:22.692 [pool-22-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 17:26:22.695 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 17:26:22.695 [pool-22-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 17:26:22.696 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:22.696 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:22.696 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.696 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.697 [pool-22-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... 17:26:22.697 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.697 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.697 [pool-22-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... 17:26:22.698 [pool-22-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 17:26:22.713 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 17:26:22.713 [pool-22-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 17:26:22.772 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:26:22.772 [pool-22-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...17:26:22.772 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.772 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.772 [pool-22-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... 17:26:22.772 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.772 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.772 [pool-22-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... 17:26:22.773 [pool-22-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 17:26:22.774 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.774 [pool-22-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 17:26:22.774 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.774 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.774 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.775 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.775 [pool-22-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... 17:26:22.775 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.775 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.775 [pool-22-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... 17:26:22.775 [pool-22-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 17:26:22.776 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.776 [pool-22-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 17:26:22.776 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.776 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:22.776 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:22.777 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:22.777 [pool-22-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... 17:26:22.777 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.777 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.777 [pool-22-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... 17:26:22.777 [pool-22-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 17:26:22.778 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:22.778 [pool-22-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 17:26:22.778 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.778 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:22.778 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:22.779 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:22.780 [pool-22-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... 17:26:22.780 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.780 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.780 [pool-22-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... 17:26:22.780 [pool-22-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 17:26:22.787 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 90 M->MM REFERENCES! (took ~0sec) 17:26:22.787 [pool-22-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 17:26:22.793 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 17:26:22.793 [pool-22-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:26:22.793 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.793 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.794 [pool-22-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... 17:26:22.794 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.794 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.794 [pool-22-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... 17:26:22.794 [pool-22-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 17:26:22.796 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.796 [pool-22-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 17:26:22.796 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.796 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.796 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.797 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.797 [pool-22-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... 17:26:22.797 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.797 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.797 [pool-22-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... 17:26:22.797 [pool-22-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 17:26:22.798 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.798 [pool-22-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 17:26:22.799 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.799 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.799 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.799 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.799 [pool-22-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... 17:26:22.799 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.799 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.799 [pool-22-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... 17:26:22.799 [pool-22-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 17:26:22.801 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.801 [pool-22-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 17:26:22.801 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.801 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.801 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.801 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.801 [pool-22-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... 17:26:22.801 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.801 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.801 [pool-22-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... 17:26:22.802 [pool-22-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 17:26:22.803 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.803 [pool-22-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 17:26:22.803 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.803 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.803 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.803 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.804 [pool-22-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... 17:26:22.804 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.804 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.804 [pool-22-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... 17:26:22.804 [pool-22-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 17:26:22.806 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:22.806 [pool-22-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 17:26:22.806 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.806 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.806 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.806 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.806 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 100/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (1 sec, 1 sec total) 17:26:22.807 [pool-22-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... 17:26:22.807 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.807 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.807 [pool-22-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... 17:26:22.807 [pool-22-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 17:26:22.808 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.808 [pool-22-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 17:26:22.808 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.808 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:22.808 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.808 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.809 [pool-22-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... 17:26:22.809 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.809 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.809 [pool-22-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... 17:26:22.809 [pool-22-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 17:26:22.811 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:22.811 [pool-22-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 17:26:22.813 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.813 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:22.813 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.813 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.813 [pool-22-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... 17:26:22.813 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.813 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.813 [pool-22-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... 17:26:22.814 [pool-22-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 17:26:22.874 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:22.874 [pool-22-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 17:26:22.874 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.874 [pool-22-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. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:26:22.874 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.874 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.875 [pool-22-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... 17:26:22.875 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.875 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.875 [pool-22-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... 17:26:22.875 [pool-22-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 17:26:22.876 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.876 [pool-22-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 17:26:22.877 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.877 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.877 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.877 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.877 [pool-22-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... 17:26:22.877 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.877 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.877 [pool-22-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... 17:26:22.877 [pool-22-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 17:26:22.879 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.879 [pool-22-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 17:26:22.879 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.879 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.879 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.879 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.879 [pool-22-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... 17:26:22.879 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.879 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.879 [pool-22-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... 17:26:22.880 [pool-22-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 17:26:22.881 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:22.881 [pool-22-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 17:26:22.882 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.882 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:22.882 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.882 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.882 [pool-22-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... 17:26:22.882 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.882 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.882 [pool-22-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... 17:26:22.883 [pool-22-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 17:26:22.884 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.884 [pool-22-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 17:26:22.884 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.884 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.884 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.884 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.884 [pool-22-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... 17:26:22.884 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.885 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.885 [pool-22-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... 17:26:22.885 [pool-22-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 17:26:22.886 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.886 [pool-22-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 17:26:22.886 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.886 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.886 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.886 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.887 [pool-22-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... 17:26:22.887 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.887 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.887 [pool-22-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... 17:26:22.887 [pool-22-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 17:26:22.889 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:22.889 [pool-22-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 17:26:22.889 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.889 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.889 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.889 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.890 [pool-22-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... 17:26:22.890 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.890 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.890 [pool-22-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... 17:26:22.890 [pool-22-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 17:26:22.893 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:22.893 [pool-22-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 17:26:22.893 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.893 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:22.893 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.893 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.893 [pool-22-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... 17:26:22.894 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.894 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.894 [pool-22-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... 17:26:22.894 [pool-22-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 17:26:22.895 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.895 [pool-22-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 17:26:22.895 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.895 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.895 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.895 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.896 [pool-22-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... 17:26:22.896 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.896 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.896 [pool-22-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... 17:26:22.896 [pool-22-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 17:26:22.897 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.897 [pool-22-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 17:26:22.897 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.897 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:22.897 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.897 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.898 [pool-22-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... 17:26:22.898 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.898 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.898 [pool-22-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... 17:26:22.898 [pool-22-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 17:26:22.899 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.899 [pool-22-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 17:26:22.899 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.899 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:22.900 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:22.900 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:22.900 [pool-22-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... 17:26:22.900 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.900 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.900 [pool-22-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... 17:26:22.900 [pool-22-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 17:26:22.901 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.901 [pool-22-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 17:26:22.902 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.902 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.902 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.902 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.902 [pool-22-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... 17:26:22.902 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.902 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.902 [pool-22-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... 17:26:22.902 [pool-22-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 17:26:22.904 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.904 [pool-22-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 17:26:22.904 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.904 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.904 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.904 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.904 [pool-22-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... 17:26:22.904 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.904 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.904 [pool-22-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... 17:26:22.905 [pool-22-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 17:26:22.906 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.906 [pool-22-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 17:26:22.906 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.906 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.906 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.906 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.907 [pool-22-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... 17:26:22.907 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.907 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.907 [pool-22-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... 17:26:22.907 [pool-22-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 17:26:22.908 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:22.909 [pool-22-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 17:26:22.909 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.909 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.909 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.909 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.909 [pool-22-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... 17:26:22.909 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.909 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.909 [pool-22-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... 17:26:22.910 [pool-22-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 17:26:22.911 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.911 [pool-22-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 17:26:22.911 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.911 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.911 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.911 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.912 [pool-22-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... 17:26:22.912 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.912 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.912 [pool-22-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... 17:26:22.912 [pool-22-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 17:26:22.970 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.970 [pool-22-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 17:26:22.970 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.970 [pool-22-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. 0s58ms [pure insertion] marking any relevant derived attributes for update...17:26:22.970 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.970 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.971 [pool-22-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... 17:26:22.971 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.971 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.971 [pool-22-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... 17:26:22.971 [pool-22-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 17:26:22.978 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:22.978 [pool-22-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 17:26:22.979 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.979 [pool-22-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...17:26:22.979 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.979 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.979 [pool-22-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... 17:26:22.979 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.979 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.979 [pool-22-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... 17:26:22.980 [pool-22-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 17:26:22.981 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.981 [pool-22-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 17:26:22.981 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.981 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.981 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.981 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.982 [pool-22-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... 17:26:22.982 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.982 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.982 [pool-22-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... 17:26:22.982 [pool-22-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 17:26:22.983 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.983 [pool-22-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 17:26:22.984 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.984 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.984 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.984 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.984 [pool-22-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... 17:26:22.984 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.984 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.984 [pool-22-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... 17:26:22.985 [pool-22-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 17:26:22.986 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.986 [pool-22-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 17:26:22.987 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.987 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:22.987 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.987 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.987 [pool-22-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... 17:26:22.987 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.987 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.987 [pool-22-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... 17:26:22.988 [pool-22-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 17:26:22.989 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.989 [pool-22-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 17:26:22.989 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.989 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.989 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.989 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.989 [pool-22-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... 17:26:22.990 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.990 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.990 [pool-22-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... 17:26:22.990 [pool-22-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 17:26:22.991 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.991 [pool-22-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 17:26:22.991 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.991 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.991 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.991 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.992 [pool-22-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... 17:26:22.992 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.992 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.992 [pool-22-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... 17:26:22.992 [pool-22-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 17:26:22.993 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:22.993 [pool-22-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 17:26:22.994 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:22.994 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:22.994 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.994 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.994 [pool-22-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... 17:26:22.994 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.994 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.994 [pool-22-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... 17:26:22.995 [pool-22-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 17:26:22.996 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:22.996 [pool-22-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 17:26:22.997 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:22.997 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:22.997 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:22.997 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:22.997 [pool-22-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... 17:26:22.997 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:22.997 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:22.997 [pool-22-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... 17:26:22.998 [pool-22-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 17:26:23.010 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 17:26:23.011 [pool-22-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 17:26:23.013 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:23.013 [pool-22-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...17:26:23.013 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.013 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.014 [pool-22-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... 17:26:23.014 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.014 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.014 [pool-22-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... 17:26:23.014 [pool-22-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 17:26:23.015 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.015 [pool-22-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 17:26:23.016 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.016 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.016 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.016 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.016 [pool-22-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... 17:26:23.016 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.016 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.016 [pool-22-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... 17:26:23.016 [pool-22-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 17:26:23.070 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.070 [pool-22-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 17:26:23.070 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.070 [pool-22-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. 0s54ms [pure insertion] marking any relevant derived attributes for update...17:26:23.070 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.070 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.071 [pool-22-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... 17:26:23.071 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.071 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.071 [pool-22-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... 17:26:23.072 [pool-22-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 17:26:23.076 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 17:26:23.076 [pool-22-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 17:26:23.080 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 17:26:23.080 [pool-22-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:26:23.080 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.080 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.081 [pool-22-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... 17:26:23.081 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.081 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.081 [pool-22-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... 17:26:23.081 [pool-22-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 17:26:23.084 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:23.084 [pool-22-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 17:26:23.084 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.084 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:23.084 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.084 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.084 [pool-22-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... 17:26:23.084 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.084 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.084 [pool-22-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... 17:26:23.085 [pool-22-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 17:26:23.086 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.086 [pool-22-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 17:26:23.086 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.086 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.086 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.086 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.087 [pool-22-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... 17:26:23.087 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.087 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.087 [pool-22-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... 17:26:23.087 [pool-22-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 17:26:23.088 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.088 [pool-22-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 17:26:23.088 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.088 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.088 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.088 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.089 [pool-22-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... 17:26:23.089 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.089 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.089 [pool-22-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... 17:26:23.089 [pool-22-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 17:26:23.091 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:23.091 [pool-22-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 17:26:23.092 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.092 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:23.092 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.092 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.092 [pool-22-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... 17:26:23.092 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.092 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.092 [pool-22-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... 17:26:23.092 [pool-22-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 17:26:23.093 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.093 [pool-22-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 17:26:23.094 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.094 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.094 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.094 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.094 [pool-22-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... 17:26:23.094 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.094 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.094 [pool-22-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... 17:26:23.094 [pool-22-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 17:26:23.096 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.096 [pool-22-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 17:26:23.096 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.096 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.096 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.096 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.096 [pool-22-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... 17:26:23.096 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.096 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.096 [pool-22-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... 17:26:23.097 [pool-22-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 17:26:23.098 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.098 [pool-22-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 17:26:23.098 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.098 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.098 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.098 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.098 [pool-22-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... 17:26:23.098 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.098 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.098 [pool-22-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... 17:26:23.099 [pool-22-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 17:26:23.100 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.100 [pool-22-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 17:26:23.100 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.100 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.100 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.100 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.101 [pool-22-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... 17:26:23.101 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.101 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.101 [pool-22-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... 17:26:23.101 [pool-22-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 17:26:23.102 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.102 [pool-22-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 17:26:23.102 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.102 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.102 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.102 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.103 [pool-22-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... 17:26:23.103 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.103 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.103 [pool-22-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... 17:26:23.103 [pool-22-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 17:26:23.104 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.104 [pool-22-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 17:26:23.105 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.105 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.105 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.105 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.105 [pool-22-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... 17:26:23.105 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.105 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.105 [pool-22-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... 17:26:23.105 [pool-22-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 17:26:23.107 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.107 [pool-22-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 17:26:23.107 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.107 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.107 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.107 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.107 [pool-22-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... 17:26:23.107 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.107 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.107 [pool-22-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... 17:26:23.108 [pool-22-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 17:26:23.109 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.109 [pool-22-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 17:26:23.109 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.109 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.109 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.109 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.110 [pool-22-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... 17:26:23.110 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.110 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.110 [pool-22-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... 17:26:23.110 [pool-22-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 17:26:23.176 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 17:26:23.176 [pool-22-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 17:26:23.177 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:23.177 [pool-22-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:26:23.177 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.177 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.178 [pool-22-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... 17:26:23.178 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.178 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.178 [pool-22-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... 17:26:23.178 [pool-22-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 17:26:23.180 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.180 [pool-22-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 17:26:23.180 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.180 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.180 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.180 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.180 [pool-22-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... 17:26:23.180 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.180 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.180 [pool-22-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... 17:26:23.181 [pool-22-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 17:26:23.182 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.182 [pool-22-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 17:26:23.182 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.182 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.182 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.182 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.183 [pool-22-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... 17:26:23.183 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.183 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.183 [pool-22-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... 17:26:23.183 [pool-22-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 17:26:23.185 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:23.185 [pool-22-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 17:26:23.185 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:23.185 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.185 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.185 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.186 [pool-22-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... 17:26:23.186 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.186 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.186 [pool-22-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... 17:26:23.186 [pool-22-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 17:26:23.187 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.187 [pool-22-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 17:26:23.187 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.187 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.188 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.188 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.188 [pool-22-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... 17:26:23.188 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.188 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.188 [pool-22-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... 17:26:23.188 [pool-22-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 17:26:23.189 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.189 [pool-22-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 17:26:23.190 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.190 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.190 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.190 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.190 [pool-22-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... 17:26:23.190 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.190 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.190 [pool-22-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... 17:26:23.190 [pool-22-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 17:26:23.192 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.192 [pool-22-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 17:26:23.192 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.192 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.192 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.192 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.192 [pool-22-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... 17:26:23.192 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.192 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.192 [pool-22-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... 17:26:23.193 [pool-22-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 17:26:23.194 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.194 [pool-22-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 17:26:23.194 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.194 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.194 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.194 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.195 [pool-22-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... 17:26:23.195 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.195 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.195 [pool-22-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... 17:26:23.195 [pool-22-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 17:26:23.196 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.196 [pool-22-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 17:26:23.197 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.197 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.197 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.197 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.197 [pool-22-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... 17:26:23.197 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.197 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.197 [pool-22-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... 17:26:23.197 [pool-22-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 17:26:23.198 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.198 [pool-22-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 17:26:23.199 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.199 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.199 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.199 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.199 [pool-22-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... 17:26:23.199 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.199 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.199 [pool-22-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... 17:26:23.199 [pool-22-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 17:26:23.202 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 17:26:23.202 [pool-22-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 17:26:23.203 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:26:23.203 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:23.203 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.203 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.204 [pool-22-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... 17:26:23.204 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.204 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.204 [pool-22-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... 17:26:23.204 [pool-22-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 17:26:23.208 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 17:26:23.208 [pool-22-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 17:26:23.211 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 17:26:23.211 [pool-22-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:26:23.211 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.211 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.211 [pool-22-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... 17:26:23.211 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.211 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.211 [pool-22-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... 17:26:23.211 [pool-22-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 17:26:23.213 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:23.213 [pool-22-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 17:26:23.213 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:23.213 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.213 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.213 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.214 [pool-22-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... 17:26:23.214 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.214 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.214 [pool-22-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... 17:26:23.214 [pool-22-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 17:26:23.215 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.215 [pool-22-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 17:26:23.215 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.215 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.215 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.215 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.216 [pool-22-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... 17:26:23.216 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.216 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.216 [pool-22-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... 17:26:23.216 [pool-22-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 17:26:23.270 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.270 [pool-22-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 17:26:23.270 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.270 [pool-22-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. 0s54ms [pure insertion] marking any relevant derived attributes for update...17:26:23.270 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.270 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.271 [pool-22-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... 17:26:23.271 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.271 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.271 [pool-22-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... 17:26:23.271 [pool-22-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 17:26:23.273 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:23.273 [pool-22-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 17:26:23.273 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:23.273 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.273 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.273 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.274 [pool-22-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... 17:26:23.274 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.274 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.274 [pool-22-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... 17:26:23.274 [pool-22-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 17:26:23.276 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:23.276 [pool-22-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 17:26:23.276 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:23.276 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.276 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:23.277 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:23.277 [pool-22-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... 17:26:23.277 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.277 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.277 [pool-22-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... 17:26:23.277 [pool-22-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 17:26:23.279 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.279 [pool-22-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 17:26:23.279 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.279 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.279 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.279 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.279 [pool-22-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... 17:26:23.279 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.279 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.279 [pool-22-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... 17:26:23.280 [pool-22-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 17:26:23.281 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.281 [pool-22-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 17:26:23.281 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.281 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.281 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.281 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.282 [pool-22-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... 17:26:23.282 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.282 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.282 [pool-22-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... 17:26:23.282 [pool-22-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 17:26:23.284 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 17:26:23.284 [pool-22-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 17:26:23.285 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:23.285 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:23.285 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.285 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.285 [pool-22-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... 17:26:23.285 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.285 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.285 [pool-22-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... 17:26:23.286 [pool-22-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 17:26:23.289 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 34 M->MM REFERENCES! (took ~0sec) 17:26:23.289 [pool-22-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 17:26:23.291 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:26:23.291 [pool-22-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:26:23.291 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.291 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.292 [pool-22-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... 17:26:23.292 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.292 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.292 [pool-22-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... 17:26:23.292 [pool-22-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 17:26:23.298 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:26:23.298 [pool-22-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 17:26:23.303 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:26:23.303 [pool-22-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:26:23.304 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:23.304 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:23.304 [pool-22-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... 17:26:23.304 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.304 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.304 [pool-22-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... 17:26:23.304 [pool-22-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 17:26:23.306 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.306 [pool-22-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 17:26:23.306 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.306 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.306 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.306 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.306 [pool-22-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... 17:26:23.306 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.306 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.306 [pool-22-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... 17:26:23.307 [pool-22-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 17:26:23.312 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 17:26:23.312 [pool-22-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 17:26:23.313 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.314 [pool-22-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...17:26:23.314 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.314 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.314 [pool-22-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... 17:26:23.314 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.314 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.314 [pool-22-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... 17:26:23.314 [pool-22-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 17:26:23.370 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:23.370 [pool-22-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 17:26:23.370 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:23.370 [pool-22-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. 0s56ms [pure insertion] marking any relevant derived attributes for update...17:26:23.370 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.370 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.371 [pool-22-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... 17:26:23.371 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.371 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.371 [pool-22-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... 17:26:23.371 [pool-22-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 17:26:23.373 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.373 [pool-22-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 17:26:23.373 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.373 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.373 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.373 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.373 [pool-22-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... 17:26:23.373 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.373 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.373 [pool-22-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... 17:26:23.374 [pool-22-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 17:26:23.376 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 17:26:23.376 [pool-22-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 17:26:23.376 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:23.376 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:23.377 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.377 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.377 [pool-22-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... 17:26:23.377 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.377 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.377 [pool-22-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... 17:26:23.377 [pool-22-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 17:26:23.378 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:23.378 [pool-22-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 17:26:23.379 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.379 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.379 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.379 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.379 [pool-22-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... 17:26:23.379 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.379 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.379 [pool-22-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... 17:26:23.380 [pool-22-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 17:26:23.381 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.381 [pool-22-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 17:26:23.381 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.381 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.381 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.381 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.382 [pool-22-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... 17:26:23.382 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.382 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.382 [pool-22-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... 17:26:23.382 [pool-22-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 17:26:23.383 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.383 [pool-22-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 17:26:23.384 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.384 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.384 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.384 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.384 [pool-22-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... 17:26:23.384 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.384 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.384 [pool-22-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... 17:26:23.384 [pool-22-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 17:26:23.386 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:23.386 [pool-22-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 17:26:23.387 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:23.387 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:23.387 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.387 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.388 [pool-22-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... 17:26:23.388 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.388 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.388 [pool-22-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... 17:26:23.388 [pool-22-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 17:26:23.395 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:26:23.396 [pool-22-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 17:26:23.401 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:26:23.401 [pool-22-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:26:23.401 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.401 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.402 [pool-22-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... 17:26:23.402 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.402 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.402 [pool-22-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... 17:26:23.402 [pool-22-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 17:26:23.403 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.403 [pool-22-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 17:26:23.404 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.404 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.404 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.404 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.404 [pool-22-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... 17:26:23.404 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.404 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.404 [pool-22-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... 17:26:23.405 [pool-22-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 17:26:23.407 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 17:26:23.407 [pool-22-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 17:26:23.407 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:23.407 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:23.407 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:23.408 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:23.408 [pool-22-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... 17:26:23.408 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.408 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.408 [pool-22-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... 17:26:23.408 [pool-22-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 17:26:23.409 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.409 [pool-22-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 17:26:23.410 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.410 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.410 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.410 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.410 [pool-22-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... 17:26:23.410 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.410 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.410 [pool-22-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... 17:26:23.410 [pool-22-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 17:26:23.412 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.412 [pool-22-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 17:26:23.412 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.412 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.412 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.412 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.412 [pool-22-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... 17:26:23.412 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.412 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.412 [pool-22-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... 17:26:23.413 [pool-22-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 17:26:23.414 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.414 [pool-22-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 17:26:23.414 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.414 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.414 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.414 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.469 [pool-22-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... 17:26:23.469 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.469 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.469 [pool-22-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... 17:26:23.470 [pool-22-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 17:26:23.472 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 17:26:23.472 [pool-22-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 17:26:23.473 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:23.473 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:23.473 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.473 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.474 [pool-22-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... 17:26:23.474 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.474 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.474 [pool-22-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... 17:26:23.474 [pool-22-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 17:26:23.475 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.475 [pool-22-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 17:26:23.476 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.476 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.476 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.476 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.476 [pool-22-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... 17:26:23.476 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.476 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.476 [pool-22-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... 17:26:23.476 [pool-22-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 17:26:23.477 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.477 [pool-22-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 17:26:23.478 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.478 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.478 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.478 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.478 [pool-22-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... 17:26:23.478 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.478 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.478 [pool-22-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... 17:26:23.479 [pool-22-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 17:26:23.480 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.480 [pool-22-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 17:26:23.485 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.485 [pool-22-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:26:23.485 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.485 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.485 [pool-22-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... 17:26:23.485 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.485 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.485 [pool-22-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... 17:26:23.486 [pool-22-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 17:26:23.488 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 17:26:23.488 [pool-22-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 17:26:23.489 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:23.489 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:23.489 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.489 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.489 [pool-22-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... 17:26:23.489 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.489 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.489 [pool-22-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... 17:26:23.490 [pool-22-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 17:26:23.491 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.491 [pool-22-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 17:26:23.491 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.491 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.491 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.491 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.492 [pool-22-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... 17:26:23.492 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.492 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.492 [pool-22-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... 17:26:23.492 [pool-22-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 17:26:23.506 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 17:26:23.506 [pool-22-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 17:26:23.513 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:26:23.513 [pool-22-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...17:26:23.513 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.513 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.514 [pool-22-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... 17:26:23.514 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.514 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.514 [pool-22-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... 17:26:23.514 [pool-22-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 17:26:23.569 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.569 [pool-22-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 17:26:23.569 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.570 [pool-22-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. 0s56ms [pure insertion] marking any relevant derived attributes for update...17:26:23.570 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.570 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.570 [pool-22-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... 17:26:23.570 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.570 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.570 [pool-22-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... 17:26:23.571 [pool-22-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 17:26:23.572 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.572 [pool-22-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 17:26:23.572 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.572 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.572 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.572 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.573 [pool-22-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... 17:26:23.573 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.573 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.573 [pool-22-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... 17:26:23.573 [pool-22-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 17:26:23.574 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.574 [pool-22-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 17:26:23.574 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.574 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.574 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.574 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.575 [pool-22-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... 17:26:23.575 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.575 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.575 [pool-22-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... 17:26:23.575 [pool-22-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 17:26:23.576 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.576 [pool-22-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 17:26:23.576 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.576 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.576 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:23.577 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:23.577 [pool-22-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... 17:26:23.577 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.577 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.577 [pool-22-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... 17:26:23.577 [pool-22-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 17:26:23.580 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 17:26:23.580 [pool-22-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 17:26:23.582 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 17:26:23.582 [pool-22-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:23.582 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.582 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.582 [pool-22-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... 17:26:23.582 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.582 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.582 [pool-22-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... 17:26:23.583 [pool-22-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 17:26:23.584 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.584 [pool-22-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 17:26:23.584 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.584 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.584 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.584 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.585 [pool-22-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... 17:26:23.585 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.585 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.585 [pool-22-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... 17:26:23.585 [pool-22-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 17:26:23.586 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.586 [pool-22-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 17:26:23.586 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.587 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.587 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.587 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.587 [pool-22-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... 17:26:23.587 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.587 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.587 [pool-22-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... 17:26:23.587 [pool-22-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 17:26:23.588 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.588 [pool-22-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 17:26:23.589 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.589 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.589 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.589 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.589 [pool-22-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... 17:26:23.590 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.590 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.590 [pool-22-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... 17:26:23.590 [pool-22-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 17:26:23.591 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.591 [pool-22-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 17:26:23.605 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.605 [pool-22-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...17:26:23.605 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.605 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.606 [pool-22-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... 17:26:23.606 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.606 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.606 [pool-22-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... 17:26:23.606 [pool-22-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 17:26:23.608 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.608 [pool-22-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 17:26:23.608 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.608 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.608 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.608 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.609 [pool-22-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... 17:26:23.609 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.609 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.609 [pool-22-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... 17:26:23.609 [pool-22-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 17:26:23.611 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:23.611 [pool-22-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 17:26:23.611 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:23.611 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.611 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.611 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.612 [pool-22-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... 17:26:23.612 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.612 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.612 [pool-22-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... 17:26:23.612 [pool-22-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 17:26:23.614 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:23.614 [pool-22-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 17:26:23.614 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:23.614 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.614 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.614 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.615 [pool-22-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... 17:26:23.615 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.615 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.615 [pool-22-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... 17:26:23.615 [pool-22-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 17:26:23.616 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.616 [pool-22-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 17:26:23.617 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.617 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.617 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.617 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.617 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 200/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 1 sec total) 17:26:23.617 [pool-22-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... 17:26:23.617 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.617 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.617 [pool-22-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... 17:26:23.669 [pool-22-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 17:26:23.671 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.671 [pool-22-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 17:26:23.671 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.671 [pool-22-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. 0s54ms [pure insertion] marking any relevant derived attributes for update...17:26:23.671 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.671 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.672 [pool-22-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... 17:26:23.672 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.672 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.672 [pool-22-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... 17:26:23.672 [pool-22-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 17:26:23.673 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.673 [pool-22-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 17:26:23.673 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.673 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.674 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.674 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.674 [pool-22-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... 17:26:23.674 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.674 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.674 [pool-22-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... 17:26:23.674 [pool-22-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 17:26:23.676 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.676 [pool-22-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 17:26:23.676 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.676 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.676 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.676 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.676 [pool-22-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... 17:26:23.676 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.676 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.676 [pool-22-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... 17:26:23.677 [pool-22-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 17:26:23.678 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.678 [pool-22-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 17:26:23.678 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.678 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.678 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.678 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.679 [pool-22-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... 17:26:23.679 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.679 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.679 [pool-22-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... 17:26:23.679 [pool-22-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 17:26:23.680 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:23.680 [pool-22-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 17:26:23.680 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.680 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.680 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.680 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.681 [pool-22-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... 17:26:23.681 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.681 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.681 [pool-22-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... 17:26:23.681 [pool-22-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 17:26:23.682 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:23.682 [pool-22-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 17:26:23.683 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.683 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.683 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.683 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.683 [pool-22-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... 17:26:23.683 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.683 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.683 [pool-22-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... 17:26:23.683 [pool-22-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 17:26:23.685 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.685 [pool-22-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 17:26:23.685 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.685 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.685 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.685 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.685 [pool-22-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... 17:26:23.685 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.685 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.685 [pool-22-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... 17:26:23.686 [pool-22-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 17:26:23.688 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 17:26:23.688 [pool-22-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 17:26:23.688 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:23.688 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:23.688 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:23.689 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:23.689 [pool-22-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... 17:26:23.689 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.689 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.689 [pool-22-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... 17:26:23.689 [pool-22-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 17:26:23.690 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.690 [pool-22-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 17:26:23.691 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.691 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.691 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.691 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.691 [pool-22-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... 17:26:23.691 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.691 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.691 [pool-22-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... 17:26:23.691 [pool-22-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 17:26:23.692 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.692 [pool-22-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 17:26:23.693 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.693 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.693 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.693 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.693 [pool-22-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... 17:26:23.693 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.693 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.693 [pool-22-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... 17:26:23.693 [pool-22-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 17:26:23.694 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.694 [pool-22-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 17:26:23.695 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.695 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.695 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.695 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.695 [pool-22-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... 17:26:23.695 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.695 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.695 [pool-22-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... 17:26:23.695 [pool-22-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 17:26:23.702 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:23.702 [pool-22-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 17:26:23.702 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.702 [pool-22-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...17:26:23.702 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.702 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.703 [pool-22-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... 17:26:23.703 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.703 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.703 [pool-22-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... 17:26:23.703 [pool-22-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 17:26:23.704 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.704 [pool-22-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 17:26:23.704 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.704 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.704 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.704 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.705 [pool-22-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... 17:26:23.705 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.705 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.705 [pool-22-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... 17:26:23.705 [pool-22-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 17:26:23.706 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.706 [pool-22-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 17:26:23.706 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.706 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.706 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.706 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.707 [pool-22-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... 17:26:23.707 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.707 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.707 [pool-22-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... 17:26:23.707 [pool-22-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 17:26:23.708 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.708 [pool-22-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 17:26:23.708 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.708 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.708 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.708 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.709 [pool-22-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... 17:26:23.709 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.709 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.709 [pool-22-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... 17:26:23.709 [pool-22-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 17:26:23.774 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:23.774 [pool-22-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 17:26:23.774 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.774 [pool-22-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...17:26:23.774 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.774 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.775 [pool-22-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... 17:26:23.775 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.775 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.775 [pool-22-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... 17:26:23.775 [pool-22-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 17:26:23.776 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.776 [pool-22-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 17:26:23.776 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.776 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.776 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.777 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.777 [pool-22-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... 17:26:23.777 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.777 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.777 [pool-22-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... 17:26:23.777 [pool-22-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 17:26:23.778 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.778 [pool-22-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 17:26:23.779 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.779 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.779 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.779 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.779 [pool-22-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... 17:26:23.779 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.779 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.779 [pool-22-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... 17:26:23.779 [pool-22-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 17:26:23.780 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.780 [pool-22-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 17:26:23.781 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.781 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.781 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.781 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.781 [pool-22-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... 17:26:23.781 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.781 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.781 [pool-22-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... 17:26:23.781 [pool-22-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 17:26:23.782 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.783 [pool-22-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 17:26:23.783 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.783 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.783 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.783 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.783 [pool-22-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... 17:26:23.783 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.783 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.783 [pool-22-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... 17:26:23.784 [pool-22-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 17:26:23.787 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 17:26:23.787 [pool-22-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 17:26:23.788 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:26:23.788 [pool-22-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:23.788 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.788 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.789 [pool-22-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... 17:26:23.789 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.789 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.789 [pool-22-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... 17:26:23.789 [pool-22-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 17:26:23.790 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.790 [pool-22-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 17:26:23.790 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.790 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.790 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.790 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.791 [pool-22-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... 17:26:23.791 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.791 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.791 [pool-22-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... 17:26:23.791 [pool-22-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 17:26:23.802 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 17:26:23.802 [pool-22-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 17:26:23.803 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:23.803 [pool-22-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:26:23.803 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.803 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.804 [pool-22-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... 17:26:23.804 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.804 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.804 [pool-22-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... 17:26:23.804 [pool-22-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 17:26:23.805 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:23.805 [pool-22-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 17:26:23.805 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.805 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.805 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.805 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.806 [pool-22-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... 17:26:23.806 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.806 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.806 [pool-22-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... 17:26:23.807 [pool-22-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 17:26:23.808 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.808 [pool-22-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 17:26:23.809 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.809 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:23.809 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.809 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.809 [pool-22-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... 17:26:23.809 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.809 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.809 [pool-22-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... 17:26:23.810 [pool-22-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 17:26:23.811 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.811 [pool-22-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 17:26:23.811 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.811 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.811 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.811 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.812 [pool-22-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... 17:26:23.812 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.812 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.812 [pool-22-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... 17:26:23.812 [pool-22-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 17:26:23.813 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.813 [pool-22-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 17:26:23.813 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.814 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.814 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.814 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.814 [pool-22-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... 17:26:23.814 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.814 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.814 [pool-22-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... 17:26:23.814 [pool-22-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 17:26:23.815 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.815 [pool-22-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 17:26:23.816 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.816 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.816 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.816 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.816 [pool-22-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... 17:26:23.816 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.816 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.816 [pool-22-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... 17:26:23.816 [pool-22-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 17:26:23.869 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.869 [pool-22-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 17:26:23.869 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.870 [pool-22-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. 0s54ms [pure insertion] marking any relevant derived attributes for update...17:26:23.870 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.870 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.870 [pool-22-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... 17:26:23.870 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.870 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.870 [pool-22-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... 17:26:23.870 [pool-22-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 17:26:23.872 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.872 [pool-22-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 17:26:23.872 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.872 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.872 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.872 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.872 [pool-22-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... 17:26:23.872 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.872 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.872 [pool-22-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... 17:26:23.873 [pool-22-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 17:26:23.880 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:23.880 [pool-22-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 17:26:23.880 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.880 [pool-22-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...17:26:23.880 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.880 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.881 [pool-22-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... 17:26:23.881 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.881 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.881 [pool-22-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... 17:26:23.881 [pool-22-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 17:26:23.883 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:26:23.883 [pool-22-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 17:26:23.884 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:23.884 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:23.884 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.884 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.884 [pool-22-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... 17:26:23.884 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.884 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.884 [pool-22-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... 17:26:23.885 [pool-22-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 17:26:23.886 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.886 [pool-22-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 17:26:23.886 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.886 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.886 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.886 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.887 [pool-22-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... 17:26:23.887 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.887 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.887 [pool-22-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... 17:26:23.887 [pool-22-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 17:26:23.888 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.888 [pool-22-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 17:26:23.888 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.888 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.888 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:23.889 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:23.889 [pool-22-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... 17:26:23.889 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.889 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.889 [pool-22-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... 17:26:23.889 [pool-22-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 17:26:23.890 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.890 [pool-22-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 17:26:23.891 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.891 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.891 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.891 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.891 [pool-22-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... 17:26:23.891 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.891 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.891 [pool-22-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... 17:26:23.891 [pool-22-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 17:26:23.893 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.893 [pool-22-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 17:26:23.893 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.893 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.893 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.893 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.893 [pool-22-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... 17:26:23.893 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.893 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.893 [pool-22-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... 17:26:23.894 [pool-22-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 17:26:23.896 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:23.896 [pool-22-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 17:26:23.896 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:23.896 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:23.896 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.896 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.897 [pool-22-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... 17:26:23.897 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.897 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.897 [pool-22-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... 17:26:23.898 [pool-22-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 17:26:23.903 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 60 M->MM REFERENCES! (took ~0sec) 17:26:23.903 [pool-22-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 17:26:23.907 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 17:26:23.907 [pool-22-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:26:23.907 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.907 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.908 [pool-22-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... 17:26:23.908 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.908 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.908 [pool-22-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... 17:26:23.908 [pool-22-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 17:26:23.912 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 17:26:23.912 [pool-22-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 17:26:23.913 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 17:26:23.913 [pool-22-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:26:23.913 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:23.914 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:23.914 [pool-22-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... 17:26:23.914 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.914 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.914 [pool-22-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... 17:26:23.914 [pool-22-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 17:26:23.975 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:23.975 [pool-22-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 17:26:23.976 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.976 [pool-22-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. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:26:23.976 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.976 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.976 [pool-22-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... 17:26:23.976 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.976 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.976 [pool-22-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... 17:26:23.977 [pool-22-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 17:26:23.978 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.978 [pool-22-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 17:26:23.978 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.978 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:23.978 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.978 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.979 [pool-22-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... 17:26:23.979 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.979 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.979 [pool-22-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... 17:26:23.979 [pool-22-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 17:26:23.980 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:23.980 [pool-22-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 17:26:23.980 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:23.980 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:23.980 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.980 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.981 [pool-22-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... 17:26:23.981 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.981 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.981 [pool-22-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... 17:26:23.982 [pool-22-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 17:26:23.996 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 17:26:23.996 [pool-22-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 17:26:23.998 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:26:23.998 [pool-22-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...17:26:23.998 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:23.998 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:23.999 [pool-22-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... 17:26:23.999 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:23.999 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:23.999 [pool-22-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... 17:26:23.999 [pool-22-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 17:26:24.000 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.000 [pool-22-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 17:26:24.000 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.000 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:24.001 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.001 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.001 [pool-22-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... 17:26:24.001 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.001 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.001 [pool-22-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... 17:26:24.001 [pool-22-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 17:26:24.003 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.003 [pool-22-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 17:26:24.003 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.003 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.003 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.003 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.004 [pool-22-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... 17:26:24.004 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.004 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.004 [pool-22-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... 17:26:24.004 [pool-22-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 17:26:24.005 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.005 [pool-22-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 17:26:24.005 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.005 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.005 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.005 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.006 [pool-22-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... 17:26:24.006 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.006 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.006 [pool-22-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... 17:26:24.006 [pool-22-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 17:26:24.007 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.007 [pool-22-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 17:26:24.010 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.010 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:24.010 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.010 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.010 [pool-22-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... 17:26:24.010 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.010 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.010 [pool-22-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... 17:26:24.011 [pool-22-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 17:26:24.012 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.012 [pool-22-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 17:26:24.012 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.012 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.012 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.012 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.013 [pool-22-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... 17:26:24.013 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.013 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.013 [pool-22-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... 17:26:24.013 [pool-22-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 17:26:24.014 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.014 [pool-22-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 17:26:24.069 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.069 [pool-22-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. 0s56ms [pure insertion] marking any relevant derived attributes for update...17:26:24.069 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.069 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.070 [pool-22-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... 17:26:24.070 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.070 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.070 [pool-22-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... 17:26:24.070 [pool-22-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 17:26:24.072 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:24.072 [pool-22-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 17:26:24.072 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.072 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.072 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.072 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.073 [pool-22-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... 17:26:24.073 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.073 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.073 [pool-22-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... 17:26:24.073 [pool-22-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 17:26:24.075 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 17:26:24.075 [pool-22-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 17:26:24.076 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:24.076 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:24.076 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.076 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.076 [pool-22-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... 17:26:24.076 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.077 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.077 [pool-22-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... 17:26:24.077 [pool-22-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 17:26:24.078 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.078 [pool-22-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 17:26:24.078 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.078 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.078 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.078 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.079 [pool-22-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... 17:26:24.079 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.079 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.079 [pool-22-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... 17:26:24.079 [pool-22-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 17:26:24.080 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.080 [pool-22-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 17:26:24.081 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.081 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.081 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.081 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.081 [pool-22-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... 17:26:24.081 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.081 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.081 [pool-22-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... 17:26:24.082 [pool-22-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 17:26:24.083 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.083 [pool-22-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 17:26:24.083 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.083 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.083 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.083 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.084 [pool-22-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... 17:26:24.084 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.084 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.084 [pool-22-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... 17:26:24.084 [pool-22-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 17:26:24.085 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.085 [pool-22-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 17:26:24.086 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.086 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.086 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.086 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.086 [pool-22-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... 17:26:24.086 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.086 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.086 [pool-22-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... 17:26:24.086 [pool-22-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 17:26:24.088 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.088 [pool-22-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 17:26:24.088 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.088 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.088 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.088 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.088 [pool-22-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... 17:26:24.088 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.088 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.088 [pool-22-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... 17:26:24.089 [pool-22-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 17:26:24.090 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.090 [pool-22-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 17:26:24.091 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.091 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:24.091 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.091 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.091 [pool-22-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... 17:26:24.091 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.091 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.091 [pool-22-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... 17:26:24.091 [pool-22-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 17:26:24.094 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.094 [pool-22-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 17:26:24.095 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.095 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:24.095 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.095 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.095 [pool-22-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... 17:26:24.095 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.095 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.095 [pool-22-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... 17:26:24.096 [pool-22-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 17:26:24.097 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.097 [pool-22-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 17:26:24.097 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.097 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.097 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.097 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.097 [pool-22-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... 17:26:24.097 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.098 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.098 [pool-22-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... 17:26:24.098 [pool-22-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 17:26:24.099 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.099 [pool-22-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 17:26:24.099 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.099 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.099 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.099 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.100 [pool-22-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... 17:26:24.100 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.100 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.100 [pool-22-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... 17:26:24.100 [pool-22-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 17:26:24.101 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.101 [pool-22-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 17:26:24.101 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.101 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.102 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.102 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.102 [pool-22-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... 17:26:24.102 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.102 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.102 [pool-22-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... 17:26:24.102 [pool-22-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 17:26:24.104 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:24.104 [pool-22-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 17:26:24.104 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:24.104 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.104 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.104 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.105 [pool-22-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... 17:26:24.105 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.105 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.105 [pool-22-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... 17:26:24.105 [pool-22-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 17:26:24.106 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.106 [pool-22-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 17:26:24.107 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.107 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.107 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.107 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.107 [pool-22-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... 17:26:24.107 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.107 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.107 [pool-22-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... 17:26:24.108 [pool-22-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 17:26:24.109 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:24.109 [pool-22-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 17:26:24.110 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:24.110 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:24.110 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.110 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.110 [pool-22-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... 17:26:24.110 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.110 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.110 [pool-22-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... 17:26:24.111 [pool-22-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 17:26:24.111 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:24.112 [pool-22-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 17:26:24.112 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.112 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.112 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.112 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.112 [pool-22-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... 17:26:24.112 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.112 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.112 [pool-22-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... 17:26:24.113 [pool-22-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 17:26:24.170 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.170 [pool-22-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 17:26:24.170 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.170 [pool-22-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. 0s58ms [pure insertion] marking any relevant derived attributes for update...17:26:24.170 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.170 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.171 [pool-22-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... 17:26:24.171 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.171 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.171 [pool-22-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... 17:26:24.171 [pool-22-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 17:26:24.172 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.172 [pool-22-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 17:26:24.173 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.173 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.173 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.173 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.173 [pool-22-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... 17:26:24.173 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.173 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.173 [pool-22-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... 17:26:24.173 [pool-22-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 17:26:24.175 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:24.175 [pool-22-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 17:26:24.176 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:24.176 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:24.176 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.176 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.176 [pool-22-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... 17:26:24.176 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.176 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.176 [pool-22-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... 17:26:24.176 [pool-22-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 17:26:24.177 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:24.177 [pool-22-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 17:26:24.178 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.178 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.178 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.178 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.179 [pool-22-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... 17:26:24.179 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.179 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.179 [pool-22-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... 17:26:24.179 [pool-22-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 17:26:24.189 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 43 M->MM REFERENCES! (took ~0sec) 17:26:24.189 [pool-22-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 17:26:24.197 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 17:26:24.197 [pool-22-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...17:26:24.197 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.197 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.198 [pool-22-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... 17:26:24.198 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.198 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.198 [pool-22-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... 17:26:24.198 [pool-22-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 17:26:24.199 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.199 [pool-22-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 17:26:24.200 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.200 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.200 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.200 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.200 [pool-22-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... 17:26:24.200 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.200 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.200 [pool-22-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... 17:26:24.201 [pool-22-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 17:26:24.202 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.202 [pool-22-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 17:26:24.202 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.202 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.202 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.202 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.202 [pool-22-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... 17:26:24.202 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.202 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.202 [pool-22-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... 17:26:24.203 [pool-22-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 17:26:24.204 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.204 [pool-22-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 17:26:24.204 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.204 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.204 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.204 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.204 [pool-22-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... 17:26:24.204 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.204 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.204 [pool-22-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... 17:26:24.205 [pool-22-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 17:26:24.206 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.206 [pool-22-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 17:26:24.206 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.206 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.206 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.206 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.207 [pool-22-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... 17:26:24.207 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.207 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.207 [pool-22-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... 17:26:24.207 [pool-22-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 17:26:24.208 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.208 [pool-22-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 17:26:24.208 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.208 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:24.208 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.208 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.209 [pool-22-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... 17:26:24.209 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.209 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.209 [pool-22-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... 17:26:24.209 [pool-22-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 17:26:24.210 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.210 [pool-22-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 17:26:24.210 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.210 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:24.210 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.210 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.211 [pool-22-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... 17:26:24.211 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.211 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.211 [pool-22-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... 17:26:24.211 [pool-22-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 17:26:24.213 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:24.213 [pool-22-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 17:26:24.213 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:24.213 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.213 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.213 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.214 [pool-22-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... 17:26:24.214 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.214 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.214 [pool-22-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... 17:26:24.214 [pool-22-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 17:26:24.275 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:24.275 [pool-22-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 17:26:24.275 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.275 [pool-22-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. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:26:24.275 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.275 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.276 [pool-22-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... 17:26:24.276 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.276 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.276 [pool-22-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... 17:26:24.276 [pool-22-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 17:26:24.278 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:24.278 [pool-22-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 17:26:24.279 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:24.279 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:24.279 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.279 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.279 [pool-22-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... 17:26:24.279 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.279 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.279 [pool-22-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... 17:26:24.280 [pool-22-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 17:26:24.281 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:24.281 [pool-22-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 17:26:24.281 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.281 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.281 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.281 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.282 [pool-22-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... 17:26:24.282 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.282 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.282 [pool-22-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... 17:26:24.282 [pool-22-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 17:26:24.284 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:26:24.284 [pool-22-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 17:26:24.285 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:24.285 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:24.285 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.285 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.285 [pool-22-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... 17:26:24.285 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.285 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.285 [pool-22-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... 17:26:24.285 [pool-22-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 17:26:24.286 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.286 [pool-22-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 17:26:24.287 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.287 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.287 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.287 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.287 [pool-22-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... 17:26:24.287 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.287 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.287 [pool-22-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... 17:26:24.287 [pool-22-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 17:26:24.288 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.288 [pool-22-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 17:26:24.289 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.289 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.289 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.289 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.289 [pool-22-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... 17:26:24.289 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.289 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.289 [pool-22-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... 17:26:24.290 [pool-22-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 17:26:24.291 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:24.291 [pool-22-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 17:26:24.291 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.291 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.291 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.291 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.292 [pool-22-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... 17:26:24.292 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.292 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.292 [pool-22-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... 17:26:24.292 [pool-22-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 17:26:24.293 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.293 [pool-22-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 17:26:24.293 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.293 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:24.293 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.294 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.294 [pool-22-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... 17:26:24.294 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.294 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.294 [pool-22-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... 17:26:24.294 [pool-22-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 17:26:24.296 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.296 [pool-22-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 17:26:24.296 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.296 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.296 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.296 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.297 [pool-22-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... 17:26:24.297 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.297 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.297 [pool-22-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... 17:26:24.297 [pool-22-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 17:26:24.298 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.298 [pool-22-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 17:26:24.298 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.298 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:24.298 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.298 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.299 [pool-22-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... 17:26:24.299 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.299 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.299 [pool-22-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... 17:26:24.299 [pool-22-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 17:26:24.303 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 7 M->MM REFERENCES! (took ~0sec) 17:26:24.303 [pool-22-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 17:26:24.303 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.303 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:24.303 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:24.304 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:24.304 [pool-22-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... 17:26:24.304 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.304 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.304 [pool-22-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... 17:26:24.304 [pool-22-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 17:26:24.305 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.305 [pool-22-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 17:26:24.306 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.306 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.306 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.306 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.306 [pool-22-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... 17:26:24.306 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.306 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.306 [pool-22-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... 17:26:24.306 [pool-22-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 17:26:24.308 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.308 [pool-22-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 17:26:24.308 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.308 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.308 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.308 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.308 [pool-22-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... 17:26:24.308 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.309 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.309 [pool-22-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... 17:26:24.309 [pool-22-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 17:26:24.310 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.310 [pool-22-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 17:26:24.310 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.310 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.310 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.310 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.311 [pool-22-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... 17:26:24.311 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.311 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.311 [pool-22-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... 17:26:24.311 [pool-22-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 17:26:24.312 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.312 [pool-22-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 17:26:24.312 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.312 [pool-22-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:26:24.312 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:24.313 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:24.313 [pool-22-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... 17:26:24.313 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.313 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.313 [pool-22-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... 17:26:24.313 [pool-22-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 17:26:24.371 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:26:24.371 [pool-22-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 17:26:24.372 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:24.372 [pool-22-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. 0s59ms [pure insertion] marking any relevant derived attributes for update...17:26:24.372 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.372 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.372 [pool-22-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... 17:26:24.372 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.372 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.372 [pool-22-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... 17:26:24.373 [pool-22-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 17:26:24.374 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.374 [pool-22-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 17:26:24.374 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.374 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.374 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.374 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.375 [pool-22-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... 17:26:24.375 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.375 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.375 [pool-22-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... 17:26:24.375 [pool-22-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 17:26:24.376 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.376 [pool-22-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 17:26:24.377 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.377 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.377 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.377 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.377 [pool-22-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... 17:26:24.377 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.377 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.377 [pool-22-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... 17:26:24.377 [pool-22-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 17:26:24.379 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.379 [pool-22-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 17:26:24.379 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.379 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.379 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.379 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.380 [pool-22-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... 17:26:24.380 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.380 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.380 [pool-22-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... 17:26:24.380 [pool-22-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 17:26:24.381 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.381 [pool-22-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 17:26:24.382 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.382 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.382 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.382 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.382 [pool-22-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... 17:26:24.382 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.382 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.382 [pool-22-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... 17:26:24.383 [pool-22-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 17:26:24.384 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.384 [pool-22-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 17:26:24.384 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.384 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.384 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.384 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.385 [pool-22-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... 17:26:24.385 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.385 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.385 [pool-22-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... 17:26:24.385 [pool-22-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 17:26:24.387 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:24.387 [pool-22-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 17:26:24.391 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.391 [pool-22-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:26:24.391 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.391 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.391 [pool-22-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... 17:26:24.391 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.391 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.391 [pool-22-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... 17:26:24.392 [pool-22-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 17:26:24.393 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.393 [pool-22-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 17:26:24.393 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.394 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:24.394 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.394 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.394 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 300/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 2 sec total) 17:26:24.394 [pool-22-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... 17:26:24.394 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.394 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.394 [pool-22-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... 17:26:24.394 [pool-22-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 17:26:24.397 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:26:24.397 [pool-22-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 17:26:24.397 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:24.397 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:24.397 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.397 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.398 [pool-22-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... 17:26:24.398 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.398 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.398 [pool-22-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... 17:26:24.398 [pool-22-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 17:26:24.400 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:24.400 [pool-22-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 17:26:24.401 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:24.401 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:24.401 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.401 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.401 [pool-22-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... 17:26:24.401 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.401 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.401 [pool-22-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... 17:26:24.402 [pool-22-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 17:26:24.403 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:24.403 [pool-22-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 17:26:24.404 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:24.404 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:24.404 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.404 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.404 [pool-22-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... 17:26:24.404 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.404 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.404 [pool-22-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... 17:26:24.405 [pool-22-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 17:26:24.406 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:24.406 [pool-22-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 17:26:24.407 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:24.407 [pool-22-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:24.407 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.407 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.407 [pool-22-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... 17:26:24.407 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.407 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.407 [pool-22-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... 17:26:24.408 [pool-22-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 17:26:24.409 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.409 [pool-22-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 17:26:24.409 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.409 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.409 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.409 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.410 [pool-22-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... 17:26:24.410 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.410 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.410 [pool-22-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... 17:26:24.410 [pool-22-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 17:26:24.411 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.411 [pool-22-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 17:26:24.412 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.412 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.412 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.412 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.412 [pool-22-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... 17:26:24.412 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.412 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.412 [pool-22-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... 17:26:24.412 [pool-22-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 17:26:24.414 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:24.414 [pool-22-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 17:26:24.414 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:24.414 [pool-22-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:24.414 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.414 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.415 [pool-22-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... 17:26:24.415 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.415 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.415 [pool-22-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... 17:26:24.415 [pool-22-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 17:26:24.475 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 65 M->MM REFERENCES! (took ~0sec) 17:26:24.475 [pool-22-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 17:26:24.480 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 17:26:24.480 [pool-22-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...17:26:24.480 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.480 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.481 [pool-22-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... 17:26:24.481 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:24.481 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:24.481 [pool-22-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... 17:26:24.481 [pool-22-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 17:26:24.484 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 17:26:24.484 [pool-22-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 17:26:24.485 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:24.485 [pool-22-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:24.485 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:24.485 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:24.485 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 309/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 2 sec total) 17:26:24.485 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:24.485 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:25.075 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 17:26:28.091 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 17:26:28.092 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~3.607s attempting to resolve any uninitialized derived attributes... 17:26:28.092 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:28.092 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:28.092 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:28.092 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 3s607ms [proxy update] 17:26:28.092 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:28.097 [pool-22-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 ~6s validating changes... 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/aeb07ec3-af96-4069-af14-0436082805ca.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.Profile/01ec045c-0000-3739-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-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/00140d80-0000-0110-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-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/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.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.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-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/01ec12fc-0000-0260-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.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/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml validating file UPDATED for /data/fragments/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.PropertyTableDefinition/00080cf0-0000-001b-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/00700680-0000-0204-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-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/00700680-0000-01c5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-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/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.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.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/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.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml validating file UPDATED for /data/fragments/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.EnumeratedPropertyType/00080cf0-0000-0031-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/00700680-0000-01fe-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/90a0e341-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-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/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/89326f2e-c2fc-11de-8ac8-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/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-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/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/86eada10-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.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.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.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/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/01ec1228-0000-0964-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/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.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/00700680-0000-01e5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.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/00540a84-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.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/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.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-0bfd-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/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.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/0054070c-0000-005d-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/5582e283-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-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/01ec141c-0000-12fc-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/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.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/c312e899-9f08-43db-8954-4db87789f843.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.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/01ec1228-0000-12f8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-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/d09356f1-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/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.MetaclassReference/00bc2f68-0000-0f51-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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml validating file UPDATED for /data/fragments/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-0e0b-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/6f3c6234-52b8-11df-a320-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.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/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.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/01ec12fc-0000-0238-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.MetaclassReference/00bc2f68-0000-0faf-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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.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/01ec2468-0000-0ac1-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/00700680-0000-01ba-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-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/99bf7919-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.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/01ec141c-0000-12f2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-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/35b84299-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.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/00540a84-0000-0003-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-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/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.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-0014-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/fdbc7d78-32c7-11e0-91f3-0027103f347c.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/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-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/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-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/00bc4480-0000-06a8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-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/ed95fa9b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.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.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.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/1c0bf642-a90f-11de-8613-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/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.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/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/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-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/00000000-0000-9c45-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-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/01ec12fc-0000-0256-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/00000000-0000-9c44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.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/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-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.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.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/01ec1ac4-0000-2eff-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml changed resource size: 619 relevant graph size: 619 validated changes... true 17:26:29.401 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 7 s 903 ms 17:26:29.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:26:29.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:29.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:29.472 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:26:29.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:26:29 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit4008481963659064475/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit7750517627584918236/test_bpmn[OrientDB] Apr 30, 2023 5:26:29 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_bpmn[OrientDB]}} Storage 'plocal:/tmp/junit7750517627584918236/test_bpmn[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:26:30.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:26:30.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:30.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:26:30.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:30.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:30.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:26:30.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:26:30.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:26:30.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:26:30.220 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:26:30.221 [pool-23-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 17:26:30.221 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:26:30.296 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14894107005751014593/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:30.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:30.299 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:30.302 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:30.303 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:30.303 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:30.303 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:30.303 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:30.304 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:26:30.304 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:26:30.304 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:30.305 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:30.305 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:30.305 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 17:26:30.306 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:30.306 [pool-23-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 17:26:30.306 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms Copied ./resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit14894107005751014593/v0-B.2.0.bpmn 17:26:30.307 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:30.311 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:30.311 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:30.311 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:30.311 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:30.311 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:30.311 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:26:30.311 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:26:30.311 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:30.311 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:30.311 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:30.311 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:26:30.311 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:30.311 [pool-23-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 17:26:30.311 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms Copied ./resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit14894107005751014593/v0-B.2.0.bpmn 17:26:30.312 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:30.315 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:30.315 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:30.315 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:30.315 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:30.315 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:30.315 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:26:30.315 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:26:30.315 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:30.315 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:30.315 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:30.315 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 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 Copied ./resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit14894107005751014593/v0-B.2.0.bpmn 0s0ms [proxy update] 17:26:30.315 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:30.316 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:26:30.316 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms 17:26:30.369 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:30.373 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:30.373 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:30.373 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:30.373 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:30.373 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:30.373 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:26:30.373 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:26:30.373 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:30.373 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:30.373 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:30.373 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:26:30.373 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:30.373 [pool-23-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 17:26:30.373 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms Copied ./resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit14894107005751014593/v0-B.2.0.bpmn 17:26:30.374 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:30.378 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:30.378 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:30.378 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:30.378 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:30.378 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:30.378 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:26:30.378 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:26:30.378 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:30.378 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:30.378 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:30.378 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:26:30.378 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:30.378 [pool-23-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 17:26:30.379 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms Copied ./resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit14894107005751014593/v0-B.2.0.bpmn 17:26:30.379 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:30.383 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:30.383 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:30.383 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:30.383 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:30.383 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:30.383 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:26:30.383 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:26:30.383 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:30.383 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:30.383 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:30.383 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:26:30.383 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:30.383 [pool-23-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 17:26:30.383 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms Copied ./resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit14894107005751014593/v0-B.2.0.bpmn 17:26:30.384 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:30.388 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:30.388 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:30.388 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:30.388 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:30.388 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:30.388 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:26:30.388 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:26:30.388 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:30.388 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:30.388 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:30.388 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:26:30.388 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:30.388 [pool-23-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 17:26:30.388 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms Copied ./resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit14894107005751014593/v0-B.2.0.bpmn 17:26:30.389 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:30.393 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:30.393 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:30.393 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:30.393 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:30.393 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:30.393 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:26:30.393 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:26:30.393 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:30.393 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:30.393 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:30.393 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:26:30.393 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:30.393 [pool-23-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 17:26:30.393 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms Copied ./resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit14894107005751014593/v0-B.2.0.bpmn 17:26:30.394 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:30.398 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:30.398 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:30.398 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:30.398 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:30.398 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:30.398 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:26:30.398 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:26:30.398 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:30.398 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:30.398 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:30.398 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:26:30.398 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:30.399 [pool-23-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 17:26:30.399 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms 17:26:30.399 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:26:30.399 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit14894107005751014593/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:30.401 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:30.402 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:26:30.408 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:26:30 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_bpmn[OrientDB]}} Storage 'plocal:/tmp/junit7750517627584918236/test_bpmn[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit2308846851468094693/test_instanceCountsAllOf[OrientDB] Apr 30, 2023 5:26:30 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_instanceCountsAllOf[OrientDB]}} Storage 'plocal:/tmp/junit2308846851468094693/test_instanceCountsAllOf[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:26:31.072 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:26:31.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:31.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:26:31.074 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:31.074 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:31.075 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:26:31.075 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:26:31.075 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:26:31.075 [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! 17:26:31.075 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:31.075 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:26:31.076 [pool-24-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 17:26:31.076 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 17:26:31.084 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:31.084 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:31.085 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:26:31.093 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:26:31.101 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:26:31.101 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:26:31.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:26:31.103 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:26:31.104 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:26:31.106 [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 17:26:31.181 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:26:31.181 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:26:31.276 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:31.279 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:31.279 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:31.281 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:31.282 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:31.282 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:31.284 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:26:31.284 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:31.284 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:31.284 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:26:31.294 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:26:31.309 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:31.309 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:26:31.376 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:31.377 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s93ms [pure insertion] marking any relevant derived attributes for update...17:26:31.377 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:31.377 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:31.378 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:26:31.378 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:31.378 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:31.378 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:26:31.379 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:26:31.380 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:31.380 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:26:31.382 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:31.382 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:31.382 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:31.382 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:31.383 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:26:31.383 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:31.383 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:31.383 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 17:26:31.383 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 17:26:31.384 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:31.384 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:26:31.385 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:31.385 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:31.385 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:31.385 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:31.385 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:31.385 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:31.387 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:26:31.396 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:26:31.396 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 17:26:31.396 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:31.396 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:31.396 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:31.396 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 17:26:31.396 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:31.396 [pool-24-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 17:26:31.398 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 119 ms 17:26:31.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:26:31.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:31.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:31.402 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:26:31.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:26:31 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_instanceCountsAllOf[OrientDB]}} Storage 'plocal:/tmp/junit2308846851468094693/test_instanceCountsAllOf[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit7722817224148529137/test_listFiles[OrientDB] Apr 30, 2023 5:26:31 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_listFiles[OrientDB]}} Storage 'plocal:/tmp/junit7722817224148529137/test_listFiles[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:26:32.285 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:26:32.290 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:32.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 17:26:32.290 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:32.290 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:32.290 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:26:32.290 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:26:32.290 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:26:32.291 [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! 17:26:32.291 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:32.291 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:26:32.291 [pool-25-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 17:26:32.292 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 17:26:32.299 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:32.299 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:32.301 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:26:32.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:26:32.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:26:32.309 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:26:32.309 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:26:32.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:26:32.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:26:32.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:26:32.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:26:32.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:26:32.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:26:32.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:26:32.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:26:32.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:26:32.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:26:32.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:26:32.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:26:32.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:26:32.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:26:32.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:26:32.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:26:32.381 [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 17:26:32.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:26:32.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:26:32.493 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:32.496 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:32.496 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:32.499 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:32.500 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:32.500 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:32.502 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:26:32.502 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:32.502 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:32.502 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:26:32.520 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:26:32.591 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:32.591 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:26:32.601 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:32.601 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s99ms [pure insertion] marking any relevant derived attributes for update...17:26:32.601 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:32.601 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:32.603 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:26:32.603 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:32.603 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:32.603 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:26:32.603 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:26:32.604 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:32.604 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:26:32.605 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:32.605 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:32.605 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:32.605 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:32.606 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:26:32.606 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:32.606 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:32.606 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 17:26:32.607 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 17:26:32.608 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:32.608 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:26:32.609 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:32.609 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:32.609 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:32.609 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:32.609 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:32.609 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:32.611 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:26:32.676 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:26:32.676 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.067s attempting to resolve any uninitialized derived attributes... 17:26:32.676 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:32.676 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:32.676 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:32.676 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s67ms [proxy update] 17:26:32.676 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:32.677 [pool-25-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 17:26:32.679 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 183 ms 17:26:32.680 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:26:32.680 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:32.683 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:32.683 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:26:32.690 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:26:32 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_listFiles[OrientDB]}} Storage 'plocal:/tmp/junit7722817224148529137/test_listFiles[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit12997151048343054996/test_instanceCounts[OrientDB] Apr 30, 2023 5:26:32 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_instanceCounts[OrientDB]}} Storage 'plocal:/tmp/junit12997151048343054996/test_instanceCounts[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:26:33.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:26:33.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:33.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 17:26:33.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:33.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:33.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:26:33.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:26:33.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:26:33.234 [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! 17:26:33.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:26:33.234 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:33.269 [pool-26-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 17:26:33.270 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 17:26:33.277 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:33.277 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:33.279 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:26:33.287 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:26:33.294 [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 17:26:33.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:26:33.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:26:33.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:26:33.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:26:33.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:26:33.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:26:33.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:26:33.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:26:33.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:26:33.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:26:33.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:26:33.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:26:33.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:26:33.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:26:33.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:26:33.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:26:33.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:26:33.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:26:33.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:26:33.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:26:33.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:26:33.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:26:33.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:26:33.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:26:33.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:26:33.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:26:33.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:26:33.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:26:33.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:26:33.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:26:33.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:26:33.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:26:33.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:26:33.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:26:33.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:26:33.474 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:33.477 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:33.477 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:33.480 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:33.481 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:33.481 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:33.483 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:26:33.483 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:33.483 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:33.483 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:26:33.494 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:26:33.509 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:33.509 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:26:33.576 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:33.576 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s93ms [pure insertion] marking any relevant derived attributes for update...17:26:33.576 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:33.576 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:33.578 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:26:33.578 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:33.578 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:33.578 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:26:33.578 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:26:33.579 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:33.579 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:26:33.580 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:33.580 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:33.580 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:33.580 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:33.581 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:26:33.581 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:33.581 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:33.581 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 17:26:33.581 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 17:26:33.582 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:33.582 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:26:33.583 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:33.583 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:33.583 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:33.583 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:33.583 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:33.583 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:33.585 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:26:33.594 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:26:33.594 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 17:26:33.594 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:33.594 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:33.594 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:33.594 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 17:26:33.594 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:33.594 [pool-26-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 17:26:33.596 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 119 ms 17:26:33.600 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:33.602 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12997151048343054996/test_instanceCounts[OrientDB] 17:26:33.603 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:33.603 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12997151048343054996/test_instanceCounts[OrientDB] 17:26:33.605 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:33.605 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12997151048343054996/test_instanceCounts[OrientDB] 17:26:33.606 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:33.606 [pool-26-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12997151048343054996/test_instanceCounts[OrientDB] 17:26:33.608 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:26:33.608 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:33.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:33.670 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:26:33.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:26:33 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_instanceCounts[OrientDB]}} Storage 'plocal:/tmp/junit12997151048343054996/test_instanceCounts[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit3133529251750042981/test_reverseRefs[OrientDB] Apr 30, 2023 5:26:33 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_reverseRefs[OrientDB]}} Storage 'plocal:/tmp/junit3133529251750042981/test_reverseRefs[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:26:34.340 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:26:34.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:34.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:26:34.342 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:34.342 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:34.342 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:26:34.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:26:34.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:26:34.343 [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! 17:26:34.343 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:34.343 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 17:26:34.343 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 17:26:34.344 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 17:26:34.349 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:34.349 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:34.350 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:26:34.376 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:26:34.383 [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 17:26:34.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:26:34.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:26:34.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:26:34.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:26:34.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:26:34.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:26:34.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:26:34.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:26:34.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:26:34.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:26:34.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:26:34.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:26:34.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:26:34.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:26:34.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:26:34.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:26:34.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:26:34.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:26:34.402 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:26:34.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:26:34.502 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:34.505 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:34.505 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:34.507 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:34.509 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:34.509 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:34.511 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:26:34.511 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:34.511 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:34.511 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:26:34.573 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:26:34.588 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:34.588 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:26:34.594 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:34.594 [pool-27-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...17:26:34.594 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:34.594 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:34.596 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:26:34.596 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:34.596 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:34.596 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:26:34.596 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:26:34.597 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:34.597 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:26:34.600 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:34.600 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:26:34.600 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:34.600 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:34.601 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:26:34.601 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:34.601 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:34.601 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 17:26:34.601 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 17:26:34.602 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:34.602 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:26:34.603 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:34.603 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:34.603 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:34.603 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:34.603 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:34.603 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:34.605 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:26:34.670 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:26:34.670 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.067s attempting to resolve any uninitialized derived attributes... 17:26:34.670 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:34.670 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:34.670 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:34.670 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s68ms [proxy update] 17:26:34.671 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:34.671 [pool-27-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 17:26:34.673 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 168 ms 17:26:34.678 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:34.678 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3133529251750042981/test_reverseRefs[OrientDB] 17:26:34.681 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:34.681 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3133529251750042981/test_reverseRefs[OrientDB] 17:26:34.684 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:34.684 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3133529251750042981/test_reverseRefs[OrientDB] 17:26:34.686 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:34.686 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3133529251750042981/test_reverseRefs[OrientDB] 17:26:34.689 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:34.689 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3133529251750042981/test_reverseRefs[OrientDB] 17:26:34.690 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:34.691 [pool-27-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3133529251750042981/test_reverseRefs[OrientDB] 17:26:34.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:26:34.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:34.694 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:34.695 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:26:34.701 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:26:34 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_reverseRefs[OrientDB]}} Storage 'plocal:/tmp/junit3133529251750042981/test_reverseRefs[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit11425463143393885980/test_forwardRefs[OrientDB] Apr 30, 2023 5:26:34 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_forwardRefs[OrientDB]}} Storage 'plocal:/tmp/junit11425463143393885980/test_forwardRefs[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:26:35.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:26:35.301 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:35.301 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:26:35.301 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:35.301 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:35.301 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:26:35.301 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:26:35.301 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:26:35.302 [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! 17:26:35.302 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:35.302 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:26:35.302 [pool-28-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 17:26:35.303 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 17:26:35.386 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:35.386 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:35.387 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:26:35.395 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:26:35.402 [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 17:26:35.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:26:35.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:26:35.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:26:35.404 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:26:35.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:26:35.406 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:26:35.471 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:26:35.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:26:35.512 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:35.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:35.515 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:35.570 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:35.571 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:35.571 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:35.573 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:26:35.573 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:35.573 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:35.573 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:26:35.584 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:26:35.599 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:35.599 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:26:35.605 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:35.605 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s32ms [pure insertion] marking any relevant derived attributes for update...17:26:35.605 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:26:35.606 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:26:35.607 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:26:35.607 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:35.607 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:35.607 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 17:26:35.608 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 17:26:35.609 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:35.609 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:26:35.610 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:26:35.610 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:35.610 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:35.610 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:35.611 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:26:35.611 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:35.611 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:35.611 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:26:35.611 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:26:35.612 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:26:35.612 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:26:35.614 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:26:35.614 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:35.614 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:35.614 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:35.614 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:35.614 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:35.670 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:26:35.679 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:26:35.679 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.065s attempting to resolve any uninitialized derived attributes... 17:26:35.679 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:35.679 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:35.679 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:35.679 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s65ms [proxy update] 17:26:35.679 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:35.680 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model validating file UPDATED for /subfolder/subfolder/grandchild.model changed resource size: 9 relevant graph size: 9 validated changes... true 17:26:35.682 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 166 ms 17:26:35.683 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: OrientNode [#13:1] 17:26:35.685 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: OrientNode [#13:1] 17:26:35.686 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: OrientNode [#13:1] 17:26:35.687 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:35.687 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11425463143393885980/test_forwardRefs[OrientDB] 17:26:35.689 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: OrientNode [#13:1] 17:26:35.689 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:35.689 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11425463143393885980/test_forwardRefs[OrientDB] 17:26:35.692 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: OrientNode [#13:1] 17:26:35.692 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:35.692 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11425463143393885980/test_forwardRefs[OrientDB] 17:26:35.694 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:26:35.694 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11425463143393885980/test_forwardRefs[OrientDB] 17:26:35.696 [pool-28-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of xrefs: OrientNode [#13:1] 17:26:35.697 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:26:35.697 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:35.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:35.700 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:26:35.706 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:26:35 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_forwardRefs[OrientDB]}} Storage 'plocal:/tmp/junit11425463143393885980/test_forwardRefs[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit15715775125152394303/test_allContents[OrientDB] Apr 30, 2023 5:26:35 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_allContents[OrientDB]}} Storage 'plocal:/tmp/junit15715775125152394303/test_allContents[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:26:36.311 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:26:36.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:36.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:26:36.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:36.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:36.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:26:36.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:26:36.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:26:36.314 [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! 17:26:36.314 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:36.315 [pool-29-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 17:26:36.315 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:26:36.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 17:26:36.379 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:36.379 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:36.382 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:26:36.390 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:26:36.397 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:26:36.398 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:26:36.398 [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 17:26:36.401 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:26:36.401 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:26:36.402 [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 17:26:36.406 [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 17:26:36.407 [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 17:26:36.408 [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 17:26:36.412 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:26:36.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:26:36.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:26:36.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:26:36.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:26:36.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:26:36.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:26:36.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:26:36.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:26:36.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:26:36.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:26:36.413 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:26:36.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:26:36.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:26:36.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:26:36.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:26:36.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:26:36.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:26:36.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:26:36.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:26:36.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:26:36.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:26:36.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:26:36.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:26:36.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:26:36.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:26:36.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:26:36.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:26:36.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:26:36.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:26:36.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:26:36.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:26:36.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:26:36.473 [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 17:26:36.473 [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 17:26:36.473 [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 17:26:36.717 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:26:36.717 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:26:36.809 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:36.813 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:36.813 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:36.883 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:36.885 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:36.885 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:37.074 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:26:37.075 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:37.075 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:37.075 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:26:37.097 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:26:39.688 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~2sec) 17:26:39.689 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:26:40.992 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~1 sec) 17:26:40.992 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 3s918ms [pure insertion] marking any relevant derived attributes for update...17:26:40.992 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:40.992 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:40.992 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:40.992 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:44.264 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:26:44.265 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~3.273s attempting to resolve any uninitialized derived attributes... 17:26:44.265 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:44.265 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:44.265 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:44.265 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 3s273ms [proxy update] 17:26:44.265 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:44.265 [pool-29-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 ~7s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:26:45.803 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 8 s 989 ms 17:26:45.898 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:45.903 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:45.903 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:45.974 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:45.976 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 17:26:45.976 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:45.976 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:45.994 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:26:45.994 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:45.994 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:45.994 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:26:45.995 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:26:45.997 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:45.997 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:26:45.997 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:45.997 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:45.997 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:45.997 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:46.087 [pool-29-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... 17:26:46.087 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:46.087 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:46.088 [pool-29-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... 17:26:46.088 [pool-29-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 17:26:46.481 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 17:26:46.481 [pool-29-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 17:26:46.680 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:26:46.680 [pool-29-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. 0s593ms [pure insertion] marking any relevant derived attributes for update...17:26:46.680 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:46.680 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:46.809 [pool-29-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... 17:26:46.809 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:46.809 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:46.809 [pool-29-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... 17:26:46.810 [pool-29-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 17:26:46.811 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:46.811 [pool-29-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 17:26:46.811 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:46.811 [pool-29-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:46.811 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:46.811 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:46.879 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:26:46.880 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:46.880 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:46.880 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:26:46.880 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:26:46.881 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:26:46.881 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:26:46.882 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:46.882 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:46.882 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:46.882 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:46.898 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:26:46.898 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:46.898 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:46.898 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:26:46.899 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:26:46.900 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:26:46.900 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:26:46.901 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:46.901 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:26:46.901 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:46.901 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:46.982 [pool-29-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... 17:26:46.982 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:46.982 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:46.982 [pool-29-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... 17:26:46.982 [pool-29-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 17:26:46.983 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:46.983 [pool-29-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 17:26:46.984 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:46.984 [pool-29-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:46.984 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:46.984 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:46.999 [pool-29-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... 17:26:46.999 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:46.999 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:46.999 [pool-29-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... 17:26:47.000 [pool-29-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 17:26:47.001 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:47.001 [pool-29-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 17:26:47.001 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:47.001 [pool-29-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:47.001 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:47.001 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:47.081 [pool-29-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... 17:26:47.081 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:47.081 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:47.081 [pool-29-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... 17:26:47.082 [pool-29-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 17:26:47.084 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:26:47.084 [pool-29-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 17:26:47.088 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:26:47.088 [pool-29-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:26:47.088 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:47.088 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:47.169 [pool-29-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... 17:26:47.169 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:47.169 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:47.169 [pool-29-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... 17:26:47.170 [pool-29-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 17:26:48.294 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~1sec) 17:26:48.294 [pool-29-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 17:26:48.805 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:26:48.805 [pool-29-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. 1s636ms [pure insertion] marking any relevant derived attributes for update...17:26:48.805 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:48.805 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:48.875 [pool-29-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... 17:26:48.875 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:48.875 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:48.875 [pool-29-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... 17:26:48.876 [pool-29-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 17:26:48.877 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:26:48.877 [pool-29-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 17:26:48.877 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:26:48.877 [pool-29-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:26:48.877 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:48.877 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:48.905 [pool-29-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... 17:26:48.906 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:48.906 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:48.906 [pool-29-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... 17:26:48.906 [pool-29-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 17:26:50.870 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~1sec) 17:26:50.870 [pool-29-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 17:26:51.370 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:26:51.370 [pool-29-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. 2s465ms [pure insertion] marking any relevant derived attributes for update...17:26:51.370 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:26:51.370 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:26:51.370 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:26:51.370 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:26:53.798 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:26:53.931 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:26:53.932 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~2.562s attempting to resolve any uninitialized derived attributes... 17:26:53.932 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:26:53.932 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:26:53.932 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:26:53.932 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 2s562ms [proxy update] 17:26:53.932 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:26:53.933 [pool-29-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 ~8s validating changes... validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:26:55.610 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 9 s 707 ms 17:26:55.611 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15715775125152394303/test_allContents[OrientDB] 17:26:55.715 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15715775125152394303/test_allContents[OrientDB] 17:26:55.888 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15715775125152394303/test_allContents[OrientDB] 17:26:55.982 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15715775125152394303/test_allContents[OrientDB] 17:26:56.179 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15715775125152394303/test_allContents[OrientDB] 17:26:56.890 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15715775125152394303/test_allContents[OrientDB] 17:26:56.999 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15715775125152394303/test_allContents[OrientDB] 17:26:57.178 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:26:57.179 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:57.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:57.184 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:26:57.281 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:26:57 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_allContents[OrientDB]}} Storage 'plocal:/tmp/junit15715775125152394303/test_allContents[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5405128640972641100/test_subtreeTraversalScoping[OrientDB] Apr 30, 2023 5:26:57 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_subtreeTraversalScoping[OrientDB]}} Storage 'plocal:/tmp/junit5405128640972641100/test_subtreeTraversalScoping[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:26:57.940 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:26:57.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:57.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:26:57.942 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:57.942 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:57.942 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:26:57.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:26:57.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:26:57.943 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:26:57.943 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:26:57.943 [pool-30-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 17:26:57.943 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:26:57.943 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 17:26:57.995 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:26:57.995 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:26:57.998 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:26:58.006 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:26:58.013 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:26:58.013 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:26:58.070 [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 17:26:58.070 [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 17:26:58.072 [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 17:26:58.073 [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 17:26:58.080 [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 17:26:58.080 [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 17:26:58.080 [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 17:26:58.080 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:26:58.082 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:26:58.082 [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 17:26:58.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:26:58.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:26:58.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:26:58.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:26:58.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:26:58.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:26:58.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:26:58.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:26:58.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:26:58.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:26:58.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:26:58.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:26:58.086 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:26:58.086 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:26:58.086 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:26:58.086 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:26:58.086 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:26:58.086 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:26:58.380 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:26:58.380 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:26:58.476 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:26:58.479 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:26:58.479 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:26:58.495 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:26:58.496 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:26:58.496 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:26:58.596 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:26:58.596 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:26:58.596 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:26:58.596 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:26:58.671 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:27:00.615 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~1sec) 17:27:00.615 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:27:01.673 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~1 sec) 17:27:01.673 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 3s77ms [pure insertion] marking any relevant derived attributes for update...17:27:01.673 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:01.673 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:01.673 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:01.673 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:03.549 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:03.549 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.876s attempting to resolve any uninitialized derived attributes... 17:27:03.549 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:03.549 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:03.549 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:03.549 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s877ms [proxy update] 17:27:03.550 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:03.550 [pool-30-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 ~5s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:27:04.345 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 866 ms 17:27:04.408 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:04.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:04.413 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:04.476 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:04.477 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 17:27:04.478 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:04.478 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:04.493 [pool-30-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... 17:27:04.493 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:04.494 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:04.494 [pool-30-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... 17:27:04.494 [pool-30-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 17:27:04.496 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:04.496 [pool-30-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 17:27:04.503 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:04.503 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:27:04.503 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:04.503 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:04.572 [pool-30-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... 17:27:04.572 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:04.572 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:04.572 [pool-30-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... 17:27:04.572 [pool-30-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 17:27:04.573 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:27:04.573 [pool-30-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 17:27:04.576 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:27:04.576 [pool-30-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:27:04.576 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:04.576 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:04.585 [pool-30-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... 17:27:04.585 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:04.585 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:04.585 [pool-30-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... 17:27:04.585 [pool-30-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 17:27:04.586 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:04.586 [pool-30-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 17:27:04.586 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:04.586 [pool-30-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:27:04.586 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:04.586 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:04.595 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:27:04.595 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:04.595 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:04.595 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:27:04.596 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:27:04.597 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:27:04.597 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:27:04.597 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:04.597 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:04.597 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:04.597 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:04.688 [pool-30-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... 17:27:04.688 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:04.688 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:04.688 [pool-30-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... 17:27:04.688 [pool-30-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 17:27:05.842 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~1sec) 17:27:05.842 [pool-30-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 17:27:06.055 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:27:06.055 [pool-30-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. 1s367ms [pure insertion] marking any relevant derived attributes for update...17:27:06.056 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:27:06.056 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:27:06.089 [pool-30-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... 17:27:06.089 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:06.089 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:06.089 [pool-30-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... 17:27:06.090 [pool-30-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 17:27:07.006 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 17:27:07.006 [pool-30-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 17:27:07.172 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:27:07.172 [pool-30-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. 1s83ms [pure insertion] marking any relevant derived attributes for update...17:27:07.172 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:07.172 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:07.182 [pool-30-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... 17:27:07.183 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:07.183 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:07.183 [pool-30-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... 17:27:07.183 [pool-30-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 17:27:07.184 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:07.184 [pool-30-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 17:27:07.184 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:07.184 [pool-30-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:07.184 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:07.184 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:07.197 [pool-30-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... 17:27:07.197 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:07.197 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:07.197 [pool-30-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... 17:27:07.197 [pool-30-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 17:27:07.436 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 17:27:07.436 [pool-30-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 17:27:07.505 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:27:07.505 [pool-30-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. 0s308ms [pure insertion] marking any relevant derived attributes for update...17:27:07.505 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:07.505 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:07.516 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:27:07.516 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:07.516 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:07.516 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:27:07.517 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:27:07.518 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:27:07.518 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:27:07.518 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:07.518 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:07.518 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:07.518 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:07.528 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:27:07.528 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:07.528 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:07.528 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:27:07.569 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:27:07.570 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:27:07.570 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:27:07.571 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:07.571 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s43ms [pure insertion] marking any relevant derived attributes for update...17:27:07.571 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:07.571 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:07.580 [pool-30-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... 17:27:07.580 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:07.580 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:07.580 [pool-30-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... 17:27:07.581 [pool-30-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 17:27:07.581 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:07.581 [pool-30-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 17:27:07.582 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:07.582 [pool-30-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:07.582 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:07.582 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:07.582 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:07.582 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:09.296 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:27:09.435 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:27:09.435 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.853s attempting to resolve any uninitialized derived attributes... 17:27:09.435 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:09.435 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:09.436 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:09.436 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s854ms [proxy update] 17:27:09.436 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:09.437 [pool-30-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 ~5s 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/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /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.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:27:10.340 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 927 ms 17:27:10.341 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:27:10.341 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5405128640972641100/test_subtreeTraversalScoping[OrientDB] 17:27:10.345 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:27:10.345 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5405128640972641100/test_subtreeTraversalScoping[OrientDB] 17:27:10.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:27:10.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:10.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:10.393 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:27:10.478 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:27:10 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_subtreeTraversalScoping[OrientDB]}} Storage 'plocal:/tmp/junit5405128640972641100/test_subtreeTraversalScoping[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit2851207006766728700/test_getAllOf[OrientDB] Apr 30, 2023 5:27:10 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getAllOf[OrientDB]}} Storage 'plocal:/tmp/junit2851207006766728700/test_getAllOf[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:27:11.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:27:11.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:11.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:27:11.192 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:11.192 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:11.192 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:27:11.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:27:11.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:27:11.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:27:11.192 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 17:27:11.193 [pool-31-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 17:27:11.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:27:11.195 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 17:27:11.276 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:11.277 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:11.280 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:27:11.288 [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 17:27:11.288 [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 17:27:11.288 [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 17:27:11.288 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:27:11.297 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:27:11.298 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:27:11.299 [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 17:27:11.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:27:11.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:27:11.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:27:11.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:27:11.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:27:11.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:27:11.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:27:11.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:27:11.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:27:11.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:27:11.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:27:11.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:27:11.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:27:11.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:27:11.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:27:11.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:27:11.302 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:27:11.303 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:27:11.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:27:11.305 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:27:11.306 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:27:11.307 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 17:27:11.308 [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 17:27:11.308 [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 17:27:11.308 [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 17:27:11.688 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:27:11.688 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:11.798 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:11.807 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:11.807 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:11.831 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:11.832 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:11.832 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:11.972 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:27:11.972 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:11.972 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:11.972 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:27:11.986 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:27:13.411 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~1sec) 17:27:13.411 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:27:13.977 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 17:27:13.978 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s7ms [pure insertion] marking any relevant derived attributes for update...17:27:13.978 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:13.978 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:13.978 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:13.978 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:15.475 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:15.475 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.497s attempting to resolve any uninitialized derived attributes... 17:27:15.475 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:15.475 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:15.475 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:15.475 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s497ms [proxy update] 17:27:15.475 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:15.476 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~3s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:27:16.095 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 288 ms 17:27:16.133 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:16.169 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:16.169 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:16.189 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:16.190 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 17:27:16.190 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:16.190 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:16.204 [pool-31-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... 17:27:16.204 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:16.204 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:16.204 [pool-31-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... 17:27:16.205 [pool-31-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 17:27:16.514 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 17:27:16.514 [pool-31-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 17:27:16.613 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:27:16.613 [pool-31-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. 0s409ms [pure insertion] marking any relevant derived attributes for update...17:27:16.613 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:16.613 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:16.685 [pool-31-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... 17:27:16.685 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:16.685 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:16.685 [pool-31-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... 17:27:16.686 [pool-31-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 17:27:17.311 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 17:27:17.312 [pool-31-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 17:27:17.500 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:27:17.500 [pool-31-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. 0s815ms [pure insertion] marking any relevant derived attributes for update...17:27:17.500 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:27:17.501 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:27:17.510 [pool-31-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... 17:27:17.510 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:17.510 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:17.510 [pool-31-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... 17:27:17.510 [pool-31-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 17:27:17.511 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:17.511 [pool-31-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 17:27:17.511 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:17.511 [pool-31-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:27:17.511 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:17.511 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:17.520 [pool-31-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... 17:27:17.520 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:17.520 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:17.520 [pool-31-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... 17:27:17.520 [pool-31-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 17:27:17.521 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:17.521 [pool-31-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 17:27:17.521 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:17.521 [pool-31-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:27:17.521 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:17.521 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:17.573 [pool-31-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... 17:27:17.573 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:17.573 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:17.573 [pool-31-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... 17:27:17.574 [pool-31-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 17:27:17.574 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:17.574 [pool-31-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 17:27:17.574 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:17.574 [pool-31-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:27:17.574 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:17.574 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:17.583 [pool-31-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... 17:27:17.583 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:17.583 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:17.583 [pool-31-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... 17:27:17.584 [pool-31-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 17:27:17.584 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:17.584 [pool-31-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 17:27:17.584 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:17.584 [pool-31-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:27:17.584 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:17.584 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:17.593 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:27:17.593 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:17.593 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:17.593 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:27:17.593 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:27:17.594 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:27:17.594 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:27:17.595 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:17.595 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:17.595 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:17.595 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:17.676 [pool-31-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... 17:27:17.676 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:17.676 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:17.676 [pool-31-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... 17:27:17.677 [pool-31-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 17:27:18.698 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~1sec) 17:27:18.698 [pool-31-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 17:27:19.189 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:27:19.189 [pool-31-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. 1s513ms [pure insertion] marking any relevant derived attributes for update...17:27:19.189 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:19.189 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:19.203 [pool-31-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... 17:27:19.203 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:19.203 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:19.203 [pool-31-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... 17:27:19.203 [pool-31-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 17:27:19.206 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:27:19.206 [pool-31-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 17:27:19.209 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:27:19.209 [pool-31-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:27:19.209 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:19.209 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:19.220 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:27:19.220 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:19.269 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:19.269 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:27:19.270 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:27:19.271 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:27:19.271 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:27:19.271 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:19.271 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s51ms [pure insertion] marking any relevant derived attributes for update...17:27:19.271 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:19.271 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:19.282 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:27:19.282 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:19.282 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:19.282 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:27:19.283 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:27:19.284 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:27:19.284 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:27:19.284 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:19.284 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:19.284 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:19.284 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:19.284 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:19.284 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:21.815 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:27:21.938 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:27:21.938 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~2.654s attempting to resolve any uninitialized derived attributes... 17:27:21.938 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:21.938 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:21.938 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:21.938 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 2s654ms [proxy update] 17:27:21.938 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:21.939 [pool-31-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 ~5s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.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/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 /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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:27:22.897 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 6 s 728 ms 17:27:22.898 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2851207006766728700/test_getAllOf[OrientDB] 17:27:22.904 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2851207006766728700/test_getAllOf[OrientDB] 17:27:23.104 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2851207006766728700/test_getAllOf[OrientDB] 17:27:23.174 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2851207006766728700/test_getAllOf[OrientDB] 17:27:23.346 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2851207006766728700/test_getAllOf[OrientDB] 17:27:23.349 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 17:27:23.349 [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); 17:27:23.352 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 17:27:23.353 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 17:27:23.374 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:27:23.569 [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) 17:27:23.569 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.217s 17:27:23.569 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 17:27:23.571 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:27:23.571 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:23.574 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:23.574 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:27:23.583 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:27:23 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getAllOf[OrientDB]}} Storage 'plocal:/tmp/junit2851207006766728700/test_getAllOf[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit4375951273271201970/test_getFiles[OrientDB] Apr 30, 2023 5:27:23 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getFiles[OrientDB]}} Storage 'plocal:/tmp/junit4375951273271201970/test_getFiles[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:27:24.328 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:27:24.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:24.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:27:24.331 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:24.331 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:24.331 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:27:24.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:27:24.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:27:24.331 [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! 17:27:24.331 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:24.332 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:27:24.332 [pool-32-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 17:27:24.332 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 17:27:24.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:24.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:24.398 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:27:24.470 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:27:24.478 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:27:24.480 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:27:24.480 [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 17:27:24.482 [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 17:27:24.482 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:27:24.482 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:27:24.485 [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 17:27:24.485 [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 17:27:24.485 [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 17:27:24.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 17:27:24.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 17:27:24.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 17:27:24.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:27:24.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:27:24.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:27:24.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:27:24.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:27:24.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:27:24.493 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:27:24.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:27:24.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:27:24.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:27:24.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:27:24.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:27:24.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:27:24.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:27:24.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:27:24.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:27:24.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:27:24.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:27:24.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:27:24.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:27:24.809 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:27:24.809 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:24.901 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:24.903 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:24.903 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:24.919 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:24.920 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:24.920 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:25.006 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:27:25.006 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:25.006 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:25.006 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:27:25.076 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:27:26.428 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~1sec) 17:27:26.428 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:27:27.146 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 17:27:27.146 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s141ms [pure insertion] marking any relevant derived attributes for update...17:27:27.146 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:27.146 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:27.146 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:27.146 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:28.731 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:28.731 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.585s attempting to resolve any uninitialized derived attributes... 17:27:28.731 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:28.731 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:28.731 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:28.731 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s586ms [proxy update] 17:27:28.732 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:28.732 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~3s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:27:29.515 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 612 ms 17:27:29.555 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:29.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:29.559 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:29.586 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:29.588 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 17:27:29.588 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:29.588 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:29.598 [pool-32-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... 17:27:29.598 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:29.598 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:29.598 [pool-32-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... 17:27:29.598 [pool-32-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 17:27:29.599 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:29.599 [pool-32-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 17:27:29.612 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:29.612 [pool-32-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:27:29.612 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:29.612 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:29.679 [pool-32-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... 17:27:29.679 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:29.679 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:29.679 [pool-32-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... 17:27:29.680 [pool-32-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 17:27:30.550 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 17:27:30.550 [pool-32-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 17:27:30.716 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:27:30.716 [pool-32-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. 1s37ms [pure insertion] marking any relevant derived attributes for update...17:27:30.716 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:30.716 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:30.772 [pool-32-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... 17:27:30.772 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:30.772 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:30.772 [pool-32-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... 17:27:30.773 [pool-32-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 17:27:31.983 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~1sec) 17:27:31.983 [pool-32-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 17:27:32.488 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:27:32.488 [pool-32-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. 1s716ms [pure insertion] marking any relevant derived attributes for update...17:27:32.488 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:32.488 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:32.498 [pool-32-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... 17:27:32.498 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:32.498 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:32.498 [pool-32-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... 17:27:32.499 [pool-32-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 17:27:32.500 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:32.500 [pool-32-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 17:27:32.500 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:32.500 [pool-32-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:32.500 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:32.500 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:32.569 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:27:32.569 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:32.569 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:32.569 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:27:32.569 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:27:32.570 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:27:32.570 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:27:32.571 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:32.571 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:32.571 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:32.571 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:32.579 [pool-32-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... 17:27:32.579 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:32.579 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:32.579 [pool-32-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... 17:27:32.579 [pool-32-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 17:27:32.580 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:32.580 [pool-32-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 17:27:32.581 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:32.581 [pool-32-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:32.581 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:32.581 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:32.588 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:27:32.588 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:32.588 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:32.588 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:27:32.589 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:27:32.590 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:27:32.590 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:27:32.590 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:32.590 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:32.590 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:32.590 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:32.672 [pool-32-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... 17:27:32.672 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:32.672 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:32.672 [pool-32-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... 17:27:32.672 [pool-32-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 17:27:32.943 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 17:27:32.943 [pool-32-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 17:27:33.001 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:27:33.001 [pool-32-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. 0s329ms [pure insertion] marking any relevant derived attributes for update...17:27:33.002 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:27:33.002 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:27:33.014 [pool-32-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... 17:27:33.014 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:33.014 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:33.014 [pool-32-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... 17:27:33.015 [pool-32-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 17:27:33.016 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:27:33.016 [pool-32-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 17:27:33.019 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:27:33.019 [pool-32-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:27:33.019 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:33.019 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:33.026 [pool-32-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... 17:27:33.026 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:33.026 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:33.026 [pool-32-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... 17:27:33.027 [pool-32-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 17:27:33.027 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:33.027 [pool-32-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 17:27:33.028 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:33.028 [pool-32-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:33.028 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:33.028 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:33.073 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:27:33.073 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:33.073 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:33.073 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:27:33.074 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:27:33.074 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:27:33.074 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:27:33.074 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:33.074 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:27:33.074 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:27:33.075 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:27:33.075 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:33.075 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:34.571 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:27:34.687 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:27:34.687 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.612s attempting to resolve any uninitialized derived attributes... 17:27:34.687 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:34.687 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:34.687 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:34.687 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s613ms [proxy update] 17:27:34.688 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:34.688 [pool-32-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 ~5s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.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 /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/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/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:27:35.970 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 6 s 411 ms 17:27:35.971 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4375951273271201970/test_getFiles[OrientDB] 17:27:35.975 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4375951273271201970/test_getFiles[OrientDB] 17:27:36.008 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:27:36.008 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:36.014 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:36.014 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:27:36.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:27:36 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getFiles[OrientDB]}} Storage 'plocal:/tmp/junit4375951273271201970/test_getFiles[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit8216659220099146779/test_getAllOfCountsSubtypes[OrientDB] Apr 30, 2023 5:27:36 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getAllOfCountsSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit8216659220099146779/test_getAllOfCountsSubtypes[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:27:36.702 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:27:36.704 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:36.704 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:27:36.704 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:36.704 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:36.705 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:27:36.705 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:27:36.705 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:27:36.705 [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! 17:27:36.705 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:36.706 [pool-33-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... 17:27:36.706 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 17:27:36.706 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 17:27:36.780 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:36.780 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:36.784 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:27:36.792 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:27:36.800 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:27:36.801 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:27:36.801 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 17:27:36.872 [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 17:27:36.872 [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 17:27:36.872 [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 17:27:36.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:27:36.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:27:36.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:27:36.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:27:36.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:27:36.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:27:36.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:27:36.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:27:36.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:27:36.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:27:36.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:27:36.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:27:36.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:27:36.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:27:36.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:27:36.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:27:36.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:27:36.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:27:36.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:27:36.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:27:36.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:27:36.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:27:36.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:27:36.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:27:36.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:27:36.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:27:36.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:27:36.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:27:36.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:27:36.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:27:36.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:27:36.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:27:36.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:27:36.877 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:27:36.877 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:27:36.877 [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 17:27:36.879 [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 17:27:36.879 [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 17:27:36.879 [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 17:27:37.208 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:27:37.208 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:37.306 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:37.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:37.309 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:37.375 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:37.377 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 17:27:37.377 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:37.377 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:37.386 [pool-33-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... 17:27:37.386 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:37.386 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:37.386 [pool-33-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... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:27:37.398 [pool-33-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 set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:27:37.469 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:27:37.469 [pool-33-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 17:27:37.478 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:27:37.478 [pool-33-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. 0s92ms [pure insertion] marking any relevant derived attributes for update...17:27:37.478 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:37.478 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:37.485 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:27:37.485 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:37.486 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:37.486 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:27:37.486 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:27:37.486 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:27:37.486 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:27:37.487 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:37.487 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:37.487 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:37.487 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:37.495 [pool-33-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... 17:27:37.495 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:37.495 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:37.495 [pool-33-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... 17:27:37.495 [pool-33-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 17:27:37.496 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:37.496 [pool-33-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 17:27:37.497 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:37.497 [pool-33-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:37.497 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:37.497 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:37.505 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:27:37.505 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:37.505 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:37.505 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:27:37.506 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:27:37.506 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:27:37.507 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:27:37.507 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:37.507 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:37.507 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:37.507 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:37.514 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:27:37.514 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:37.514 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:37.514 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:27:37.514 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:27:37.515 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:27:37.515 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:27:37.515 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:37.515 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:27:37.515 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:37.515 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:37.577 [pool-33-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... 17:27:37.577 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:37.577 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:37.577 [pool-33-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... 17:27:37.578 [pool-33-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 17:27:37.579 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:37.579 [pool-33-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 17:27:37.579 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:37.579 [pool-33-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:27:37.579 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:37.579 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:37.591 [pool-33-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... 17:27:37.591 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:37.591 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:37.591 [pool-33-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... 17:27:37.591 [pool-33-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 17:27:37.995 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 17:27:37.995 [pool-33-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 17:27:38.201 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:27:38.201 [pool-33-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. 0s610ms [pure insertion] marking any relevant derived attributes for update...17:27:38.201 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:38.201 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:38.273 [pool-33-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... 17:27:38.273 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:38.273 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:38.273 [pool-33-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... 17:27:38.274 [pool-33-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 17:27:38.852 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 17:27:38.853 [pool-33-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 17:27:39.079 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:27:39.079 [pool-33-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. 0s806ms [pure insertion] marking any relevant derived attributes for update...17:27:39.079 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:39.079 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:39.101 [pool-33-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... 17:27:39.102 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:39.102 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:39.102 [pool-33-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... 17:27:39.102 [pool-33-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 17:27:40.415 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~1sec) 17:27:40.415 [pool-33-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 17:27:40.682 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:27:40.682 [pool-33-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. 1s582ms [pure insertion] marking any relevant derived attributes for update...17:27:40.683 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:40.683 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:40.692 [pool-33-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... 17:27:40.692 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:40.692 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:40.692 [pool-33-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... 17:27:40.692 [pool-33-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 17:27:40.693 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:40.693 [pool-33-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 17:27:40.693 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:40.693 [pool-33-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:27:40.693 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:40.693 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:40.702 [pool-33-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... 17:27:40.702 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:40.702 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:40.702 [pool-33-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... 17:27:40.702 [pool-33-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 17:27:40.703 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:40.703 [pool-33-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 17:27:40.703 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:40.703 [pool-33-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:27:40.703 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:40.703 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:40.703 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:40.703 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:42.054 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:27:42.141 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:27:42.141 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.438s attempting to resolve any uninitialized derived attributes... 17:27:42.141 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:42.141 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:42.141 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:42.141 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s438ms [proxy update] 17:27:42.141 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:42.142 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~4s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/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/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:27:43.084 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 775 ms 17:27:43.085 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8216659220099146779/test_getAllOfCountsSubtypes[OrientDB] 17:27:43.089 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 17:27:43.090 [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); 17:27:43.092 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 17:27:43.092 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 17:27:43.100 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:27:43.126 [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) 17:27:43.126 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.034s 17:27:43.126 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 17:27:43.169 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8216659220099146779/test_getAllOfCountsSubtypes[OrientDB] 17:27:43.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 17:27:43.172 [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); 17:27:43.173 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 17:27:43.176 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:27:43.193 [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) 17:27:43.193 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.02s 17:27:43.193 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 17:27:43.200 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:43.205 [pool-33-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 17:27:43.205 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms 17:27:43.206 [pool-33-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8216659220099146779/test_getAllOfCountsSubtypes[OrientDB] 17:27:43.209 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:27:43.209 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:43.272 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:43.272 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:27:43.280 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:27:43 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_getAllOfCountsSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit8216659220099146779/test_getAllOfCountsSubtypes[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit16782093997077148714/test_addChild[OrientDB] Apr 30, 2023 5:27:43 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addChild[OrientDB]}} Storage 'plocal:/tmp/junit16782093997077148714/test_addChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:27:43.954 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:27:43.956 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:43.956 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:27:43.956 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:43.956 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:43.956 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:27:43.956 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:27:43.956 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:27:43.956 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:43.956 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:27:43.957 [pool-34-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! 17:27:43.957 [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 17:27:43.970 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 13 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 17:27:43.974 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:43.974 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:43.975 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:27:43.983 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:27:43.990 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:27:43.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:27:43.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:27:43.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:27:43.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:27:43.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:27:43.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:27:43.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:27:43.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:27:43.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:27:43.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:27:43.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:27:43.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:27:43.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:27:43.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:27:43.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:27:43.993 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:27:44.005 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:27:44.005 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:44.005 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 17:27:44.008 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:44.008 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:44.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 17:27:44.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 17:27:44.010 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:27:44.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 17:27:44.010 [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[] 17:27:44.010 [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 17:27:44.010 [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 17:27:44.010 [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 17:27:44.010 [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 17:27:44.010 [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 17:27:44.010 [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 17:27:44.010 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 17:27:44.010 [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 17:27:44.010 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 17:27:44.011 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 17:27:44.011 [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[] 17:27:44.011 [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 17:27:44.011 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 17:27:44.011 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 17:27:44.011 [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 17:27:44.011 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 17:27:44.011 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 17:27:44.011 [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 17:27:44.011 [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 17:27:44.011 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 17:27:44.011 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 17:27:44.011 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 17:27:44.011 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:27:44.011 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 17:27:44.011 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 17:27:44.011 [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 17:27:44.011 [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 17:27:44.011 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:27:44.011 [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 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 17:27:44.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 17:27:44.011 [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 17:27:44.011 [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 17:27:44.011 [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 17:27:44.011 [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 17:27:44.071 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:27:44.071 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:44.071 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 17:27:44.072 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:44.072 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:44.073 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:27:44.076 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:27:44.076 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:44.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit18396953224342839649/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:44.190 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:44.190 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:44.192 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:44.193 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:44.193 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:44.195 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:27:44.195 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:44.195 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:44.195 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:27:44.210 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:27:44.290 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:44.291 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:27:44.295 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:27:44.295 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s100ms [pure insertion] marking any relevant derived attributes for update...17:27:44.295 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:27:44.296 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:27:44.296 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:44.296 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:44.297 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:44.297 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:27:44.297 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:44.297 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:44.297 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:44.297 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:27:44.297 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:44.298 [pool-34-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 17:27:44.299 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 109 ms Copied ./resources/models/changed-trees/add-child.model over /tmp/junit18396953224342839649/tree.model 17:27:44.299 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:44.301 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:44.301 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:44.301 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:44.303 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:27:44.303 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:44.303 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:27:44.303 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:27:44.304 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:27:44.304 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 17:27:44.304 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 17:27:44.306 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 17:27:44.308 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 17:27:44.309 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:27:44.309 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 3 d elems 2 time ~0s validating changes... changed resource size: 3 relevant graph size: 3 validated changes... true 17:27:44.310 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:27:44.310 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:27:44.310 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:44.310 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:44.310 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:44.310 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:44.311 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:44.311 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:27:44.311 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:44.311 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:44.312 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:44.312 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 17:27:44.312 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:44.312 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model 17:27:44.313 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 14 ms 17:27:44.370 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:27:44.370 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit18396953224342839649/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:44.373 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:44.373 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:27:44.380 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:27:44 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addChild[OrientDB]}} Storage 'plocal:/tmp/junit16782093997077148714/test_addChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit16496728821233118638/test_addModel[OrientDB] Apr 30, 2023 5:27:44 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addModel[OrientDB]}} Storage 'plocal:/tmp/junit16496728821233118638/test_addModel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:27:44.926 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:27:44.928 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:44.928 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:27:44.928 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:44.928 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:44.928 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:27:44.928 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:27:44.928 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:27:44.929 [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! 17:27:44.929 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:44.929 [pool-35-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... 17:27:44.930 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 17:27:44.930 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 17:27:44.970 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:44.970 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:44.971 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:27:44.979 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:27:44.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:27:44.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:27:44.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:27:44.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:27:44.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:27:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:27:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:27:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:27:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:27:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:27:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:27:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:27:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:27:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:27:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:27:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:27:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:27:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:27:45.002 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:27:45.002 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:45.002 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 17:27:45.005 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:45.005 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:45.006 [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[] 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.006 [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 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 17:27:45.007 [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 17:27:45.007 [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 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 17:27:45.007 [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 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:27:45.007 [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 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 17:27:45.007 [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 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 17:27:45.007 [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 17:27:45.007 [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[] 17:27:45.007 [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 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 17:27:45.007 [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 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 17:27:45.007 [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 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 17:27:45.007 [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 17:27:45.007 [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 17:27:45.007 [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 17:27:45.007 [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 17:27:45.007 [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 17:27:45.007 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 17:27:45.007 [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 17:27:45.007 [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 17:27:45.007 [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 17:27:45.007 [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 17:27:45.013 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:27:45.013 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:45.013 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 17:27:45.014 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:45.014 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:45.014 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:27:45.017 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:27:45.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:45.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6324560274410610231/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:45.112 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:45.113 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:45.113 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:45.113 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:45.113 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:45.114 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:45.114 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:45.115 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:45.115 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:27:45.115 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:45.115 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:45.116 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:45.116 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 17:27:45.117 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:45.117 [pool-35-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 17:27:45.117 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms 17:27:45.117 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:45.118 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:45.118 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:45.118 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:45.120 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:27:45.120 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:45.120 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:45.120 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:27:45.130 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:27:45.176 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:45.176 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:27:45.179 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:27:45.179 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s59ms [pure insertion] marking any relevant derived attributes for update...17:27:45.179 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:45.179 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:45.179 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:45.179 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:45.180 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:45.180 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:27:45.180 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:45.180 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:45.180 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:45.180 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:27:45.180 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:45.181 [pool-35-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 17:27:45.181 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 64 ms 17:27:45.182 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:27:45.182 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6324560274410610231/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:45.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:45.184 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:27:45.191 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:27:45 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addModel[OrientDB]}} Storage 'plocal:/tmp/junit16496728821233118638/test_addModel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit12950833653620830405/test_renameRoot[OrientDB] Apr 30, 2023 5:27:45 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_renameRoot[OrientDB]}} Storage 'plocal:/tmp/junit12950833653620830405/test_renameRoot[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:27:45.719 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:27:45.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:45.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:27:45.722 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:45.722 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:45.722 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:27:45.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:27:45.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:27:45.723 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:27:45.723 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:27:45.723 [pool-36-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 17:27:45.724 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 17:27:45.724 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 17:27:45.728 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:45.728 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:45.729 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:27:45.736 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:27:45.769 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:27:45.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:27:45.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:27:45.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:27:45.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:27:45.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:27:45.783 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:27:45.783 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:45.783 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 17:27:45.785 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:45.785 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:45.787 [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 17:27:45.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 17:27:45.787 [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 17:27:45.787 [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 17:27:45.787 [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 17:27:45.787 [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 17:27:45.787 [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 17:27:45.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 17:27:45.787 [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 17:27:45.787 [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 17:27:45.787 [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 17:27:45.787 [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 17:27:45.787 [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 17:27:45.787 [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 17:27:45.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 17:27:45.787 [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 17:27:45.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 17:27:45.787 [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 17:27:45.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 17:27:45.787 [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 17:27:45.787 [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 17:27:45.787 [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 17:27:45.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:27:45.787 [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 17:27:45.787 [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 17:27:45.787 [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[] 17:27:45.787 [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 17:27:45.787 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 17:27:45.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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[] 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 17:27:45.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 17:27:45.788 [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 17:27:45.788 [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 17:27:45.788 [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 17:27:45.793 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:27:45.793 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:45.793 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 17:27:45.794 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:45.794 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:45.795 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:27:45.797 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:27:45.797 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:45.872 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3854317687547217715/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:45.874 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:45.875 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:45.876 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:45.877 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:45.877 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:45.878 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:27:45.878 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:45.878 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:45.878 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:27:45.888 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:27:45.900 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:45.900 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:27:45.903 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:27:45.903 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s25ms [pure insertion] marking any relevant derived attributes for update...17:27:45.903 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:45.903 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:45.903 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:45.903 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:45.904 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:45.904 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:27:45.904 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:45.904 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:45.904 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:45.904 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:27:45.904 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:45.904 [pool-36-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 17:27:45.905 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 30 ms Copied ./resources/models/changed-trees/rename-root.model over /tmp/junit3854317687547217715/tree.model 17:27:45.905 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:45.906 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:45.907 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:45.907 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:45.908 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:27:45.908 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:45.908 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:27:45.908 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:27:45.908 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:27:45.908 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 17:27:45.908 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 17:27:45.910 [pool-36-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...17:27:45.910 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:45.910 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:45.910 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:45.910 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:45.910 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:45.910 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:27:45.910 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:45.910 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:45.910 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:45.910 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:27:45.910 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:45.910 [pool-36-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 17:27:45.911 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms 17:27:45.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:27:45.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3854317687547217715/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:45.915 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:45.915 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:27:45.970 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:27:45 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_renameRoot[OrientDB]}} Storage 'plocal:/tmp/junit12950833653620830405/test_renameRoot[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit17679416837981913240/test_eContainer[OrientDB] Apr 30, 2023 5:27:46 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainer[OrientDB]}} Storage 'plocal:/tmp/junit17679416837981913240/test_eContainer[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:27:46.610 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:27:46.613 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:46.613 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:27:46.613 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:46.613 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:46.613 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:27:46.614 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:27:46.614 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:27:46.614 [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! 17:27:46.614 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:46.615 [pool-37-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 17:27:46.615 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:27:46.615 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 17:27:46.619 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:46.619 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:46.620 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:27:46.672 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:27:46.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:27:46.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:27:46.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:27:46.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:27:46.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:27:46.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:27:46.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:27:46.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:27:46.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:27:46.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:27:46.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:27:46.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:27:46.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:27:46.686 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:27:46.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:27:46.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:27:46.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:27:46.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:27:46.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:27:46.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:27:46.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:27:46.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:27:46.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:27:46.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:27:46.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:27:46.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:27:46.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:27:46.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:27:46.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:27:46.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:27:46.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:27:46.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:27:46.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:27:46.711 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:27:46.711 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:46.711 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 17:27:46.715 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:46.715 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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[] 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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[] 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.770 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.771 [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 17:27:46.772 [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 17:27:46.772 [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 17:27:46.772 [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 17:27:46.772 [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 17:27:46.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 17:27:46.776 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:27:46.776 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:46.776 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 17:27:46.777 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:46.777 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:46.778 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:27:46.781 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:27:46.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:46.874 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16720143406843039017/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:46.877 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:46.877 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:46.878 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:46.879 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:46.879 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:46.880 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:27:46.880 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:46.880 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:46.880 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:27:46.892 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:27:46.906 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:46.906 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:27:46.909 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:27:46.909 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s29ms [pure insertion] marking any relevant derived attributes for update...17:27:46.909 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:27:46.910 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:27:46.910 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:46.910 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:46.910 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:46.911 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:27:46.911 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:46.911 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:46.911 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:46.911 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:27:46.911 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:46.911 [pool-37-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 17:27:46.912 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 35 ms 17:27:46.914 [main] WARN org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - property: eContainer not found in metamodel for type: Tree 17:27:46.975 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:27:46.975 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16720143406843039017/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:46.977 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:46.977 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:27:46.983 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:27:46 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainer[OrientDB]}} Storage 'plocal:/tmp/junit17679416837981913240/test_eContainer[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit13370717482089648764/test_removeChild[OrientDB] Apr 30, 2023 5:27:47 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_removeChild[OrientDB]}} Storage 'plocal:/tmp/junit13370717482089648764/test_removeChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:27:47.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:27:47.527 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:47.527 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:27:47.527 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:47.527 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:47.527 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:27:47.527 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:27:47.527 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:27:47.527 [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! 17:27:47.527 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:47.528 [pool-38-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 17:27:47.528 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 17:27:47.528 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 17:27:47.532 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:47.532 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:47.533 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:27:47.540 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:27:47.540 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:27:47.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:27:47.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:27:47.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:27:47.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:27:47.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:27:47.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:27:47.547 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:27:47.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:27:47.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:27:47.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:27:47.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:27:47.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:27:47.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:27:47.570 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:27:47.571 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:27:47.571 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:27:47.571 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:27:47.571 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:27:47.583 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:27:47.583 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:47.583 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 17:27:47.586 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:47.586 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:47.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 17:27:47.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:27:47.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 17:27:47.587 [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 17:27:47.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:27:47.587 [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 17:27:47.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 17:27:47.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 17:27:47.587 [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 17:27:47.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 17:27:47.587 [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 17:27:47.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:27:47.587 [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 17:27:47.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 17:27:47.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 17:27:47.587 [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 17:27:47.587 [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 17:27:47.587 [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 17:27:47.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 17:27:47.587 [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 17:27:47.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 17:27:47.587 [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 17:27:47.588 [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 17:27:47.588 [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 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 17:27:47.588 [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 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 17:27:47.588 [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 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 17:27:47.588 [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 17:27:47.588 [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 17:27:47.588 [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[] 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:27:47.588 [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 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 17:27:47.588 [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 17:27:47.588 [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 17:27:47.588 [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 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 17:27:47.588 [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 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 17:27:47.588 [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 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 17:27:47.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 17:27:47.593 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:27:47.593 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:47.593 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 17:27:47.594 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:47.594 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:47.595 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:27:47.598 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:27:47.598 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:47.704 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4554499322724024591/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:47.706 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:47.706 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:47.708 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:47.710 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:47.710 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:47.711 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:27:47.711 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:47.711 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:47.711 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:27:47.724 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:27:47.782 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:47.782 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:27:47.785 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:27:47.785 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s74ms [pure insertion] marking any relevant derived attributes for update...17:27:47.785 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:47.785 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:47.785 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:47.785 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:47.786 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:47.786 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:27:47.786 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:47.786 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:47.786 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:47.786 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 17:27:47.787 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:47.787 [pool-38-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 17:27:47.787 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 81 ms Copied ./resources/models/changed-trees/remove-child.model over /tmp/junit4554499322724024591/tree.model 17:27:47.788 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:47.789 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:47.789 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:47.789 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:47.790 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:27:47.790 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:47.790 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:27:47.790 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 17:27:47.790 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:27:47.790 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 17:27:47.790 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 17:27:47.791 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s 17:27:47.793 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 17:27:47.794 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:27:47.794 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:27:47.794 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:27:47.794 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:27:47.794 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:47.794 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:47.794 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:47.794 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:47.795 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:47.795 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:27:47.795 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:47.796 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:47.796 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:47.796 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 17:27:47.796 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:47.796 [pool-38-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 17:27:47.797 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 9 ms 17:27:47.797 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:27:47.798 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4554499322724024591/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:47.800 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:47.800 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:27:47.807 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:27:47 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_removeChild[OrientDB]}} Storage 'plocal:/tmp/junit13370717482089648764/test_removeChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit6193774819533053273/test_renameChild[OrientDB] Apr 30, 2023 5:27:47 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_renameChild[OrientDB]}} Storage 'plocal:/tmp/junit6193774819533053273/test_renameChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:27:48.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:27:48.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:48.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:27:48.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:48.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:48.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:27:48.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:27:48.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:27:48.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:27:48.393 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:27:48.394 [pool-39-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 17:27:48.394 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:27:48.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 17:27:48.398 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:48.398 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:48.399 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:27:48.407 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:27:48.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:27:48.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:27:48.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:27:48.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:27:48.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:27:48.470 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:27:48.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:27:48.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:27:48.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:27:48.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:27:48.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:27:48.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:27:48.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:27:48.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:27:48.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:27:48.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:27:48.471 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:27:48.472 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:27:48.472 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:27:48.472 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:27:48.484 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:27:48.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:48.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 17:27:48.487 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:48.487 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:48.488 [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 17:27:48.488 [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 17:27:48.488 [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 17:27:48.488 [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 17:27:48.488 [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 17:27:48.488 [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 17:27:48.488 [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 17:27:48.488 [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 17:27:48.488 [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 17:27:48.488 [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 17:27:48.488 [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 17:27:48.488 [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[] 17:27:48.488 [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 17:27:48.488 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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[] 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.489 [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 17:27:48.494 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:27:48.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:48.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 17:27:48.495 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:48.495 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:48.496 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:27:48.499 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:27:48.499 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:48.592 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit10333829666404571531/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:48.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:48.595 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:48.597 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:48.598 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:48.598 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:48.598 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:27:48.599 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:48.599 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:48.599 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:27:48.609 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:27:48.623 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:48.623 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:27:48.626 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:27:48.626 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s28ms [pure insertion] marking any relevant derived attributes for update...17:27:48.626 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:48.626 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:48.626 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:48.626 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:48.627 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:48.627 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:27:48.627 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:48.627 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:48.627 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:48.627 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:27:48.627 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:48.627 [pool-39-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 17:27:48.628 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 33 ms Copied ./resources/models/changed-trees/rename-child.model over /tmp/junit10333829666404571531/tree.model 17:27:48.628 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:48.629 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:48.629 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:48.630 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:48.630 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:27:48.630 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:48.630 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:27:48.631 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:27:48.631 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:27:48.631 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 17:27:48.631 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 17:27:48.631 [pool-39-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...17:27:48.631 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 0s1ms 17:27:48.632 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:27:48.632 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:48.632 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:48.632 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:48.632 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:27:48.632 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:48.632 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:48.632 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:48.632 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:27:48.632 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:48.632 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model 17:27:48.633 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms 17:27:48.671 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:27:48.671 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit10333829666404571531/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:48.674 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:48.674 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:27:48.681 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:27:48 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_renameChild[OrientDB]}} Storage 'plocal:/tmp/junit6193774819533053273/test_renameChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit9025006523786737655/test_hawkProperties[OrientDB] Apr 30, 2023 5:27:48 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_hawkProperties[OrientDB]}} Storage 'plocal:/tmp/junit9025006523786737655/test_hawkProperties[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:27:49.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:27:49.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:49.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:27:49.194 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:49.194 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:49.194 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:27:49.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:27:49.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:27:49.195 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:49.195 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:27:49.195 [pool-40-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 17:27:49.195 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:27:49.196 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 17:27:49.199 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:49.199 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:49.200 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:27:49.208 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:27:49.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:27:49.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:27:49.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:27:49.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:27:49.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:27:49.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:27:49.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:27:49.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:27:49.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:27:49.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:27:49.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:27:49.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:27:49.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:27:49.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:27:49.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:27:49.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:27:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:27:49.229 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:27:49.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:49.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 17:27:49.232 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:49.232 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:49.233 [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 17:27:49.233 [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 17:27:49.233 [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 17:27:49.233 [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 17:27:49.233 [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 17:27:49.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 17:27:49.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 17:27:49.233 [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 17:27:49.233 [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 17:27:49.233 [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 17:27:49.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 17:27:49.233 [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 17:27:49.233 [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 17:27:49.233 [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 17:27:49.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 17:27:49.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 17:27:49.269 [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 17:27:49.269 [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 17:27:49.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 17:27:49.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 17:27:49.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 17:27:49.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 17:27:49.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 17:27:49.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 17:27:49.269 [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 17:27:49.269 [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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.270 [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[] 17:27:49.270 [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 17:27:49.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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.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 17:27:49.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 17:27:49.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 17:27:49.270 [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 17:27:49.270 [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[] 17:27:49.270 [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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.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 17:27:49.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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.270 [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 17:27:49.275 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:27:49.275 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:49.275 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 17:27:49.276 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:49.276 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:49.277 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:27:49.280 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:27:49.280 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:27:49.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3807037823454719573/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:49.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:49.371 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:49.373 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:49.374 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:49.374 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:49.375 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:27:49.375 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:49.375 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:49.375 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:27:49.385 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:27:49.397 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:27:49.398 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:27:49.400 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:27:49.400 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s26ms [pure insertion] marking any relevant derived attributes for update...17:27:49.400 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:49.400 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:49.400 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:49.400 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:49.401 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:27:49.401 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:27:49.401 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:49.401 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:49.401 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:49.401 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 17:27:49.402 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:49.402 [pool-40-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 17:27:49.402 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 31 ms 17:27:49.469 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:27:49.469 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3807037823454719573/:org.eclipse.hawk.localfolder.LocalFolder:false 17:27:49.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:49.472 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:27:49.478 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:27:49 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_hawkProperties[OrientDB]}} Storage 'plocal:/tmp/junit9025006523786737655/test_hawkProperties[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit17133535348616663454/test_upgradeModelProfileVersion[OrientDB] Apr 30, 2023 5:27:50 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_upgradeModelProfileVersion[OrientDB]}} Storage 'plocal:/tmp/junit17133535348616663454/test_upgradeModelProfileVersion[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:27:50.584 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:27:50.586 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:50.587 [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 17:27:51.169 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:51.169 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:51.277 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:27:51.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:27:51.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:27:51.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:27:51.286 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:27:51.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:27:51.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:27:51.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:27:51.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:27:51.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:27:51.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:27:51.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:27:51.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:27:51.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:27:51.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:27:51.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:27:51.298 [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 17:27:51.298 [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 17:27:51.300 [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 17:27:51.300 [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 17:27:51.300 [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 17:27:51.301 [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 17:27:51.301 [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 17:27:51.305 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 17:27:51.305 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 17:27:51.310 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 17:27:51.370 [main] 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 17:27:51.370 [main] 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 17:27:51.373 [main] 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 17:27:51.373 [main] 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 17:27:51.377 [main] 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 17:27:51.380 [main] 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 17:27:51.387 [main] 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 17:27:51.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 17:27:51.405 [main] 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 17:27:51.408 [main] 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 17:27:51.416 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 17:27:51.470 [main] 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 17:27:51.497 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 17:27:51.498 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 17:27:51.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 17:27:51.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 17:27:51.500 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 17:27:51.501 [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 17:27:51.501 [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 17:27:51.503 [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 17:27:51.503 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:27:51.504 [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 17:27:51.504 [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 17:27:51.511 [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 17:27:51.511 [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 17:27:51.511 [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 17:27:51.513 [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 17:27:51.513 [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 17:27:51.514 [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 17:27:51.514 [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 17:27:51.514 [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 17:27:51.514 [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 17:27:51.514 [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 17:27:51.515 [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 17:27:51.572 [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 17:27:51.572 [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 17:27:51.574 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:27:51.574 [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 17:27:51.575 [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 17:27:51.575 [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 17:27:51.575 [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 17:27:51.577 [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 17:27:51.577 [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 17:27:51.577 [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 17:27:51.577 [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 17:27:51.577 [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 17:27:51.577 [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 17:27:51.577 [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 17:27:51.577 [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 17:27:51.577 [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 17:27:51.577 [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 17:27:51.577 [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 17:27:51.577 [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 17:27:51.577 [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[] 17:27:51.577 [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 17:27:51.577 [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 17:27:51.577 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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[] 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.578 [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 17:27:51.579 [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 17:27:51.579 [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 17:27:51.579 [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 17:27:51.579 [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 17:27:51.579 [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 17:27:51.579 [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 17:27:51.579 [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 17:27:51.579 [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 17:27:51.579 [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 17:27:51.580 [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 17:27:51.580 [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 17:27:51.580 [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 17:27:51.580 [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 17:27:51.582 [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 17:27:56.699 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~5 sec) inserting static metamodels complete 17:27:56.700 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:27:56.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:27:56.788 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:27:56.788 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:56.788 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:27:56.788 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:27:56.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:27:56.978 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:56.978 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:56.979 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:56.981 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:56.981 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:56.984 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:27:56.984 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:56.985 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:56.985 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:27:57.000 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:27:57.074 [pool-41-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:27:57.400 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:27:57.400 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:27:57.589 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:27:57.589 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s605ms [pure insertion] marking any relevant derived attributes for update...17:27:57.589 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:57.589 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:57.679 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:27:57.679 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:57.679 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:57.679 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:27:57.680 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:27:57.775 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:27:57.775 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:27:57.788 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:27:57.788 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s109ms [pure insertion] marking any relevant derived attributes for update...17:27:57.788 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:57.788 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:57.791 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:27:57.791 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:57.791 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:57.791 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:27:57.792 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:27:58.007 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:27:58.007 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:27:58.112 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:27:58.112 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s321ms [pure insertion] marking any relevant derived attributes for update...17:27:58.112 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:58.112 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:58.170 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:27:58.170 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:58.170 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:58.170 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:27:58.171 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:27:58.302 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:27:58.302 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:27:58.306 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:27:58.306 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s136ms [pure insertion] marking any relevant derived attributes for update...17:27:58.306 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:58.306 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:58.306 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:58.306 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:58.505 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:27:58.505 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:27:58.505 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.199s attempting to resolve any uninitialized derived attributes... 17:27:58.505 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:58.505 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:58.506 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:58.506 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s200ms [proxy update] 17:27:58.506 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:58.506 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:27:58.506 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 528 ms 17:27:58.506 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store 17:27:58.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:58.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:27:58.570 [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 17:27:58.570 [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 17:27:58.572 [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 17:27:58.572 [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 17:27:58.574 [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 17:27:58.575 [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 17:27:58.575 [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 17:27:58.576 [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 17:27:58.589 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 17:27:58.590 [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) 17:27:58.697 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit12020533806349841926/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:27:58.699 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:58.700 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:58.700 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:58.700 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:58.700 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:58.700 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:58.700 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:58.701 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:27:58.701 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:27:58.701 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:27:58.701 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:58.701 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:58.701 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:58.701 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:27:58.701 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:58.703 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:58.703 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:58.703 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:58.709 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 17:27:58.709 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:58.709 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:27:58.709 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 17:27:58.710 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 17:27:58.794 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 17:27:58.794 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 17:27:58.803 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:27:58.803 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...17:27:58.803 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:58.803 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:58.803 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:58.803 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:58.809 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 17:27:58.810 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 17:27:58.810 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 17:27:58.810 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:58.810 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:58.810 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:58.810 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 17:27:58.810 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:58.810 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:27:58.810 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 110 ms 17:27:58.889 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:27:58.890 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:27:58.891 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:27:58.891 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:27:58.896 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 17:27:58.896 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:27:58.897 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 17:27:58.908 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 17:27:58.908 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:27:58.908 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /model.uml... 17:27:58.908 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 17:27:58.974 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.066s 17:27:58.981 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 17:27:59.008 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 17:27:59.008 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 17:27:59.011 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:27:59.011 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /model.uml. 0s115ms [pure insertion] marking any relevant derived attributes for update...17:27:59.011 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:27:59.011 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:27:59.012 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:27:59.012 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:27:59.070 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 17:27:59.070 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 17:27:59.070 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.058s attempting to resolve any uninitialized derived attributes... 17:27:59.070 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:27:59.070 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:27:59.070 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:27:59.070 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s59ms [proxy update] 17:27:59.071 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:27:59.071 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:27:59.071 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 182 ms 17:27:59.081 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:27:59.081 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit12020533806349841926/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:27:59.084 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:59.084 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:27:59.180 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:27:59 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_upgradeModelProfileVersion[OrientDB]}} Storage 'plocal:/tmp/junit17133535348616663454/test_upgradeModelProfileVersion[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit13180155004326802163/test_stereotypeAsModel[OrientDB] Apr 30, 2023 5:27:59 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_stereotypeAsModel[OrientDB]}} Storage 'plocal:/tmp/junit13180155004326802163/test_stereotypeAsModel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:27:59.890 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:27:59.894 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:27:59.894 [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 17:27:59.981 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:27:59.981 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:28:00.004 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:28:00.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:28:00.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:28:00.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:28:00.071 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:28:00.080 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:28:00.080 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:28:00.081 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:28:00.081 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:28:00.081 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:28:00.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:28:00.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:28:00.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:28:00.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:28:00.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:28:00.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:28:00.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:28:00.082 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:28:00.083 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:28:00.086 [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 17:28:00.086 [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 17:28:00.086 [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 17:28:00.087 [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 17:28:00.088 [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 17:28:00.090 [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 17:28:00.090 [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 17:28:00.090 [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 17:28:00.091 [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 17:28:00.091 [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 17:28:00.093 [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 17:28:00.093 [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 17:28:00.099 [main] 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 17:28:00.101 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 17:28:00.102 [main] 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 17:28:00.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 17:28:00.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 17:28:00.111 [main] 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 17:28:00.116 [main] 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 17:28:00.179 [main] 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 17:28:00.200 [main] 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 17:28:00.203 [main] 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 17:28:00.208 [main] 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 17:28:00.217 [main] 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 17:28: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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 17:28:00.301 [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 17:28:00.301 [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 17:28:00.304 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:00.304 [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 17:28:00.304 [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 17:28:00.305 [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 17:28:00.307 [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 17:28:00.307 [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 17:28:00.307 [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 17:28:00.307 [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 17:28:00.307 [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 17:28:00.307 [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 17:28:00.311 [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 17:28:00.311 [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 17:28:00.313 [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 17:28:00.313 [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 17:28:00.313 [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 17:28:00.313 [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 17:28:00.313 [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 17:28:00.313 [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 17:28:00.313 [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 17:28:00.313 [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 17:28:00.313 [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 17:28:00.313 [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 17:28:00.313 [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 17:28:00.313 [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 17:28:00.313 [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[] 17:28:00.313 [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 17:28:00.313 [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 17:28:00.313 [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 17:28:00.313 [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 17:28:00.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 17:28:00.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 17:28:00.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 17:28:00.314 [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 17:28:00.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 17:28:00.314 [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 17:28:00.314 [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 17:28:00.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 17:28:00.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 17:28:00.314 [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 17:28:00.314 [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 17:28:00.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 17:28:00.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 17:28:00.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 17:28:00.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 17:28:00.314 [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 17:28:00.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 17:28:00.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[] 17:28:00.314 [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 17:28:00.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 17:28:00.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 17:28:00.314 [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 17:28:00.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 17:28:00.314 [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 17:28:00.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 17:28:00.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 17:28:00.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 17:28:00.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 17:28:00.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 17:28:00.314 [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 17:28:00.314 [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 17:28:00.314 [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 17:28:00.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 17:28:00.314 [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 17:28:00.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 17:28:00.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 17:28:00.314 [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 17:28:00.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 17:28:00.314 [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 17:28:00.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 17:28:00.314 [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 17:28:00.314 [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 17:28:00.315 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:00.315 [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 17:28:00.315 [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 17:28:00.369 [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 17:28:00.369 [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 17:28:00.371 [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 17:28:00.371 [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 17:28:00.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 17:28:00.372 [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 17:28:00.372 [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 17:28:00.375 [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 17:28:00.375 [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 17:28:00.377 [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 17:28:00.377 [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 17:28:00.377 [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 17:28:00.377 [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 17:28:00.377 [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 17:28:05.287 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~5 sec) inserting static metamodels complete 17:28:05.287 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:28:05.304 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:28:05.304 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:28:05.305 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:05.305 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:05.305 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:28:05.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:28:05.402 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:05.402 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:05.402 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:05.404 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:05.404 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:05.405 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:28:05.405 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:05.405 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:05.405 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:28:05.480 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:28:05.600 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:28:05.600 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:28:05.683 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:28:05.683 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s278ms [pure insertion] marking any relevant derived attributes for update...17:28:05.683 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:05.683 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:05.685 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:28:05.685 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:05.685 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:05.685 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:28:05.686 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:28:05.872 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:28:05.873 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:28:05.902 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:28:05.902 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s217ms [pure insertion] marking any relevant derived attributes for update...17:28:05.902 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:05.902 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:05.978 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:28:05.978 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:05.978 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:05.979 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:28:05.979 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:28:06.012 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:28:06.012 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:28:06.079 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:28:06.079 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s101ms [pure insertion] marking any relevant derived attributes for update...17:28:06.079 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:06.079 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:06.082 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:28:06.082 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:06.082 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:06.082 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:28:06.082 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:28:06.290 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:28:06.290 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:28:06.384 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:28:06.384 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s302ms [pure insertion] marking any relevant derived attributes for update...17:28:06.384 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:06.384 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:06.385 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:06.385 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:06.501 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:28:06.502 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:28:06.502 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.117s attempting to resolve any uninitialized derived attributes... 17:28:06.502 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:06.502 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:06.502 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:28:06.502 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s117ms [proxy update] 17:28:06.502 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:06.502 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:06.502 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 100 ms 17:28:06.591 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_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 17:28:06.594 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:06.594 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:06.596 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:06.597 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:06.597 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:06.600 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 17:28:06.600 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:06.600 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:06.600 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 17:28:06.600 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.profile.uml 17:28:07.376 [pool-42-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 17:28:07.390 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 17:28:07.390 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.profile.uml 17:28:07.672 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 17:28:07.672 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 1s72ms [pure insertion] marking any relevant derived attributes for update...17:28:07.672 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:07.672 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:07.673 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:07.673 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:07.692 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 17:28:07.699 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs 17:28:07.700 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.027s attempting to resolve any uninitialized derived attributes... 17:28:07.700 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:07.700 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:07.700 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:28:07.700 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s27ms [proxy update] 17:28:07.700 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:07.700 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:07.700 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 106 ms 17:28:07.708 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:28:07.708 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_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 17:28:07.711 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:07.711 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:28:07.790 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:28:07 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_stereotypeAsModel[OrientDB]}} Storage 'plocal:/tmp/junit13180155004326802163/test_stereotypeAsModel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit17786210531201070130/test_localfolderCrosslinks[OrientDB] Apr 30, 2023 5:28:07 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_localfolderCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit17786210531201070130/test_localfolderCrosslinks[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:28:08.684 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:28:08.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:08.686 [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 17:28:08.775 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:28:08.775 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:28:08.794 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:28:08.804 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:28:08.811 [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 17:28:08.812 [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 17:28:08.869 [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 17:28:08.869 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:08.869 [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 17:28:08.870 [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 17:28:08.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:28:08.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:28:08.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:28:08.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:28:08.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:28:08.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:28:08.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:28:08.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:28:08.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:28:08.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:28:08.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:28:08.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:28:08.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:28:08.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:28:08.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:28:08.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:28:08.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:28:08.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:28:08.877 [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 17:28:08.877 [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 17:28:08.878 [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 17:28:08.879 [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 17:28:08.879 [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 17:28:08.881 [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 17:28:08.881 [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 17:28:08.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 17:28:08.888 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 17:28:08.889 [main] 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 17:28:08.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 17:28:08.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 17:28:08.897 [main] 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 17:28:08.901 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 17:28:08.909 [main] 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 17:28:08.981 [main] 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 17:28:08.985 [main] 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 17:28:08.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 17:28:08.999 [main] 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 17:28:09.002 [main] 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 17:28:09.089 [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 17:28:09.090 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:09.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 17:28:09.090 [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 17:28:09.092 [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 17:28:09.093 [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 17:28:09.093 [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 17:28:09.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 17:28:09.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 17:28:09.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 17:28:09.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 17:28:09.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 17:28:09.095 [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 17:28:09.099 [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 17:28:09.099 [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 17:28:09.101 [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 17:28:09.101 [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 17:28:09.102 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 17:28:09.103 [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 17:28:09.103 [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 17:28:09.104 [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 17:28:09.104 [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 17:28:09.104 [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 17:28:09.104 [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 17:28:09.104 [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 17:28:09.104 [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 17:28:09.104 [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 17:28:09.104 [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 17:28:09.105 [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 17:28:09.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 17:28:09.105 [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 17:28:09.105 [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 17:28:09.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 17:28:09.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 17:28:09.105 [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 17:28:09.105 [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 17:28:09.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 17:28:09.105 [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 17:28:09.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 17:28:09.105 [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 17:28:09.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 17:28:09.105 [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 17:28:09.105 [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 17:28:09.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 17:28:09.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:28:09.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 17:28:09.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 17:28:09.105 [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 17:28:09.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 17:28:09.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:28:09.105 [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 17:28:09.105 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 17:28:09.106 [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 17:28:09.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 17:28:09.106 [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[] 17:28:09.106 [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 17:28:09.106 [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 17:28:09.106 [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 17:28:09.106 [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 17:28:09.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 17:28:09.106 [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 17:28:09.106 [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 17:28:09.106 [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 17:28:09.106 [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 17:28:09.106 [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 17:28:09.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 17:28:09.106 [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 17:28:09.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 17:28:09.106 [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 17:28:09.106 [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 17:28:09.106 [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 17:28:09.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 17:28:09.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 17:28:09.106 [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 17:28:09.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 17:28:09.106 [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 17:28:09.106 [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 17:28:09.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 17:28:09.106 [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 17:28:09.107 [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 17:28:09.107 [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 17:28:09.108 [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 17:28:09.108 [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 17:28:09.108 [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 17:28:09.110 [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 17:28:09.110 [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 17:28:09.110 [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 17:28:09.111 [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 17:28:09.112 [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 17:28:13.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~4 sec) inserting static metamodels complete 17:28:13.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:28:13.377 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:28:13.378 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:13.378 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:28:13.378 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:13.378 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:28:13.407 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:28:13.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:13.472 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:13.472 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:13.474 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:13.474 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:13.477 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:28:13.477 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:13.477 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:13.477 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:28:13.497 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:28:13.687 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:28:13.687 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:28:13.806 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:28:13.807 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s331ms [pure insertion] marking any relevant derived attributes for update...17:28:13.807 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:13.807 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:13.810 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:28:13.810 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:13.810 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:13.810 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:28:13.811 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:28:14.002 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:28:14.002 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:28:14.102 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:28:14.102 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s292ms [pure insertion] marking any relevant derived attributes for update...17:28:14.102 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:14.102 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:14.186 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:28:14.187 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:14.187 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:14.187 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:28:14.187 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:28:14.277 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:28:14.277 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:28:14.287 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:28:14.287 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s101ms [pure insertion] marking any relevant derived attributes for update...17:28:14.287 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:14.287 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:14.289 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:28:14.289 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:14.289 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:14.289 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:28:14.289 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:28:14.386 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:28:14.386 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:28:14.389 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:28:14.389 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s100ms [pure insertion] marking any relevant derived attributes for update...17:28:14.389 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:14.389 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:14.390 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:14.390 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:14.499 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:28:14.500 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:28:14.500 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.11s attempting to resolve any uninitialized derived attributes... 17:28:14.500 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:14.500 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:14.500 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:28:14.500 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s110ms [proxy update] 17:28:14.500 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:14.500 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:14.500 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 28 ms 17:28:14.595 [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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false 17:28:14.597 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:14.597 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:14.601 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:14.601 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:14.601 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:14.602 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 17:28:14.602 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:14.602 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:14.602 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 17:28:14.603 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 17:28:14.708 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 17:28:14.708 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 17:28:14.773 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 17:28:14.773 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s171ms [pure insertion] marking any relevant derived attributes for update...17:28:14.773 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:14.773 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:14.775 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 17:28:14.775 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:14.775 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:14.775 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 17:28:14.775 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 17:28:14.879 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 17:28:14.879 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 17:28:14.882 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:28:14.882 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s107ms [pure insertion] marking any relevant derived attributes for update...17:28:14.882 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:14.882 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:14.882 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:14.882 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:14.889 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 17:28:14.975 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 17:28:14.975 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.093s attempting to resolve any uninitialized derived attributes... 17:28:14.975 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:14.975 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:14.975 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:28:14.975 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s93ms [proxy update] 17:28:14.975 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:14.975 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:14.975 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 378 ms 17:28:14.976 [pool-43-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17786210531201070130/test_localfolderCrosslinks[OrientDB] 17:28:14.984 [pool-43-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17786210531201070130/test_localfolderCrosslinks[OrientDB] 17:28:14.988 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:28:14.988 [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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false 17:28:14.991 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:14.991 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:28:15.069 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:28:15 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_localfolderCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit17786210531201070130/test_localfolderCrosslinks[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit3062967137722269826/test_zoo[OrientDB] Apr 30, 2023 5:28:15 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit3062967137722269826/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:28:15.746 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:28:15.749 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:15.749 [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 17:28:15.794 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:28:15.794 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:28:15.870 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:28:15.880 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:28:15.887 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:15.887 [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 17:28:15.887 [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 17:28:15.888 [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 17:28:15.890 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:15.890 [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 17:28:15.890 [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 17:28:15.890 [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 17:28:15.891 [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 17:28:15.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:28:15.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:28:15.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:28:15.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:28:15.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:28:15.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:28:15.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:28:15.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:28:15.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:28:15.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:28:15.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:28:15.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:28:15.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:28:15.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:28:15.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:28:15.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:28:15.895 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:28:15.896 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:28:15.897 [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 17:28:15.897 [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 17:28:15.897 [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 17:28:15.898 [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 17:28:15.898 [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 17:28:15.900 [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 17:28:15.900 [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 17:28:15.901 [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 17:28:15.901 [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 17:28:15.901 [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 17:28:15.903 [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 17:28:15.903 [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 17:28:15.905 [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 17:28:15.905 [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 17:28:15.905 [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 17:28:15.905 [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 17:28:15.906 [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 17:28:15.909 [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 17:28:15.909 [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 17:28:15.911 [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 17:28:15.911 [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 17:28:15.913 [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 17:28:15.914 [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 17:28:15.973 [main] 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 17:28:15.974 [main] 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 17:28:15.975 [main] 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 17:28:15.978 [main] 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 17:28:15.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 17:28:15.982 [main] 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 17:28:15.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 17:28:15.995 [main] 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 17:28:16.177 [main] 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 17:28:16.179 [main] 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 17:28:16.182 [main] 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 17:28:16.189 [main] 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 17:28:16.191 [main] 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 17:28:16.216 [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 17:28:16.217 [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 17:28:16.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 17:28:16.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 17:28:16.269 [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 17:28:16.271 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 17:28:16.271 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 17:28:16.271 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 17:28:16.271 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 17:28:16.271 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 17:28:16.272 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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[] 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.275 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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[] 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:16.276 [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 17:28:20.205 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~4 sec) inserting static metamodels complete 17:28:20.206 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:28:20.275 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:28:20.275 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:20.276 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:28:20.277 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:20.277 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:28:20.307 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:28:20.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:20.312 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:20.312 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:20.314 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:20.314 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:20.370 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:28:20.370 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:20.370 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:20.370 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:28:20.402 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:28:20.589 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:28:20.589 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:28:20.697 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:28:20.697 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s327ms [pure insertion] marking any relevant derived attributes for update...17:28:20.697 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:20.697 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:20.778 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:28:20.778 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:20.778 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:20.778 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:28:20.778 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:28:20.810 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:28:20.810 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:28:20.875 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:28:20.875 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s97ms [pure insertion] marking any relevant derived attributes for update...17:28:20.875 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:20.875 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:20.878 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:28:20.878 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:20.878 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:20.878 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:28:20.878 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:28:21.069 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:28:21.069 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:28:21.106 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:28:21.106 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s228ms [pure insertion] marking any relevant derived attributes for update...17:28:21.106 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:21.106 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:21.109 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:28:21.109 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:21.109 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:21.109 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:28:21.109 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:28:21.269 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:28:21.270 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:28:21.272 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:28:21.272 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s163ms [pure insertion] marking any relevant derived attributes for update...17:28:21.272 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:28:21.273 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:28:21.273 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:21.273 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:21.498 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:28:21.498 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:28:21.498 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.225s attempting to resolve any uninitialized derived attributes... 17:28:21.498 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:21.498 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:21.498 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:28:21.498 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s226ms [proxy update] 17:28:21.499 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:21.499 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:21.499 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 187 ms 17:28:21.587 [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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 17:28:21.589 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:21.589 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:21.592 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:21.592 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:21.592 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:21.594 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 17:28:21.594 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:21.594 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:21.594 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 17:28:21.594 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 17:28:21.623 [pool-44-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 17:28:21.670 [pool-44-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 17:28:21.670 [pool-44-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 17:28:21.679 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 17:28:21.679 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 17:28:21.710 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 17:28:21.710 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s116ms [pure insertion] marking any relevant derived attributes for update...17:28:21.710 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:21.710 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:21.711 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:21.711 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:21.781 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 17:28:21.787 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs 17:28:21.787 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.076s attempting to resolve any uninitialized derived attributes... 17:28:21.787 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:21.787 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:21.787 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:28:21.787 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s76ms [proxy update] 17:28:21.787 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:21.787 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:21.787 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 198 ms 17:28:21.801 [pool-44-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3062967137722269826/test_zoo[OrientDB] 17:28:21.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:28:21.871 [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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 17:28:21.873 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:21.873 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:28:21.919 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:28:21 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit3062967137722269826/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit18147958422793915023/test_indexLibraries[OrientDB] Apr 30, 2023 5:28:22 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_indexLibraries[OrientDB]}} Storage 'plocal:/tmp/junit18147958422793915023/test_indexLibraries[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:28:22.467 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:28:22.469 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:22.469 [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 17:28:22.500 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:28:22.500 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:28:22.575 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:28:22.583 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:28:22.590 [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 17:28:22.590 [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 17:28:22.592 [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 17:28:22.592 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:22.593 [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 17:28:22.593 [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 17:28:22.594 [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 17:28:22.595 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 17:28:22.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:28:22.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:28:22.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:28:22.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:28:22.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:28:22.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:28:22.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:28:22.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:28:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:28:22.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:28:22.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:28:22.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:28:22.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:28:22.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:28:22.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:28:22.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:28:22.601 [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 17:28:22.601 [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 17:28:22.601 [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 17:28:22.601 [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 17:28:22.602 [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 17:28:22.604 [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 17:28:22.604 [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 17:28:22.606 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:22.606 [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 17:28:22.606 [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 17:28:22.606 [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 17:28:22.607 [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 17:28:22.608 [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 17:28:22.608 [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 17:28:22.613 [main] 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 17:28:22.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::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 17:28:22.669 [main] 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 17:28:22.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 17:28:22.672 [main] 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 17:28:22.675 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 17:28:22.678 [main] 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 17:28:22.685 [main] 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 17:28:22.698 [main] 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 17:28:22.701 [main] 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 17:28:22.704 [main] 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 17:28:22.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 17:28:22.713 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 17:28:22.791 [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 17:28:22.791 [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 17:28:22.792 [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 17:28:22.792 [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 17:28:22.792 [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 17:28:22.794 [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 17:28:22.794 [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 17:28:22.794 [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 17:28:22.794 [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 17:28:22.794 [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 17:28:22.794 [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 17:28:22.798 [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 17:28:22.798 [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 17:28:22.798 [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 17:28:22.798 [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 17:28:22.799 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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[] 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.801 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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[] 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.802 [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 17:28:22.803 [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 17:28:22.803 [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 17:28:22.803 [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 17:28:22.803 [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 17:28:22.804 [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 17:28:27.087 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~4 sec) inserting static metamodels complete 17:28:27.087 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:28:27.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:28:27.106 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:27.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:28:27.106 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:27.107 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:28:27.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:28:27.195 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:27.195 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:27.195 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:27.197 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:27.197 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:27.200 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:28:27.201 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:27.201 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:27.201 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:28:27.273 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:28:27.514 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:28:27.514 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:28:27.692 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:28:27.692 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s492ms [pure insertion] marking any relevant derived attributes for update...17:28:27.692 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:28:27.693 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:28:27.696 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:28:27.696 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:27.696 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:27.696 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:28:27.696 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:28:27.800 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:28:27.800 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:28:27.803 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:28:27.803 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s107ms [pure insertion] marking any relevant derived attributes for update...17:28:27.803 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:27.803 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:27.878 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:28:27.878 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:27.878 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:27.878 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:28:27.879 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:28:27.910 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:28:27.910 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:28:27.978 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:28:27.978 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s100ms [pure insertion] marking any relevant derived attributes for update...17:28:27.978 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:27.978 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:27.981 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:28:27.981 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:27.981 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:27.981 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:28:27.981 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:28:28.172 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:28:28.172 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:28:28.281 [pool-45-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:28:28.281 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s300ms [pure insertion] marking any relevant derived attributes for update...17:28:28.281 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:28.281 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:28.283 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:28.283 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:28.405 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:28:28.405 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:28:28.405 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.122s attempting to resolve any uninitialized derived attributes... 17:28:28.405 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:28.405 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:28.406 [pool-45-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:28:28.406 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s123ms [proxy update] 17:28:28.406 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:28.406 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:28.406 [pool-45-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 211 ms 17:28:28.476 [main] DEBUG org.eclipse.hawk.epsilon.emc.pgetters.GraphPropertyGetter - Precomputed target type of base_Package: OrientNode [#13:363] 17:28:28.480 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:28:28.480 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:28:28.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:28.484 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:28:28.576 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:28:28 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_indexLibraries[OrientDB]}} Storage 'plocal:/tmp/junit18147958422793915023/test_indexLibraries[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit16643160342428479497/test_customProfileV4[OrientDB] Apr 30, 2023 5:28:28 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_customProfileV4[OrientDB]}} Storage 'plocal:/tmp/junit16643160342428479497/test_customProfileV4[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:28:29.442 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:28:29.445 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:29.445 [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 17:28:29.498 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:28:29.498 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:28:29.517 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:28:29.579 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:28:29.587 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:29.587 [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 17:28:29.587 [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 17:28:29.588 [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 17:28:29.590 [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 17:28:29.590 [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 17:28:29.592 [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 17:28:29.592 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:29.592 [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 17:28:29.593 [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 17:28:29.593 [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 17:28:29.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:28:29.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:28:29.595 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:28:29.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:28:29.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:28:29.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:28:29.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:28:29.596 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:28:29.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:28:29.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:28:29.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:28:29.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:28:29.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:28:29.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:28:29.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:28:29.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:28:29.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:28:29.599 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:28:29.600 [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 17:28:29.600 [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 17:28:29.601 [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 17:28:29.601 [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 17:28:29.602 [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 17:28:29.604 [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 17:28:29.604 [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 17:28:29.606 [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 17:28:29.606 [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 17:28:29.606 [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 17:28:29.606 [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 17:28:29.607 [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 17:28:29.609 [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 17:28:29.609 [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 17:28:29.615 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 17:28:29.670 [main] 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 17:28:29.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 17:28:29.673 [main] 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 17:28:29.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 17:28:29.678 [main] 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 17:28:29.681 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 17:28:29.690 [main] 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 17:28:29.708 [main] 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 17:28:29.711 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 17:28:29.715 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 17:28:29.776 [main] 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 17:28:29.778 [main] 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 17:28:29.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 17:28:29.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 17:28:29.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 17:28:29.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 17:28:29.810 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 17:28:29.810 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 17:28:29.813 [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 17:28:29.814 [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 17:28:29.815 [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 17:28:29.815 [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 17:28:29.816 [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 17:28:29.817 [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 17:28:29.817 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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[] 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.870 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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[] 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.871 [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 17:28:29.872 [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 17:28:29.872 [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 17:28:29.873 [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 17:28:29.873 [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 17:28:29.874 [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 17:28:35.680 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~6 sec) inserting static metamodels complete 17:28:35.680 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:28:35.694 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:28:35.695 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:28:35.695 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:35.695 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:35.695 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:28:35.775 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:28:35.778 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:35.778 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:35.778 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:35.780 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:35.780 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:35.781 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:28:35.782 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:35.782 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:35.782 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:28:35.800 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:28:35.981 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:28:35.981 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:28:36.015 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:28:36.015 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s234ms [pure insertion] marking any relevant derived attributes for update...17:28:36.015 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:36.015 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:36.071 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:28:36.071 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:36.071 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:36.071 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:28:36.071 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:28:36.210 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:28:36.211 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:28:36.306 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:28:36.306 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s235ms [pure insertion] marking any relevant derived attributes for update...17:28:36.306 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:36.306 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:36.309 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:28:36.309 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:36.309 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:36.309 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:28:36.309 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:28:36.496 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:28:36.496 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:28:36.587 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:28:36.587 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s278ms [pure insertion] marking any relevant derived attributes for update...17:28:36.587 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:36.587 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:36.609 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:28:36.609 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:36.609 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:36.609 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:28:36.609 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:28:36.697 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:28:36.697 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:28:36.779 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:28:36.779 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s170ms [pure insertion] marking any relevant derived attributes for update...17:28:36.779 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:36.779 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:36.779 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:36.779 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:36.908 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:28:36.908 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:28:36.908 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.129s attempting to resolve any uninitialized derived attributes... 17:28:36.908 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:36.908 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:36.908 [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... 17:28:36.908 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s130ms [proxy update] 17:28:36.909 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:36.909 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:36.909 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 131 ms 17:28:36.909 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store 17:28:36.912 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:28:36.912 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:28:36.915 [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 17:28:36.916 [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 17:28:36.917 [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 17:28:36.917 [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 17:28:36.918 [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 17:28:36.918 [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 17:28:36.920 [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 17:28:36.921 [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 17:28:36.969 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 17:28:36.969 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:28:37.007 [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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false 17:28:37.010 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:37.010 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:37.011 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:37.011 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:37.011 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:37.011 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:37.011 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:37.012 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:28:37.012 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:28:37.012 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:28:37.012 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:37.012 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:37.012 [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... 17:28:37.012 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:28:37.012 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:37.014 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:37.014 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:37.014 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:37.072 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 17:28:37.072 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:37.072 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:37.072 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 17:28:37.072 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 17:28:37.099 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 17:28:37.099 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 17:28:37.106 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:28:37.106 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s34ms [pure insertion] marking any relevant derived attributes for update...17:28:37.106 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:37.106 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:37.106 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:37.106 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:37.111 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 17:28:37.112 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 17:28:37.112 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 17:28:37.112 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:37.112 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:37.112 [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... 17:28:37.112 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 17:28:37.112 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:37.112 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:37.112 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 102 ms 17:28:37.179 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:28:37.179 [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_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false 17:28:37.183 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:37.183 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:28:37.275 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:28:37 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_customProfileV4[OrientDB]}} Storage 'plocal:/tmp/junit16643160342428479497/test_customProfileV4[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit11312233551525801476/test_customProfileV5[OrientDB] Apr 30, 2023 5:28:37 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_customProfileV5[OrientDB]}} Storage 'plocal:/tmp/junit11312233551525801476/test_customProfileV5[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:28:38.050 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:28:38.052 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:38.052 [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 17:28:38.092 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:28:38.092 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:28:38.107 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:28:38.116 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:28:38.175 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:38.175 [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 17:28:38.176 [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 17:28:38.177 [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 17:28:38.178 [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 17:28:38.179 [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 17:28:38.179 [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 17:28:38.180 [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 17:28:38.180 [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 17:28:38.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:28:38.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:28:38.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:28:38.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:28:38.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:28:38.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:28:38.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:28:38.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:28:38.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 17:28:38.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:28:38.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 17:28:38.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:28:38.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:28:38.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:28:38.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:28:38.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:28:38.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:28:38.185 [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 17:28:38.185 [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 17:28:38.185 [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 17:28:38.185 [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 17:28:38.186 [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 17:28:38.188 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:38.188 [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 17:28:38.188 [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 17:28:38.189 [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 17:28:38.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 17:28:38.191 [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 17:28:38.191 [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 17:28:38.192 [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 17:28:38.193 [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 17:28:38.193 [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 17:28:38.196 [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 17:28:38.196 [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 17:28:38.201 [main] 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 17:28:38.202 [main] 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 17:28:38.203 [main] 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 17:28:38.205 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 17:28:38.206 [main] 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 17:28:38.209 [main] 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 17:28:38.212 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 17:28:38.272 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 17:28:38.285 [main] 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 17:28:38.288 [main] 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 17:28:38.291 [main] 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 17:28:38.298 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 17:28:38.300 [main] 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 17:28:38.379 [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 17:28:38.379 [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 17:28:38.380 [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 17:28:38.380 [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 17:28:38.380 [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 17:28:38.380 [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 17:28:38.380 [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 17:28:38.381 [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 17:28:38.384 [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 17:28:38.384 [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 17:28:38.384 [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 17:28:38.385 [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 17:28:38.385 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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[] 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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[] 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.387 [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 17:28:38.388 [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 17:28:38.388 [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 17:28:38.389 [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 17:28:38.389 [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 17:28:38.391 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 17:28:38.391 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 17:28:42.585 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~4 sec) inserting static metamodels complete 17:28:42.585 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:28:42.600 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:28:42.601 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:28:42.601 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:42.602 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:42.602 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:28:42.681 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:28:42.685 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:42.685 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:42.685 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:42.687 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:42.687 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:42.689 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:28:42.689 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:42.689 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:42.689 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:28:42.701 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:28:42.876 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:28:42.876 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:28:42.904 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:28:42.904 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s215ms [pure insertion] marking any relevant derived attributes for update...17:28:42.904 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:42.904 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:42.907 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:28:42.907 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:42.907 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:42.907 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:28:42.907 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:28:43.092 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:28:43.092 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:28:43.180 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:28:43.180 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s273ms [pure insertion] marking any relevant derived attributes for update...17:28:43.180 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:28:43.181 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:28:43.200 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:28:43.200 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:43.200 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:43.200 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:28:43.201 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:28:43.281 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:28:43.281 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:28:43.290 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:28:43.290 [pool-47-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...17:28:43.290 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:43.290 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:43.293 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:28:43.293 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:43.293 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:43.293 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:28:43.293 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:28:43.471 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:28:43.471 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:28:43.503 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:28:43.503 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s210ms [pure insertion] marking any relevant derived attributes for update...17:28:43.503 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:43.503 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:43.504 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:43.504 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:43.617 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:28:43.617 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:28:43.617 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.113s attempting to resolve any uninitialized derived attributes... 17:28:43.617 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:43.617 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:43.669 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:28:43.669 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s165ms [proxy update] 17:28:43.669 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:43.669 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:43.670 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 985 ms 17:28:43.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store 17:28:43.672 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:28:43.672 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:28:43.676 [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 17:28:43.676 [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 17:28:43.677 [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 17:28:43.677 [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 17:28:43.678 [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 17:28:43.678 [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 17:28:43.679 [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 17:28:43.680 [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 17:28:43.691 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 17:28:43.691 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:28:43.789 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_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 17:28:43.792 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:43.792 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:43.792 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:43.792 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:43.792 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:43.792 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:43.793 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:43.793 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:28:43.793 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:28:43.793 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:28:43.793 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:43.793 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:43.793 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:28:43.794 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:28:43.794 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:43.796 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:43.796 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:43.796 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:43.800 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 17:28:43.800 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:43.800 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:43.800 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 17:28:43.800 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 17:28:43.884 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 17:28:43.884 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 17:28:43.891 [pool-47-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:28:43.891 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s91ms [pure insertion] marking any relevant derived attributes for update...17:28:43.891 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:43.891 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:43.891 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:43.891 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:43.896 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 17:28:43.897 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 17:28:43.897 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 17:28:43.897 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:43.897 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:43.897 [pool-47-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:28:43.897 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 17:28:43.897 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:43.897 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:43.897 [pool-47-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 105 ms 17:28:43.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:28:43.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_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 17:28:43.971 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:43.971 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:28:44.000 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:28:44 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_customProfileV5[OrientDB]}} Storage 'plocal:/tmp/junit11312233551525801476/test_customProfileV5[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit12924666226751679028/test_modelProfileInsideRepository[OrientDB] Apr 30, 2023 5:28:44 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_modelProfileInsideRepository[OrientDB]}} Storage 'plocal:/tmp/junit12924666226751679028/test_modelProfileInsideRepository[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:28:44.806 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:28:44.809 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:44.809 [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 17:28:44.875 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:28:44.876 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:28:44.904 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:28:44.915 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:28:44.974 [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 17:28:44.974 [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 17:28:44.976 [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 17:28:44.977 [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 17:28:44.977 [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 17:28:44.977 [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 17:28:44.979 [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 17:28:44.981 [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 17:28:44.982 [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 17:28:44.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:28:44.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:28:44.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:28:44.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:28:44.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:28:44.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:28:44.985 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:28:44.985 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:28:44.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:28:44.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:28:44.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:28:44.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:28:44.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:28:44.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:28:44.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:28:44.986 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:28:44.987 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:28:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:28:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:28:44.988 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:28:44.990 [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 17:28:44.990 [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 17:28:44.992 [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 17:28:44.992 [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 17:28:44.992 [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 17:28:44.995 [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 17:28:44.995 [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 17:28:45.003 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 17:28:45.005 [main] 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 17:28:45.006 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 17:28:45.008 [main] 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 17:28:45.009 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 17:28:45.013 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 17:28:45.016 [main] 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 17:28:45.022 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 17:28:45.089 [main] 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 17:28:45.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 17:28:45.100 [main] 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 17:28:45.113 [main] 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 17:28:45.117 [main] 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 17:28:45.206 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 17:28:45.207 [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 17:28:45.210 [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 17:28:45.210 [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 17:28:45.212 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 17:28:45.212 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 17:28:45.213 [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 17:28:45.215 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:45.216 [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 17:28:45.217 [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 17:28:45.217 [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 17:28:45.217 [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 17:28:45.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/Types::Real will be handled as its instance type java.lang.Double 17:28:45.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/Types::String will be handled as its instance type java.lang.String 17:28:45.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/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 17:28:45.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/Types::Boolean will be handled as its instance type java.lang.Boolean 17:28:45.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/Types::Integer will be handled as its instance type java.lang.Integer 17:28:45.271 [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 17:28:45.276 [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 17:28:45.276 [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 17:28:45.276 [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 17:28:45.277 [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 17:28:45.278 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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[] 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.280 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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[] 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.281 [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 17:28:45.282 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:45.283 [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 17:28:45.284 [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 17:28:45.284 [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 17:28:49.972 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~5 sec) inserting static metamodels complete 17:28:49.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:28:49.986 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:28:49.986 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:28:49.986 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:49.987 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:49.987 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:28:50.012 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:28:50.084 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:50.084 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:50.084 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:50.086 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:50.086 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:50.088 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:28:50.088 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:50.088 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:50.088 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:28:50.102 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:28:50.293 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:28:50.293 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:28:50.472 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:28:50.472 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s384ms [pure insertion] marking any relevant derived attributes for update...17:28:50.472 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:50.472 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:50.475 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:28:50.475 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:50.475 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:50.475 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:28:50.476 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:28:50.609 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:28:50.609 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:28:50.700 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:28:50.700 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s225ms [pure insertion] marking any relevant derived attributes for update...17:28:50.700 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:50.700 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:50.776 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:28:50.777 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:50.777 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:50.777 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:28:50.777 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:28:50.805 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:28:50.805 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:28:50.816 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:28:50.869 [pool-48-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...17:28:50.869 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:50.869 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:50.871 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:28:50.871 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:50.871 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:50.871 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:28:50.871 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:28:50.913 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:28:50.913 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:28:50.916 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:28:50.916 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s45ms [pure insertion] marking any relevant derived attributes for update...17:28:50.916 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:50.916 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:50.916 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:50.916 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:51.080 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:28:51.081 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:28:51.081 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.165s attempting to resolve any uninitialized derived attributes... 17:28:51.081 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:51.081 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:51.081 [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... 17:28:51.081 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s165ms [proxy update] 17:28:51.081 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:51.081 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:51.081 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 997 ms 17:28:51.081 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store 17:28:51.086 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:28:51.086 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:28:51.090 [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 17:28:51.090 [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 17:28:51.092 [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 17:28:51.092 [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 17:28:51.094 [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 17:28:51.094 [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 17:28:51.096 [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 17:28:51.097 [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 reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 17:28:51.116 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 17:28:51.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:28:51.286 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit13419570456589243546/:org.eclipse.hawk.localfolder.LocalFolder:false 17:28:51.290 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:51.290 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:51.290 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:51.290 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:51.290 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:51.290 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:51.290 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:51.291 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:28:51.291 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:28:51.291 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:28:51.291 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:51.291 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:51.291 [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... 17:28:51.291 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:28:51.291 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:51.297 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:51.298 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:51.298 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:51.301 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 17:28:51.301 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:51.301 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:51.301 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 17:28:51.302 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 17:28:51.376 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 17:28:51.376 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 17:28:51.382 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:28:51.382 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s81ms [pure insertion] marking any relevant derived attributes for update...17:28:51.382 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:51.382 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:51.384 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 17:28:51.384 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:51.384 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:51.384 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 17:28:51.384 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 17:28:51.475 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 17:28:51.475 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 17:28:51.487 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 17:28:51.487 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s103ms [pure insertion] marking any relevant derived attributes for update...17:28:51.487 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:51.487 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:51.489 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 17:28:51.489 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:51.489 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:51.489 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 17:28:51.489 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 17:28:51.703 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 17:28:51.703 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 17:28:51.705 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:28:51.705 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s216ms [pure insertion] marking any relevant derived attributes for update...17:28:51.705 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:51.705 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:51.707 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 17:28:51.707 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:51.707 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:51.707 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 17:28:51.708 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 17:28:51.803 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 17:28:51.803 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 17:28:51.887 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 17:28:51.887 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s180ms [pure insertion] marking any relevant derived attributes for update...17:28:51.887 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:51.887 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:51.890 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 17:28:51.890 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:51.890 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:51.890 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 17:28:51.890 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 17:28:52.395 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 17:28:52.395 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 17:28:52.597 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 17:28:52.597 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 0s707ms [pure insertion] marking any relevant derived attributes for update...17:28:52.597 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:52.597 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:52.598 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:52.598 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:52.689 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 17:28:52.753 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs 17:28:52.753 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.155s attempting to resolve any uninitialized derived attributes... 17:28:52.753 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:52.753 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:52.753 [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... 17:28:52.753 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s155ms [proxy update] 17:28:52.753 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:52.753 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:52.753 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 463 ms 17:28:52.780 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:52.786 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:52.787 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:52.787 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:52.791 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 17:28:52.791 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:52.792 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 17:28:52.797 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 17:28:52.797 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:28:52.797 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 17:28:52.797 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 17:28:52.804 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s 17:28:52.811 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 17:28:52.889 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 17:28:52.890 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 17:28:52.892 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:28:52.892 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 0s101ms [pure insertion] marking any relevant derived attributes for update...17:28:52.892 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:52.892 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:52.892 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:52.892 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:52.900 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 17:28:52.902 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs 17:28:52.902 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 17:28:52.902 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:52.902 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:52.902 [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... 17:28:52.902 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 17:28:52.902 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:52.902 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:52.902 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 122 ms 17:28:52.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:28:52.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit13419570456589243546/:org.eclipse.hawk.localfolder.LocalFolder:false 17:28:52.916 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:52.916 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:28:52.981 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:28:53 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_modelProfileInsideRepository[OrientDB]}} Storage 'plocal:/tmp/junit12924666226751679028/test_modelProfileInsideRepository[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit15648677057290342442/test_workspaceCrosslinks[OrientDB] Apr 30, 2023 5:28:53 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_workspaceCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit15648677057290342442/test_workspaceCrosslinks[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 17:28:53.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:28:53.783 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:53.783 [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 17:28:53.876 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:28:53.876 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:28:53.896 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 17:28:53.908 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 17:28:53.972 [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 17:28:53.972 [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 17:28:53.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 17:28:53.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 17:28:53.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 17:28:53.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 17:28:53.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 17:28:53.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 17:28:53.975 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 17:28:53.975 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 17:28:53.975 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 17:28:53.975 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 17:28:53.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 17:28:53.977 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 17:28:53.977 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 17:28:53.977 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 17:28:53.978 [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 17:28:53.979 [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 17:28:53.980 [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 17:28:53.980 [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 17:28:53.980 [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 17:28:53.981 [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 17:28:53.982 [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 17:28:53.984 [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 17:28:53.984 [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 17:28:53.989 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 17:28:53.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 17:28:53.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 17:28:53.994 [main] 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 17:28:53.995 [main] 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 17:28:53.999 [main] 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 17:28:54.002 [main] 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 17:28:54.011 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 17:28:54.083 [main] 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 17:28:54.086 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 17:28:54.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 17:28:54.100 [main] 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 17:28:54.103 [main] 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 17:28:54.185 [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 17:28:54.185 [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 17:28:54.185 [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 17:28:54.187 [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 17:28:54.187 [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 17:28:54.189 [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 17:28:54.189 [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 17:28:54.191 [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 17:28:54.191 [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 17:28:54.191 [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 17:28:54.191 [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 17:28:54.191 [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 17:28:54.191 [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 17:28:54.195 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:54.195 [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 17:28:54.196 [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 17:28:54.196 [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 17:28:54.197 [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 17:28:54.198 [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 17:28:54.198 [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 17:28:54.199 [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 17:28:54.200 [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 17:28:54.200 [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 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 17:28:54.202 [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 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 17:28:54.202 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.203 [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 17:28:54.204 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:28:54.204 [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 17:28:54.205 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 17:28:54.205 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 17:28:54.207 [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 17:28:54.207 [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 17:28:54.207 [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 17:28:54.208 [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 17:28:54.208 [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 17:28:58.089 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~4 sec) inserting static metamodels complete 17:28:58.089 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:28:58.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:28:58.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:28:58.103 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:58.103 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:58.103 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:28:58.179 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:28:58.183 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:58.183 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:58.184 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:58.186 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:58.186 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:58.187 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:28:58.187 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:58.187 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:58.187 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 17:28:58.199 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 17:28:58.393 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:28:58.393 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:28:58.503 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:28:58.503 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s316ms [pure insertion] marking any relevant derived attributes for update...17:28:58.503 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:58.503 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:58.506 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:28:58.506 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:58.506 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:58.506 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:28:58.506 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:28:58.682 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:28:58.682 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:28:58.782 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:28:58.782 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s276ms [pure insertion] marking any relevant derived attributes for update...17:28:58.782 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:58.782 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:58.785 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:28:58.785 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:58.785 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:58.785 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:28:58.785 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:28:58.880 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:28:58.881 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:28:58.883 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:28:58.883 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s98ms [pure insertion] marking any relevant derived attributes for update...17:28:58.883 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:58.883 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:58.902 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:28:58.902 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:58.902 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:58.902 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:28:58.903 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:28:58.982 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:28:58.982 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:28:58.992 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:28:58.992 [pool-49-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...17:28:58.992 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:58.992 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:58.993 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:58.993 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:59.102 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:28:59.103 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:28:59.103 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.11s attempting to resolve any uninitialized derived attributes... 17:28:59.103 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:59.103 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:59.103 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:28:59.103 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s110ms [proxy update] 17:28:59.103 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:59.103 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:59.103 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 919 ms 17:28:59.289 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:28:59.291 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:59.291 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:28:59.295 [pool-49-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 4 ms 17:28:59.295 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:28:59.295 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:28:59.295 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:28:59.296 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 17:28:59.296 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:59.297 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:59.297 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 17:28:59.297 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 17:28:59.392 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 17:28:59.392 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 17:28:59.400 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:28:59.400 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s104ms [pure insertion] marking any relevant derived attributes for update...17:28:59.400 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:59.400 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:59.401 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 17:28:59.401 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:28:59.401 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:28:59.401 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 17:28:59.402 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 17:28:59.495 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 17:28:59.495 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 17:28:59.505 [pool-49-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 17:28:59.505 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s104ms [pure insertion] marking any relevant derived attributes for update...17:28:59.505 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:28:59.505 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:28:59.505 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:28:59.505 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:28:59.569 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 17:28:59.599 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 17:28:59.599 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.094s attempting to resolve any uninitialized derived attributes... 17:28:59.599 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:28:59.599 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:28:59.599 [pool-49-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:28:59.599 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s94ms [proxy update] 17:28:59.599 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:28:59.599 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:28:59.599 [pool-49-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 308 ms 17:28:59.600 [pool-49-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15648677057290342442/test_workspaceCrosslinks[OrientDB] 17:28:59.606 [pool-49-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15648677057290342442/test_workspaceCrosslinks[OrientDB] 17:28:59.672 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:28:59.672 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:28:59.674 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:28:59.674 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:28:59.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Apr 30, 2023 5:28:59 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_workspaceCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit15648677057290342442/test_workspaceCrosslinks[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 329.378 s - in org.eclipse.hawk.integration.tests.IntegrationTestSuite set0[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 106.028 s tree[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 2.096 s treeWithSpaces[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.796 s treeCrossResourceContainment[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.506 s derivedEdgeCollection[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.689 s deriveThenAdd[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.907 s derivedEdgeSingle[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.202 s addThenIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.697 s lookupWithIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.586 s lookupWithoutIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.42 s eContainersIsUpdatedRoot[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 1.803 s queryEnumValues[OrientDB](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 1.135 s slotType[OrientDB](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.592 s typeSubtypes[OrientDB](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.49 s slotInstanceTypeName[OrientDB](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.5 s typeSupertypes[OrientDB](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.413 s metamodels[OrientDB](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.68 s elephantResolve[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 10.907 s zoo[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 15.81 s metamodel[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 6.3 s zoo[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 14.11 s bpmn[OrientDB](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 0.886 s instanceCountsAllOf[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 1 s listFiles[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 1.282 s instanceCounts[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.932 s reverseRefs[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 1.085 s forwardRefs[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 1.004 s allContents[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 21.601 s subtreeTraversalScoping[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 13.198 s getAllOf[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 13.11 s getFiles[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 12.498 s getAllOfCountsSubtypes[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 7.178 s addChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 1.029 s addModel[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.871 s renameRoot[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.716 s eContainer[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 1.01 s removeChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.885 s renameChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.814 s hawkProperties[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.861 s upgradeModelProfileVersion[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 9.702 s stereotypeAsModel[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 8.618 s localfolderCrosslinks[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 7.282 s zoo[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6.837 s indexLibraries[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6.675 s customProfileV4[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 8.696 s customProfileV5[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6.724 s modelProfileInsideRepository[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 8.976 s workspaceCrosslinks[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 6.706 s Results: Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest Created repository in /tmp/hawkSvnRepo2875513404668129978, checkout in /tmp/hawkSvnCo6534529319086967575 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.014 s - in org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest initWorks(org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest) Time elapsed: 1.927 s addRemove(org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest) Time elapsed: 4.991 s Running org.eclipse.hawk.svn.tests.SvnManagerTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.969 s - in org.eclipse.hawk.svn.tests.SvnManagerTest compactedChanges(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 7.967 s setCredentialsStoresUserPass(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 1.001 s startingDotFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 2.992 s frozen(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 1.002 s oneAdd(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 2.999 s noExtensionFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 2.997 s importFileHEAD(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 3.002 s repositoryPath(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 1 s importPreviousFile(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 5.004 s photoFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 2.994 s emptyHistory(org.eclipse.hawk.svn.tests.SvnManagerTest) Time elapsed: 1.003 s Results: Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 Buildfile: generate-composite-site.xml composite: [script] Warning: Nashorn engine is planned to be removed from a future JDK release WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer.httpclient4/1.1.300.v20180301-0132/org.eclipse.ecf.provider.filetransfer.httpclient4-1.1.300.v20180301-0132.jar) to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String) WARNING: Please consider reporting this to the maintainers of org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1 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 BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 6 seconds Buildfile: generate-3rdparty-site.xml init: build-site: [mkdir] Created dir: /home/jenkins/agent/workspace/hawk_master/core/releng/org.eclipse.hawk.updatesite/thirdparty-nonp2/features [mkdir] Created dir: /home/jenkins/agent/workspace/hawk_master/core/releng/org.eclipse.hawk.updatesite/thirdparty-nonp2/plugins [get] Getting: https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.jar [get] To: /home/jenkins/agent/workspace/hawk_master/core/releng/org.eclipse.hawk.updatesite/unsigned-thrift.jar [zip] Updating zip: /home/jenkins/agent/workspace/hawk_master/core/releng/org.eclipse.hawk.updatesite/unsigned-thrift.jar [eclipse.publish.featuresAndBundles] Generating metadata for .. [eclipse.publish.featuresAndBundles] Generation completed with success [0 seconds]. BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 4 seconds Running org.eclipse.hawk.emf.tests.EMFObjectTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.eclipse.hawk.emf.tests.EMFObjectTest getUnsetReferenceReturnsNull(org.eclipse.hawk.emf.tests.EMFObjectTest) Time elapsed: 0.113 s Running org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest 17:32:01.788 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.emf.tests/resources/JDTAST.ecore] 17:32:01.791 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.emf.tests/resources/JDTAST.ecore] 17:32:01.791 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.emf.tests/resources/JDTAST.ecore] 17:32:01.994 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [resource_from_epackage_org.amma.dsl.jdt.core] 17:32:01.995 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [resource_from_epackage_org.amma.dsl.jdt.primitiveTypes] 17:32:02.085 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [resource_from_epackage_org.amma.dsl.jdt.dom] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s - in org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest separateJDTAST(org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest) Time elapsed: 0.704 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.http.HTTPManagerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.311 s - in org.eclipse.hawk.http.HTTPManagerTest getDeltaDigest(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 1.131 s getDeltaLastModifiedHeader(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.076 s getDeltaEtag(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.001 s getDeltaUrlFilename(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.001 s getDeltaNoHeaders(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0 s getDeltaHeaderFilename(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.004 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.git.JGitRepositoryTest 17:32:21.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 130 bytes 17:32:21.212 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:21.213 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, size=130, fileKey=(dev=804,ino=1271011060) 17:32:21.216 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, --version],/usr/bin 17:32:21.270 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.30.2' 17:32:21.271 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 17:32:21.271 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin 17:32:21.274 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'null' 17:32:21.274 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 17:32:21.292 [main] DEBUG org.eclipse.jgit.util.FS - readpipe rc=128 17:32:21.293 [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 ' 17:32:21.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:21.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:21.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:21.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:21.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:21.294 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.gitconfig] 17:32:21.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:21.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:21.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:21.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:21.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:21.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:21.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:21.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:21.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:21.305724000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941305724000 ns, racy<=2500000000 ns 17:32:21.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:21.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:21.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:21.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:21.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:21.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:21.305724000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941305724000 ns, racy<=2500000000 ns 17:32:21.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:21.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:21.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:21.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:21.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:21.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:21.305724000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941305724000 ns, racy<=2500000000 ns 17:32:21.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:21.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:21.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:21.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:21.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:21.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:21.305724000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941305724000 ns, racy<=2500000000 ns 17:32:21.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:21.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:21.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:21.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:21.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:21.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:21.305724000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941305724000 ns, racy<=2500000000 ns 17:32:21.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:21.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:21.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:21.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:21.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:21.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:21.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:21.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:21.396 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:21.396 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:21.305724000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941305724000 ns, racy<=2500000000 ns 17:32:21.396 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:21.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:21.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:21.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:21.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:21.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:21.305724000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941305724000 ns, racy<=2500000000 ns 17:32:21.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:21.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:21.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:21.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:21.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:21.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:21.305724000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941305724000 ns, racy<=2500000000 ns 17:32:21.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:21.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:21.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:21.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:21.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:21.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:21.305724000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941305724000 ns, racy<=2500000000 ns 17:32:21.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:21.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:21.404754000, lastModified=2023-04-30 17:32:21.402992000, size=23, fileKey=(dev=3000f2,ino=1196481810) 17:32:21.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:21.472419000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:22.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:22.293211000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:22.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:22.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:22.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:22.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:22.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:22.294528000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:22.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:22.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:22.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:22.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:22.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.294528000, lastModified=2023-04-30 17:32:21.470991000, delta=823537000 ns, racy<=2500000000 ns 17:32:22.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is racily clean 17:32:22.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:22.295600000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:22.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.295600000, lastModified=2023-04-30 17:32:21.470991000, delta=824609000 ns, racy<=2500000000 ns 17:32:22.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:22.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:22.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:22.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:22.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.295600000, lastModified=2023-04-30 17:32:21.470991000, delta=824609000 ns, racy<=2500000000 ns 17:32:22.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is racily clean 17:32:22.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:22.297001000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:22.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.297001000, lastModified=2023-04-30 17:32:21.470991000, delta=826010000 ns, racy<=2500000000 ns 17:32:22.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:22.297543000, lastModified=2023-04-30 17:32:21.402992000, size=23, fileKey=(dev=3000f2,ino=1196481810) 17:32:22.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:22.299723000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:22.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:22.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:22.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:22.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:22.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:22.300705000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:22.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:22.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:22.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:22.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:22.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.300705000, lastModified=2023-04-30 17:32:21.470991000, delta=829714000 ns, racy<=2500000000 ns 17:32:22.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is racily clean 17:32:22.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:22.301894000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:22.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.301894000, lastModified=2023-04-30 17:32:21.470991000, delta=830903000 ns, racy<=2500000000 ns 17:32:22.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:22.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:22.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:22.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:22.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.301894000, lastModified=2023-04-30 17:32:21.470991000, delta=830903000 ns, racy<=2500000000 ns 17:32:22.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is racily clean 17:32:22.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:22.380597000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:22.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.380597000, lastModified=2023-04-30 17:32:21.470991000, delta=909606000 ns, racy<=2500000000 ns 17:32:22.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:22.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:22.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:22.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:22.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.380597000, lastModified=2023-04-30 17:32:21.470991000, delta=909606000 ns, racy<=2500000000 ns 17:32:22.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is racily clean 17:32:22.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:22.392560000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:22.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.392560000, lastModified=2023-04-30 17:32:21.470991000, delta=921569000 ns, racy<=2500000000 ns 17:32:22.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:22.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:22.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:22.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:22.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.392560000, lastModified=2023-04-30 17:32:21.470991000, delta=921569000 ns, racy<=2500000000 ns 17:32:22.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is racily clean 17:32:22.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:22.395545000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:22.396 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.395545000, lastModified=2023-04-30 17:32:21.470991000, delta=924554000 ns, racy<=2500000000 ns 17:32:22.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:22.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:22.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:22.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:22.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.395545000, lastModified=2023-04-30 17:32:21.470991000, delta=924554000 ns, racy<=2500000000 ns 17:32:22.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is racily clean 17:32:22.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:22.400036000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:22.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.400036000, lastModified=2023-04-30 17:32:21.470991000, delta=929045000 ns, racy<=2500000000 ns 17:32:22.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:22.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:22.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:22.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:22.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.400036000, lastModified=2023-04-30 17:32:21.470991000, delta=929045000 ns, racy<=2500000000 ns 17:32:22.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is racily clean 17:32:22.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:22.406588000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:22.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.406588000, lastModified=2023-04-30 17:32:21.470991000, delta=935597000 ns, racy<=2500000000 ns 17:32:22.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:22.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:22.410861000, lastModified=2023-04-30 17:32:21.383992000, size=6, fileKey=(dev=3000f2,ino=1205987059) 17:32:22.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:22.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:22.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:22.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:22.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (overlay) in /tmp/junit6005538189104527223/.git/objects 17:32:22.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (overlay) in /tmp/junit6005538189104527223/.git/objects; got PT0.000009S 17:32:22.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit6005538189104527223/.git/objects 17:32:22.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.473751000, lastModified=2023-04-30 17:32:22.471977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.471977000 to 2023-04-30 17:32:22.472977000 17:32:22.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.483276000, lastModified=2023-04-30 17:32:22.481977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.481977000 to 2023-04-30 17:32:22.482977000 17:32:22.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.485013000, lastModified=2023-04-30 17:32:22.483977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.485013000, lastModified=2023-04-30 17:32:22.483977000, delta=1036000 ns, racy<=22500 ns 17:32:22.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.487455000, lastModified=2023-04-30 17:32:22.485977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.487455000, lastModified=2023-04-30 17:32:22.485977000, delta=1478000 ns, racy<=22500 ns 17:32:22.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.488545000, lastModified=2023-04-30 17:32:22.486977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.486977000 to 2023-04-30 17:32:22.487977000 17:32:22.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.489652000, lastModified=2023-04-30 17:32:22.487977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.487977000 to 2023-04-30 17:32:22.488977000 17:32:22.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.490557000, lastModified=2023-04-30 17:32:22.488977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.488977000 to 2023-04-30 17:32:22.489977000 17:32:22.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.491556000, lastModified=2023-04-30 17:32:22.489977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.489977000 to 2023-04-30 17:32:22.490977000 17:32:22.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.492638000, lastModified=2023-04-30 17:32:22.490977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.490977000 to 2023-04-30 17:32:22.491977000 17:32:22.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.493677000, lastModified=2023-04-30 17:32:22.491977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.491977000 to 2023-04-30 17:32:22.492977000 17:32:22.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.494735000, lastModified=2023-04-30 17:32:22.492977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.492977000 to 2023-04-30 17:32:22.493977000 17:32:22.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.495772000, lastModified=2023-04-30 17:32:22.493977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.493977000 to 2023-04-30 17:32:22.494977000 17:32:22.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.496808000, lastModified=2023-04-30 17:32:22.494977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.494977000 to 2023-04-30 17:32:22.495977000 17:32:22.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.498179000, lastModified=2023-04-30 17:32:22.496977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.498179000, lastModified=2023-04-30 17:32:22.496977000, delta=1202000 ns, racy<=22500 ns 17:32:22.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.499397000, lastModified=2023-04-30 17:32:22.497977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.497977000 to 2023-04-30 17:32:22.498977000 17:32:22.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.500435000, lastModified=2023-04-30 17:32:22.498977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.498977000 to 2023-04-30 17:32:22.499977000 17:32:22.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.501468000, lastModified=2023-04-30 17:32:22.499977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.499977000 to 2023-04-30 17:32:22.500977000 17:32:22.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.502554000, lastModified=2023-04-30 17:32:22.500977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.500977000 to 2023-04-30 17:32:22.501977000 17:32:22.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.503618000, lastModified=2023-04-30 17:32:22.501977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.501977000 to 2023-04-30 17:32:22.502977000 17:32:22.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.504721000, lastModified=2023-04-30 17:32:22.502977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.502977000 to 2023-04-30 17:32:22.503977000 17:32:22.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.505630000, lastModified=2023-04-30 17:32:22.503977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.503977000 to 2023-04-30 17:32:22.504977000 17:32:22.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.507850000, lastModified=2023-04-30 17:32:22.505977000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.505977000 to 2023-04-30 17:32:22.506977000 17:32:22.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.570310000, lastModified=2023-04-30 17:32:22.568976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.568976000 to 2023-04-30 17:32:22.569976000 17:32:22.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.571554000, lastModified=2023-04-30 17:32:22.569976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.569976000 to 2023-04-30 17:32:22.570976000 17:32:22.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.572615000, lastModified=2023-04-30 17:32:22.570976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.570976000 to 2023-04-30 17:32:22.571976000 17:32:22.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.573566000, lastModified=2023-04-30 17:32:22.571976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.571976000 to 2023-04-30 17:32:22.572976000 17:32:22.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.574448000, lastModified=2023-04-30 17:32:22.572976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.574448000, lastModified=2023-04-30 17:32:22.572976000, delta=1472000 ns, racy<=22500 ns 17:32:22.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.575216000, lastModified=2023-04-30 17:32:22.573976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.575216000, lastModified=2023-04-30 17:32:22.573976000, delta=1240000 ns, racy<=22500 ns 17:32:22.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.576074000, lastModified=2023-04-30 17:32:22.574976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.576074000, lastModified=2023-04-30 17:32:22.574976000, delta=1098000 ns, racy<=22500 ns 17:32:22.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.576835000, lastModified=2023-04-30 17:32:22.574976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.574976000 to 2023-04-30 17:32:22.575976000 17:32:22.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.577847000, lastModified=2023-04-30 17:32:22.575976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.575976000 to 2023-04-30 17:32:22.576976000 17:32:22.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.578875000, lastModified=2023-04-30 17:32:22.576976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.576976000 to 2023-04-30 17:32:22.577976000 17:32:22.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.579990000, lastModified=2023-04-30 17:32:22.578976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.579990000, lastModified=2023-04-30 17:32:22.578976000, delta=1014000 ns, racy<=22500 ns 17:32:22.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.581137000, lastModified=2023-04-30 17:32:22.579976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.581137000, lastModified=2023-04-30 17:32:22.579976000, delta=1161000 ns, racy<=22500 ns 17:32:22.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.582121000, lastModified=2023-04-30 17:32:22.580976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.582121000, lastModified=2023-04-30 17:32:22.580976000, delta=1145000 ns, racy<=22500 ns 17:32:22.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.583323000, lastModified=2023-04-30 17:32:22.581976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.581976000 to 2023-04-30 17:32:22.582976000 17:32:22.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.584401000, lastModified=2023-04-30 17:32:22.582976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.582976000 to 2023-04-30 17:32:22.583976000 17:32:22.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.585501000, lastModified=2023-04-30 17:32:22.583976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.583976000 to 2023-04-30 17:32:22.584976000 17:32:22.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.586588000, lastModified=2023-04-30 17:32:22.584976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.584976000 to 2023-04-30 17:32:22.585976000 17:32:22.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.587629000, lastModified=2023-04-30 17:32:22.585976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.585976000 to 2023-04-30 17:32:22.586976000 17:32:22.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.588710000, lastModified=2023-04-30 17:32:22.586976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.586976000 to 2023-04-30 17:32:22.587976000 17:32:22.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.590035000, lastModified=2023-04-30 17:32:22.587976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.587976000 to 2023-04-30 17:32:22.588976000 17:32:22.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.591032000, lastModified=2023-04-30 17:32:22.589976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.591032000, lastModified=2023-04-30 17:32:22.589976000, delta=1056000 ns, racy<=22500 ns 17:32:22.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.592300000, lastModified=2023-04-30 17:32:22.590976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.590976000 to 2023-04-30 17:32:22.591976000 17:32:22.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.593428000, lastModified=2023-04-30 17:32:22.591976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.591976000 to 2023-04-30 17:32:22.592976000 17:32:22.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.594467000, lastModified=2023-04-30 17:32:22.592976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.592976000 to 2023-04-30 17:32:22.593976000 17:32:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.595177000, lastModified=2023-04-30 17:32:22.593976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.595177000, lastModified=2023-04-30 17:32:22.593976000, delta=1201000 ns, racy<=22500 ns 17:32:22.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.595971000, lastModified=2023-04-30 17:32:22.594976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.595971000, lastModified=2023-04-30 17:32:22.594976000, delta=995000 ns, racy<=22500 ns 17:32:22.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.597131000, lastModified=2023-04-30 17:32:22.595976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.597131000, lastModified=2023-04-30 17:32:22.595976000, delta=1155000 ns, racy<=22500 ns 17:32:22.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.598194000, lastModified=2023-04-30 17:32:22.596976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.598194000, lastModified=2023-04-30 17:32:22.596976000, delta=1218000 ns, racy<=22500 ns 17:32:22.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.599290000, lastModified=2023-04-30 17:32:22.597976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.599290000, lastModified=2023-04-30 17:32:22.597976000, delta=1314000 ns, racy<=22500 ns 17:32:22.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.600624000, lastModified=2023-04-30 17:32:22.598976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.598976000 to 2023-04-30 17:32:22.599976000 17:32:22.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.601662000, lastModified=2023-04-30 17:32:22.599976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.599976000 to 2023-04-30 17:32:22.600976000 17:32:22.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.602690000, lastModified=2023-04-30 17:32:22.600976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.600976000 to 2023-04-30 17:32:22.601976000 17:32:22.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.603725000, lastModified=2023-04-30 17:32:22.601976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.601976000 to 2023-04-30 17:32:22.602976000 17:32:22.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.604757000, lastModified=2023-04-30 17:32:22.602976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.602976000 to 2023-04-30 17:32:22.603976000 17:32:22.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.605542000, lastModified=2023-04-30 17:32:22.603976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.603976000 to 2023-04-30 17:32:22.604976000 17:32:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.606315000, lastModified=2023-04-30 17:32:22.604976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.606315000, lastModified=2023-04-30 17:32:22.604976000, delta=1339000 ns, racy<=22500 ns 17:32:22.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.669267000, lastModified=2023-04-30 17:32:22.605976000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.605976000 to 2023-04-30 17:32:22.668975000 17:32:22.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.671148000, lastModified=2023-04-30 17:32:22.669975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.671148000, lastModified=2023-04-30 17:32:22.669975000, delta=1173000 ns, racy<=22500 ns 17:32:22.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.672460000, lastModified=2023-04-30 17:32:22.670975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.670975000 to 2023-04-30 17:32:22.671975000 17:32:22.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.673678000, lastModified=2023-04-30 17:32:22.671975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.671975000 to 2023-04-30 17:32:22.672975000 17:32:22.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.674895000, lastModified=2023-04-30 17:32:22.673975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.674895000, lastModified=2023-04-30 17:32:22.673975000, delta=920000 ns, racy<=22500 ns 17:32:22.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.676114000, lastModified=2023-04-30 17:32:22.674975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.676114000, lastModified=2023-04-30 17:32:22.674975000, delta=1139000 ns, racy<=22500 ns 17:32:22.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.677300000, lastModified=2023-04-30 17:32:22.675975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.675975000 to 2023-04-30 17:32:22.676975000 17:32:22.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.678394000, lastModified=2023-04-30 17:32:22.676975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.678394000, lastModified=2023-04-30 17:32:22.676975000, delta=1419000 ns, racy<=22500 ns 17:32:22.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.679446000, lastModified=2023-04-30 17:32:22.677975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.677975000 to 2023-04-30 17:32:22.678975000 17:32:22.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.680415000, lastModified=2023-04-30 17:32:22.678975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.678975000 to 2023-04-30 17:32:22.679975000 17:32:22.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.681266000, lastModified=2023-04-30 17:32:22.679975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.681266000, lastModified=2023-04-30 17:32:22.679975000, delta=1291000 ns, racy<=22500 ns 17:32:22.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.681994000, lastModified=2023-04-30 17:32:22.680975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.681994000, lastModified=2023-04-30 17:32:22.680975000, delta=1019000 ns, racy<=22500 ns 17:32:22.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.682665000, lastModified=2023-04-30 17:32:22.680975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.680975000 to 2023-04-30 17:32:22.681975000 17:32:22.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.683308000, lastModified=2023-04-30 17:32:22.681975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.683308000, lastModified=2023-04-30 17:32:22.681975000, delta=1333000 ns, racy<=22500 ns 17:32:22.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.683996000, lastModified=2023-04-30 17:32:22.682975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.683996000, lastModified=2023-04-30 17:32:22.682975000, delta=1021000 ns, racy<=22500 ns 17:32:22.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.684707000, lastModified=2023-04-30 17:32:22.682975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.682975000 to 2023-04-30 17:32:22.683975000 17:32:22.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.685537000, lastModified=2023-04-30 17:32:22.683975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.683975000 to 2023-04-30 17:32:22.684975000 17:32:22.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.686124000, lastModified=2023-04-30 17:32:22.684975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.686124000, lastModified=2023-04-30 17:32:22.684975000, delta=1149000 ns, racy<=22500 ns 17:32:22.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.686911000, lastModified=2023-04-30 17:32:22.685975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.686911000, lastModified=2023-04-30 17:32:22.685975000, delta=936000 ns, racy<=22500 ns 17:32:22.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.687616000, lastModified=2023-04-30 17:32:22.685975000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.685975000 to 2023-04-30 17:32:22.686974000 17:32:22.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.688626000, lastModified=2023-04-30 17:32:22.686974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.686974000 to 2023-04-30 17:32:22.687974000 17:32:22.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.689658000, lastModified=2023-04-30 17:32:22.687974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.687974000 to 2023-04-30 17:32:22.688974000 17:32:22.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.690643000, lastModified=2023-04-30 17:32:22.688974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.688974000 to 2023-04-30 17:32:22.689974000 17:32:22.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.691625000, lastModified=2023-04-30 17:32:22.689974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.689974000 to 2023-04-30 17:32:22.690974000 17:32:22.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.692876000, lastModified=2023-04-30 17:32:22.690974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.690974000 to 2023-04-30 17:32:22.691974000 17:32:22.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.693628000, lastModified=2023-04-30 17:32:22.691974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.691974000 to 2023-04-30 17:32:22.692974000 17:32:22.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.694432000, lastModified=2023-04-30 17:32:22.692974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.692974000 to 2023-04-30 17:32:22.693974000 17:32:22.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.695425000, lastModified=2023-04-30 17:32:22.693974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.693974000 to 2023-04-30 17:32:22.694974000 17:32:22.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.696453000, lastModified=2023-04-30 17:32:22.694974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.694974000 to 2023-04-30 17:32:22.695974000 17:32:22.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.697454000, lastModified=2023-04-30 17:32:22.695974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.695974000 to 2023-04-30 17:32:22.696974000 17:32:22.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.698452000, lastModified=2023-04-30 17:32:22.696974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.696974000 to 2023-04-30 17:32:22.697974000 17:32:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.699302000, lastModified=2023-04-30 17:32:22.697974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.699302000, lastModified=2023-04-30 17:32:22.697974000, delta=1328000 ns, racy<=22500 ns 17:32:22.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.700005000, lastModified=2023-04-30 17:32:22.698974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.700005000, lastModified=2023-04-30 17:32:22.698974000, delta=1031000 ns, racy<=22500 ns 17:32:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.700907000, lastModified=2023-04-30 17:32:22.699974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.700907000, lastModified=2023-04-30 17:32:22.699974000, delta=933000 ns, racy<=22500 ns 17:32:22.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.701751000, lastModified=2023-04-30 17:32:22.699974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.699974000 to 2023-04-30 17:32:22.700974000 17:32:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.702435000, lastModified=2023-04-30 17:32:22.700974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.702435000, lastModified=2023-04-30 17:32:22.700974000, delta=1461000 ns, racy<=22500 ns 17:32:22.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.703084000, lastModified=2023-04-30 17:32:22.701974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.703084000, lastModified=2023-04-30 17:32:22.701974000, delta=1110000 ns, racy<=22500 ns 17:32:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.703802000, lastModified=2023-04-30 17:32:22.701974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.701974000 to 2023-04-30 17:32:22.702974000 17:32:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.704409000, lastModified=2023-04-30 17:32:22.702974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.704409000, lastModified=2023-04-30 17:32:22.702974000, delta=1435000 ns, racy<=22500 ns 17:32:22.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.705048000, lastModified=2023-04-30 17:32:22.703974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.705048000, lastModified=2023-04-30 17:32:22.703974000, delta=1074000 ns, racy<=22500 ns 17:32:22.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.705741000, lastModified=2023-04-30 17:32:22.703974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.703974000 to 2023-04-30 17:32:22.704974000 17:32:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.706437000, lastModified=2023-04-30 17:32:22.704974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.706437000, lastModified=2023-04-30 17:32:22.704974000, delta=1463000 ns, racy<=22500 ns 17:32:22.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.707067000, lastModified=2023-04-30 17:32:22.705974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.707067000, lastModified=2023-04-30 17:32:22.705974000, delta=1093000 ns, racy<=22500 ns 17:32:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.707854000, lastModified=2023-04-30 17:32:22.705974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.705974000 to 2023-04-30 17:32:22.706974000 17:32:22.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.708472000, lastModified=2023-04-30 17:32:22.706974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.708472000, lastModified=2023-04-30 17:32:22.706974000, delta=1498000 ns, racy<=22500 ns 17:32:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.709459000, lastModified=2023-04-30 17:32:22.707974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.707974000 to 2023-04-30 17:32:22.708974000 17:32:22.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.710608000, lastModified=2023-04-30 17:32:22.708974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.708974000 to 2023-04-30 17:32:22.709974000 17:32:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.711157000, lastModified=2023-04-30 17:32:22.709974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.711157000, lastModified=2023-04-30 17:32:22.709974000, delta=1183000 ns, racy<=22500 ns 17:32:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.711717000, lastModified=2023-04-30 17:32:22.709974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.709974000 to 2023-04-30 17:32:22.710974000 17:32:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.712335000, lastModified=2023-04-30 17:32:22.710974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.712335000, lastModified=2023-04-30 17:32:22.710974000, delta=1361000 ns, racy<=22500 ns 17:32:22.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.713013000, lastModified=2023-04-30 17:32:22.711974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.713013000, lastModified=2023-04-30 17:32:22.711974000, delta=1039000 ns, racy<=22500 ns 17:32:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.713636000, lastModified=2023-04-30 17:32:22.711974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.711974000 to 2023-04-30 17:32:22.712974000 17:32:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.714211000, lastModified=2023-04-30 17:32:22.712974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.714211000, lastModified=2023-04-30 17:32:22.712974000, delta=1237000 ns, racy<=22500 ns 17:32:22.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.769261000, lastModified=2023-04-30 17:32:22.712974000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.712974000 to 2023-04-30 17:32:22.768973000 17:32:22.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.770364000, lastModified=2023-04-30 17:32:22.768973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.770364000, lastModified=2023-04-30 17:32:22.768973000, delta=1391000 ns, racy<=22500 ns 17:32:22.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.771124000, lastModified=2023-04-30 17:32:22.769973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.771124000, lastModified=2023-04-30 17:32:22.769973000, delta=1151000 ns, racy<=22500 ns 17:32:22.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.771773000, lastModified=2023-04-30 17:32:22.769973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.769973000 to 2023-04-30 17:32:22.770973000 17:32:22.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.772589000, lastModified=2023-04-30 17:32:22.770973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.770973000 to 2023-04-30 17:32:22.771973000 17:32:22.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.773159000, lastModified=2023-04-30 17:32:22.771973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.773159000, lastModified=2023-04-30 17:32:22.771973000, delta=1186000 ns, racy<=22500 ns 17:32:22.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.773774000, lastModified=2023-04-30 17:32:22.771973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.771973000 to 2023-04-30 17:32:22.772973000 17:32:22.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.774387000, lastModified=2023-04-30 17:32:22.772973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.774387000, lastModified=2023-04-30 17:32:22.772973000, delta=1414000 ns, racy<=22500 ns 17:32:22.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.774994000, lastModified=2023-04-30 17:32:22.773973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.774994000, lastModified=2023-04-30 17:32:22.773973000, delta=1021000 ns, racy<=22500 ns 17:32:22.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.775669000, lastModified=2023-04-30 17:32:22.773973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.773973000 to 2023-04-30 17:32:22.774973000 17:32:22.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.776476000, lastModified=2023-04-30 17:32:22.774973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.774973000 to 2023-04-30 17:32:22.775973000 17:32:22.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.777224000, lastModified=2023-04-30 17:32:22.775973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.777224000, lastModified=2023-04-30 17:32:22.775973000, delta=1251000 ns, racy<=22500 ns 17:32:22.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.778212000, lastModified=2023-04-30 17:32:22.776973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.778212000, lastModified=2023-04-30 17:32:22.776973000, delta=1239000 ns, racy<=22500 ns 17:32:22.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.778837000, lastModified=2023-04-30 17:32:22.776973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.776973000 to 2023-04-30 17:32:22.777973000 17:32:22.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.779528000, lastModified=2023-04-30 17:32:22.777973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.779528000, lastModified=2023-04-30 17:32:22.777973000, delta=1555000 ns, racy<=22500 ns 17:32:22.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.780174000, lastModified=2023-04-30 17:32:22.778973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.780174000, lastModified=2023-04-30 17:32:22.778973000, delta=1201000 ns, racy<=22500 ns 17:32:22.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.780743000, lastModified=2023-04-30 17:32:22.778973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.778973000 to 2023-04-30 17:32:22.779973000 17:32:22.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.781400000, lastModified=2023-04-30 17:32:22.779973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.781400000, lastModified=2023-04-30 17:32:22.779973000, delta=1427000 ns, racy<=22500 ns 17:32:22.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.781990000, lastModified=2023-04-30 17:32:22.780973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.781990000, lastModified=2023-04-30 17:32:22.780973000, delta=1017000 ns, racy<=22500 ns 17:32:22.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.782664000, lastModified=2023-04-30 17:32:22.780973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.780973000 to 2023-04-30 17:32:22.781973000 17:32:22.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.783180000, lastModified=2023-04-30 17:32:22.781973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.783180000, lastModified=2023-04-30 17:32:22.781973000, delta=1207000 ns, racy<=22500 ns 17:32:22.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.783766000, lastModified=2023-04-30 17:32:22.781973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.781973000 to 2023-04-30 17:32:22.782973000 17:32:22.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.784419000, lastModified=2023-04-30 17:32:22.782973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.784419000, lastModified=2023-04-30 17:32:22.782973000, delta=1446000 ns, racy<=22500 ns 17:32:22.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.785006000, lastModified=2023-04-30 17:32:22.783973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.785006000, lastModified=2023-04-30 17:32:22.783973000, delta=1033000 ns, racy<=22500 ns 17:32:22.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.785603000, lastModified=2023-04-30 17:32:22.783973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.783973000 to 2023-04-30 17:32:22.784973000 17:32:22.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.786091000, lastModified=2023-04-30 17:32:22.784973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.786091000, lastModified=2023-04-30 17:32:22.784973000, delta=1118000 ns, racy<=22500 ns 17:32:22.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.786681000, lastModified=2023-04-30 17:32:22.784973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.784973000 to 2023-04-30 17:32:22.785973000 17:32:22.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.787181000, lastModified=2023-04-30 17:32:22.785973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.787181000, lastModified=2023-04-30 17:32:22.785973000, delta=1208000 ns, racy<=22500 ns 17:32:22.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.787770000, lastModified=2023-04-30 17:32:22.785973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.785973000 to 2023-04-30 17:32:22.786973000 17:32:22.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.788298000, lastModified=2023-04-30 17:32:22.786973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.788298000, lastModified=2023-04-30 17:32:22.786973000, delta=1325000 ns, racy<=22500 ns 17:32:22.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.788860000, lastModified=2023-04-30 17:32:22.787973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.788860000, lastModified=2023-04-30 17:32:22.787973000, delta=887000 ns, racy<=22500 ns 17:32:22.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.789471000, lastModified=2023-04-30 17:32:22.787973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.789471000, lastModified=2023-04-30 17:32:22.787973000, delta=1498000 ns, racy<=22500 ns 17:32:22.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.790244000, lastModified=2023-04-30 17:32:22.788973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.790244000, lastModified=2023-04-30 17:32:22.788973000, delta=1271000 ns, racy<=22500 ns 17:32:22.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.791253000, lastModified=2023-04-30 17:32:22.789973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.791253000, lastModified=2023-04-30 17:32:22.789973000, delta=1280000 ns, racy<=22500 ns 17:32:22.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.791847000, lastModified=2023-04-30 17:32:22.789973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.789973000 to 2023-04-30 17:32:22.790973000 17:32:22.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.792389000, lastModified=2023-04-30 17:32:22.790973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.792389000, lastModified=2023-04-30 17:32:22.790973000, delta=1416000 ns, racy<=22500 ns 17:32:22.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.793006000, lastModified=2023-04-30 17:32:22.791973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.793006000, lastModified=2023-04-30 17:32:22.791973000, delta=1033000 ns, racy<=22500 ns 17:32:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.793592000, lastModified=2023-04-30 17:32:22.791973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.791973000 to 2023-04-30 17:32:22.792973000 17:32:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.794149000, lastModified=2023-04-30 17:32:22.792973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.794149000, lastModified=2023-04-30 17:32:22.792973000, delta=1176000 ns, racy<=22500 ns 17:32:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.794732000, lastModified=2023-04-30 17:32:22.792973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.792973000 to 2023-04-30 17:32:22.793973000 17:32:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.795270000, lastModified=2023-04-30 17:32:22.793973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.795270000, lastModified=2023-04-30 17:32:22.793973000, delta=1297000 ns, racy<=22500 ns 17:32:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.795805000, lastModified=2023-04-30 17:32:22.793973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.793973000 to 2023-04-30 17:32:22.794973000 17:32:22.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.796362000, lastModified=2023-04-30 17:32:22.794973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.796362000, lastModified=2023-04-30 17:32:22.794973000, delta=1389000 ns, racy<=22500 ns 17:32:22.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.797084000, lastModified=2023-04-30 17:32:22.795973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.797084000, lastModified=2023-04-30 17:32:22.795973000, delta=1111000 ns, racy<=22500 ns 17:32:22.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.797861000, lastModified=2023-04-30 17:32:22.795973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.795973000 to 2023-04-30 17:32:22.796973000 17:32:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.798431000, lastModified=2023-04-30 17:32:22.796973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.798431000, lastModified=2023-04-30 17:32:22.796973000, delta=1458000 ns, racy<=22500 ns 17:32:22.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.799008000, lastModified=2023-04-30 17:32:22.797973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.799008000, lastModified=2023-04-30 17:32:22.797973000, delta=1035000 ns, racy<=22500 ns 17:32:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.799565000, lastModified=2023-04-30 17:32:22.797973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.799565000, lastModified=2023-04-30 17:32:22.797973000, delta=1592000 ns, racy<=22500 ns 17:32:22.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.800166000, lastModified=2023-04-30 17:32:22.798973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.800166000, lastModified=2023-04-30 17:32:22.798973000, delta=1193000 ns, racy<=22500 ns 17:32:22.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.800726000, lastModified=2023-04-30 17:32:22.798973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.798973000 to 2023-04-30 17:32:22.799973000 17:32:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.801279000, lastModified=2023-04-30 17:32:22.799973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.801279000, lastModified=2023-04-30 17:32:22.799973000, delta=1306000 ns, racy<=22500 ns 17:32:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.801859000, lastModified=2023-04-30 17:32:22.799973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.799973000 to 2023-04-30 17:32:22.800973000 17:32:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.802371000, lastModified=2023-04-30 17:32:22.800973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.802371000, lastModified=2023-04-30 17:32:22.800973000, delta=1398000 ns, racy<=22500 ns 17:32:22.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.803202000, lastModified=2023-04-30 17:32:22.801973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.803202000, lastModified=2023-04-30 17:32:22.801973000, delta=1229000 ns, racy<=22500 ns 17:32:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.803750000, lastModified=2023-04-30 17:32:22.801973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.801973000 to 2023-04-30 17:32:22.802973000 17:32:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.804294000, lastModified=2023-04-30 17:32:22.802973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.804294000, lastModified=2023-04-30 17:32:22.802973000, delta=1321000 ns, racy<=22500 ns 17:32:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.804891000, lastModified=2023-04-30 17:32:22.803973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.804891000, lastModified=2023-04-30 17:32:22.803973000, delta=918000 ns, racy<=22500 ns 17:32:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.805464000, lastModified=2023-04-30 17:32:22.803973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.805464000, lastModified=2023-04-30 17:32:22.803973000, delta=1491000 ns, racy<=22500 ns 17:32:22.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.806009000, lastModified=2023-04-30 17:32:22.804973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.806009000, lastModified=2023-04-30 17:32:22.804973000, delta=1036000 ns, racy<=22500 ns 17:32:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.806569000, lastModified=2023-04-30 17:32:22.804973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.806569000, lastModified=2023-04-30 17:32:22.804973000, delta=1596000 ns, racy<=22500 ns 17:32:22.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.807118000, lastModified=2023-04-30 17:32:22.805973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.807118000, lastModified=2023-04-30 17:32:22.805973000, delta=1145000 ns, racy<=22500 ns 17:32:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.807694000, lastModified=2023-04-30 17:32:22.805973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.805973000 to 2023-04-30 17:32:22.806973000 17:32:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.808237000, lastModified=2023-04-30 17:32:22.806973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.808237000, lastModified=2023-04-30 17:32:22.806973000, delta=1264000 ns, racy<=22500 ns 17:32:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.808729000, lastModified=2023-04-30 17:32:22.806973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.806973000 to 2023-04-30 17:32:22.807973000 17:32:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.809283000, lastModified=2023-04-30 17:32:22.807973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.809283000, lastModified=2023-04-30 17:32:22.807973000, delta=1310000 ns, racy<=22500 ns 17:32:22.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.869275000, lastModified=2023-04-30 17:32:22.807973000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.807973000 to 2023-04-30 17:32:22.868972000 17:32:22.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.870264000, lastModified=2023-04-30 17:32:22.868972000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.870264000, lastModified=2023-04-30 17:32:22.868972000, delta=1292000 ns, racy<=22500 ns 17:32:22.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.870855000, lastModified=2023-04-30 17:32:22.868972000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.868972000 to 2023-04-30 17:32:22.869972000 17:32:22.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.871400000, lastModified=2023-04-30 17:32:22.869972000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.871400000, lastModified=2023-04-30 17:32:22.869972000, delta=1428000 ns, racy<=22500 ns 17:32:22.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.871934000, lastModified=2023-04-30 17:32:22.870972000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.871934000, lastModified=2023-04-30 17:32:22.870972000, delta=962000 ns, racy<=22500 ns 17:32:22.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.885167000, lastModified=2023-04-30 17:32:22.883972000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.883972000 to 2023-04-30 17:32:22.894972000 17:32:22.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.907203000, lastModified=2023-04-30 17:32:22.905971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.905971000 to 2023-04-30 17:32:22.918971000 17:32:22.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.932877000, lastModified=2023-04-30 17:32:22.930971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.930971000 to 2023-04-30 17:32:22.931971000 17:32:22.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.933603000, lastModified=2023-04-30 17:32:22.931971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.931971000 to 2023-04-30 17:32:22.932971000 17:32:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.934479000, lastModified=2023-04-30 17:32:22.932971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.934479000, lastModified=2023-04-30 17:32:22.932971000, delta=1508000 ns, racy<=22500 ns 17:32:22.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.935270000, lastModified=2023-04-30 17:32:22.933971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.935270000, lastModified=2023-04-30 17:32:22.933971000, delta=1299000 ns, racy<=22500 ns 17:32:22.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.935922000, lastModified=2023-04-30 17:32:22.934971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.935922000, lastModified=2023-04-30 17:32:22.934971000, delta=951000 ns, racy<=22500 ns 17:32:22.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.936485000, lastModified=2023-04-30 17:32:22.934971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.936485000, lastModified=2023-04-30 17:32:22.934971000, delta=1514000 ns, racy<=22500 ns 17:32:22.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.938496000, lastModified=2023-04-30 17:32:22.936971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.938496000, lastModified=2023-04-30 17:32:22.936971000, delta=1525000 ns, racy<=22500 ns 17:32:22.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.939069000, lastModified=2023-04-30 17:32:22.937971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.939069000, lastModified=2023-04-30 17:32:22.937971000, delta=1098000 ns, racy<=22500 ns 17:32:22.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.939920000, lastModified=2023-04-30 17:32:22.938971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.939920000, lastModified=2023-04-30 17:32:22.938971000, delta=949000 ns, racy<=22500 ns 17:32:22.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.940641000, lastModified=2023-04-30 17:32:22.938971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.938971000 to 2023-04-30 17:32:22.939971000 17:32:22.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.941278000, lastModified=2023-04-30 17:32:22.939971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.941278000, lastModified=2023-04-30 17:32:22.939971000, delta=1307000 ns, racy<=22500 ns 17:32:22.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.941856000, lastModified=2023-04-30 17:32:22.939971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.939971000 to 2023-04-30 17:32:22.940971000 17:32:22.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.942373000, lastModified=2023-04-30 17:32:22.940971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.942373000, lastModified=2023-04-30 17:32:22.940971000, delta=1402000 ns, racy<=22500 ns 17:32:22.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.942891000, lastModified=2023-04-30 17:32:22.941971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.942891000, lastModified=2023-04-30 17:32:22.941971000, delta=920000 ns, racy<=22500 ns 17:32:22.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.943416000, lastModified=2023-04-30 17:32:22.941971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.943416000, lastModified=2023-04-30 17:32:22.941971000, delta=1445000 ns, racy<=22500 ns 17:32:22.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.943905000, lastModified=2023-04-30 17:32:22.942971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.943905000, lastModified=2023-04-30 17:32:22.942971000, delta=934000 ns, racy<=22500 ns 17:32:22.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.969830000, lastModified=2023-04-30 17:32:22.967971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.967971000 to 2023-04-30 17:32:22.968971000 17:32:22.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.970842000, lastModified=2023-04-30 17:32:22.968971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.968971000 to 2023-04-30 17:32:22.969971000 17:32:22.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.971662000, lastModified=2023-04-30 17:32:22.969971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.969971000 to 2023-04-30 17:32:22.970971000 17:32:22.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.972428000, lastModified=2023-04-30 17:32:22.970971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.972428000, lastModified=2023-04-30 17:32:22.970971000, delta=1457000 ns, racy<=22500 ns 17:32:22.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.973260000, lastModified=2023-04-30 17:32:22.971971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.973260000, lastModified=2023-04-30 17:32:22.971971000, delta=1289000 ns, racy<=22500 ns 17:32:22.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.974167000, lastModified=2023-04-30 17:32:22.972971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.974167000, lastModified=2023-04-30 17:32:22.972971000, delta=1196000 ns, racy<=22500 ns 17:32:22.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.975274000, lastModified=2023-04-30 17:32:22.973971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.975274000, lastModified=2023-04-30 17:32:22.973971000, delta=1303000 ns, racy<=22500 ns 17:32:22.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.976019000, lastModified=2023-04-30 17:32:22.974971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.976019000, lastModified=2023-04-30 17:32:22.974971000, delta=1048000 ns, racy<=22500 ns 17:32:22.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.976738000, lastModified=2023-04-30 17:32:22.974971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.974971000 to 2023-04-30 17:32:22.975971000 17:32:22.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.977448000, lastModified=2023-04-30 17:32:22.975971000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.975971000 to 2023-04-30 17:32:22.986970000 17:32:22.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.989504000, lastModified=2023-04-30 17:32:22.987970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.987970000 to 2023-04-30 17:32:22.988970000 17:32:22.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.990268000, lastModified=2023-04-30 17:32:22.988970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.990268000, lastModified=2023-04-30 17:32:22.988970000, delta=1298000 ns, racy<=22500 ns 17:32:22.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.990852000, lastModified=2023-04-30 17:32:22.988970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.988970000 to 2023-04-30 17:32:22.989970000 17:32:22.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.991411000, lastModified=2023-04-30 17:32:22.989970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.991411000, lastModified=2023-04-30 17:32:22.989970000, delta=1441000 ns, racy<=22500 ns 17:32:22.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.991907000, lastModified=2023-04-30 17:32:22.990970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.991907000, lastModified=2023-04-30 17:32:22.990970000, delta=937000 ns, racy<=22500 ns 17:32:22.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.992559000, lastModified=2023-04-30 17:32:22.990970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.992559000, lastModified=2023-04-30 17:32:22.990970000, delta=1589000 ns, racy<=22500 ns 17:32:22.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.993150000, lastModified=2023-04-30 17:32:22.991970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.993150000, lastModified=2023-04-30 17:32:22.991970000, delta=1180000 ns, racy<=22500 ns 17:32:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.993934000, lastModified=2023-04-30 17:32:22.992970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.993934000, lastModified=2023-04-30 17:32:22.992970000, delta=964000 ns, racy<=22500 ns 17:32:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.994506000, lastModified=2023-04-30 17:32:22.992970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.994506000, lastModified=2023-04-30 17:32:22.992970000, delta=1536000 ns, racy<=22500 ns 17:32:22.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.995024000, lastModified=2023-04-30 17:32:22.993970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.995024000, lastModified=2023-04-30 17:32:22.993970000, delta=1054000 ns, racy<=22500 ns 17:32:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.995541000, lastModified=2023-04-30 17:32:22.993970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.995541000, lastModified=2023-04-30 17:32:22.993970000, delta=1571000 ns, racy<=22500 ns 17:32:22.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.996048000, lastModified=2023-04-30 17:32:22.994970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.996048000, lastModified=2023-04-30 17:32:22.994970000, delta=1078000 ns, racy<=22500 ns 17:32:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.996621000, lastModified=2023-04-30 17:32:22.994970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.994970000 to 2023-04-30 17:32:22.995970000 17:32:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.997086000, lastModified=2023-04-30 17:32:22.995970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.997086000, lastModified=2023-04-30 17:32:22.995970000, delta=1116000 ns, racy<=22500 ns 17:32:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.997621000, lastModified=2023-04-30 17:32:22.995970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.995970000 to 2023-04-30 17:32:22.996970000 17:32:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.998126000, lastModified=2023-04-30 17:32:22.996970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.998126000, lastModified=2023-04-30 17:32:22.996970000, delta=1156000 ns, racy<=22500 ns 17:32:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.998636000, lastModified=2023-04-30 17:32:22.996970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.996970000 to 2023-04-30 17:32:22.997970000 17:32:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.999385000, lastModified=2023-04-30 17:32:22.997970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.999385000, lastModified=2023-04-30 17:32:22.997970000, delta=1415000 ns, racy<=22500 ns 17:32:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:22.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:22.999901000, lastModified=2023-04-30 17:32:22.998970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:22.999901000, lastModified=2023-04-30 17:32:22.998970000, delta=931000 ns, racy<=22500 ns 17:32:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.000410000, lastModified=2023-04-30 17:32:22.998970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.000410000, lastModified=2023-04-30 17:32:22.998970000, delta=1440000 ns, racy<=22500 ns 17:32:23.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.001000000, lastModified=2023-04-30 17:32:22.999970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.001000000, lastModified=2023-04-30 17:32:22.999970000, delta=1030000 ns, racy<=22500 ns 17:32:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.001655000, lastModified=2023-04-30 17:32:22.999970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:22.999970000 to 2023-04-30 17:32:23.000970000 17:32:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.002102000, lastModified=2023-04-30 17:32:23.000970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.002102000, lastModified=2023-04-30 17:32:23.000970000, delta=1132000 ns, racy<=22500 ns 17:32:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.002611000, lastModified=2023-04-30 17:32:23.000970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.000970000 to 2023-04-30 17:32:23.001970000 17:32:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.003034000, lastModified=2023-04-30 17:32:23.001970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.003034000, lastModified=2023-04-30 17:32:23.001970000, delta=1064000 ns, racy<=22500 ns 17:32:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.003688000, lastModified=2023-04-30 17:32:23.001970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.001970000 to 2023-04-30 17:32:23.002970000 17:32:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.004385000, lastModified=2023-04-30 17:32:23.002970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.004385000, lastModified=2023-04-30 17:32:23.002970000, delta=1415000 ns, racy<=22500 ns 17:32:23.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.005111000, lastModified=2023-04-30 17:32:23.003970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.005111000, lastModified=2023-04-30 17:32:23.003970000, delta=1141000 ns, racy<=22500 ns 17:32:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.005720000, lastModified=2023-04-30 17:32:23.003970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.003970000 to 2023-04-30 17:32:23.004970000 17:32:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.006209000, lastModified=2023-04-30 17:32:23.004970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.006209000, lastModified=2023-04-30 17:32:23.004970000, delta=1239000 ns, racy<=22500 ns 17:32:23.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.007025000, lastModified=2023-04-30 17:32:23.005970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.007025000, lastModified=2023-04-30 17:32:23.005970000, delta=1055000 ns, racy<=22500 ns 17:32:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.007658000, lastModified=2023-04-30 17:32:23.005970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.005970000 to 2023-04-30 17:32:23.006970000 17:32:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.008106000, lastModified=2023-04-30 17:32:23.006970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.008106000, lastModified=2023-04-30 17:32:23.006970000, delta=1136000 ns, racy<=22500 ns 17:32:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.008656000, lastModified=2023-04-30 17:32:23.006970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.006970000 to 2023-04-30 17:32:23.007970000 17:32:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.009068000, lastModified=2023-04-30 17:32:23.007970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.009068000, lastModified=2023-04-30 17:32:23.007970000, delta=1098000 ns, racy<=22500 ns 17:32:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.009581000, lastModified=2023-04-30 17:32:23.007970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.009581000, lastModified=2023-04-30 17:32:23.007970000, delta=1611000 ns, racy<=22500 ns 17:32:23.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.010141000, lastModified=2023-04-30 17:32:23.008970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.010141000, lastModified=2023-04-30 17:32:23.008970000, delta=1171000 ns, racy<=22500 ns 17:32:23.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.011005000, lastModified=2023-04-30 17:32:23.008970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.008970000 to 2023-04-30 17:32:23.009970000 17:32:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.011566000, lastModified=2023-04-30 17:32:23.009970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.011566000, lastModified=2023-04-30 17:32:23.009970000, delta=1596000 ns, racy<=22500 ns 17:32:23.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.012031000, lastModified=2023-04-30 17:32:23.010970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.012031000, lastModified=2023-04-30 17:32:23.010970000, delta=1061000 ns, racy<=22500 ns 17:32:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.012499000, lastModified=2023-04-30 17:32:23.010970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.012499000, lastModified=2023-04-30 17:32:23.010970000, delta=1529000 ns, racy<=22500 ns 17:32:23.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.012995000, lastModified=2023-04-30 17:32:23.011970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.012995000, lastModified=2023-04-30 17:32:23.011970000, delta=1025000 ns, racy<=22500 ns 17:32:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.013627000, lastModified=2023-04-30 17:32:23.011970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.011970000 to 2023-04-30 17:32:23.012970000 17:32:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.014186000, lastModified=2023-04-30 17:32:23.012970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.014186000, lastModified=2023-04-30 17:32:23.012970000, delta=1216000 ns, racy<=22500 ns 17:32:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.014973000, lastModified=2023-04-30 17:32:23.013970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.014973000, lastModified=2023-04-30 17:32:23.013970000, delta=1003000 ns, racy<=22500 ns 17:32:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.015600000, lastModified=2023-04-30 17:32:23.013970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.015600000, lastModified=2023-04-30 17:32:23.013970000, delta=1630000 ns, racy<=22500 ns 17:32:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.016123000, lastModified=2023-04-30 17:32:23.014970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.016123000, lastModified=2023-04-30 17:32:23.014970000, delta=1153000 ns, racy<=22500 ns 17:32:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.016633000, lastModified=2023-04-30 17:32:23.014970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.014970000 to 2023-04-30 17:32:23.015970000 17:32:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.017077000, lastModified=2023-04-30 17:32:23.015970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.017077000, lastModified=2023-04-30 17:32:23.015970000, delta=1107000 ns, racy<=22500 ns 17:32:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.017598000, lastModified=2023-04-30 17:32:23.015970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.017598000, lastModified=2023-04-30 17:32:23.015970000, delta=1628000 ns, racy<=22500 ns 17:32:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.018095000, lastModified=2023-04-30 17:32:23.016970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.018095000, lastModified=2023-04-30 17:32:23.016970000, delta=1125000 ns, racy<=22500 ns 17:32:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.018544000, lastModified=2023-04-30 17:32:23.016970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.018544000, lastModified=2023-04-30 17:32:23.016970000, delta=1574000 ns, racy<=22500 ns 17:32:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.019019000, lastModified=2023-04-30 17:32:23.017970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.019019000, lastModified=2023-04-30 17:32:23.017970000, delta=1049000 ns, racy<=22500 ns 17:32:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.019488000, lastModified=2023-04-30 17:32:23.017970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.019488000, lastModified=2023-04-30 17:32:23.017970000, delta=1518000 ns, racy<=22500 ns 17:32:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.019926000, lastModified=2023-04-30 17:32:23.018970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.019926000, lastModified=2023-04-30 17:32:23.018970000, delta=956000 ns, racy<=22500 ns 17:32:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.020386000, lastModified=2023-04-30 17:32:23.018970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.020386000, lastModified=2023-04-30 17:32:23.018970000, delta=1416000 ns, racy<=22500 ns 17:32:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.020862000, lastModified=2023-04-30 17:32:23.018970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.018970000 to 2023-04-30 17:32:23.019970000 17:32:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.021335000, lastModified=2023-04-30 17:32:23.019970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.021335000, lastModified=2023-04-30 17:32:23.019970000, delta=1365000 ns, racy<=22500 ns 17:32:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.022027000, lastModified=2023-04-30 17:32:23.020970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.022027000, lastModified=2023-04-30 17:32:23.020970000, delta=1057000 ns, racy<=22500 ns 17:32:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.022477000, lastModified=2023-04-30 17:32:23.020970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.022477000, lastModified=2023-04-30 17:32:23.020970000, delta=1507000 ns, racy<=22500 ns 17:32:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.022916000, lastModified=2023-04-30 17:32:23.021970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.022916000, lastModified=2023-04-30 17:32:23.021970000, delta=946000 ns, racy<=22500 ns 17:32:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.023382000, lastModified=2023-04-30 17:32:23.021970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.023382000, lastModified=2023-04-30 17:32:23.021970000, delta=1412000 ns, racy<=22500 ns 17:32:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.023775000, lastModified=2023-04-30 17:32:23.021970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.021970000 to 2023-04-30 17:32:23.022970000 17:32:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.024230000, lastModified=2023-04-30 17:32:23.022970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.024230000, lastModified=2023-04-30 17:32:23.022970000, delta=1260000 ns, racy<=22500 ns 17:32:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.024693000, lastModified=2023-04-30 17:32:23.022970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.022970000 to 2023-04-30 17:32:23.023970000 17:32:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.025188000, lastModified=2023-04-30 17:32:23.023970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.025188000, lastModified=2023-04-30 17:32:23.023970000, delta=1218000 ns, racy<=22500 ns 17:32:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.025680000, lastModified=2023-04-30 17:32:23.023970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.023970000 to 2023-04-30 17:32:23.024970000 17:32:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.026130000, lastModified=2023-04-30 17:32:23.024970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.026130000, lastModified=2023-04-30 17:32:23.024970000, delta=1160000 ns, racy<=22500 ns 17:32:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.026592000, lastModified=2023-04-30 17:32:23.024970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.026592000, lastModified=2023-04-30 17:32:23.024970000, delta=1622000 ns, racy<=22500 ns 17:32:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.027064000, lastModified=2023-04-30 17:32:23.025970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.027064000, lastModified=2023-04-30 17:32:23.025970000, delta=1094000 ns, racy<=22500 ns 17:32:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.027516000, lastModified=2023-04-30 17:32:23.025970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.027516000, lastModified=2023-04-30 17:32:23.025970000, delta=1546000 ns, racy<=22500 ns 17:32:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.028007000, lastModified=2023-04-30 17:32:23.026970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.028007000, lastModified=2023-04-30 17:32:23.026970000, delta=1037000 ns, racy<=22500 ns 17:32:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.028463000, lastModified=2023-04-30 17:32:23.026970000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.028463000, lastModified=2023-04-30 17:32:23.026970000, delta=1493000 ns, racy<=22500 ns 17:32:23.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.070027000, lastModified=2023-04-30 17:32:23.068969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.070027000, lastModified=2023-04-30 17:32:23.068969000, delta=1058000 ns, racy<=22500 ns 17:32:23.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.070997000, lastModified=2023-04-30 17:32:23.069969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.070997000, lastModified=2023-04-30 17:32:23.069969000, delta=1028000 ns, racy<=22500 ns 17:32:23.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.071856000, lastModified=2023-04-30 17:32:23.069969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.069969000 to 2023-04-30 17:32:23.070969000 17:32:23.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.072555000, lastModified=2023-04-30 17:32:23.070969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.072555000, lastModified=2023-04-30 17:32:23.070969000, delta=1586000 ns, racy<=22500 ns 17:32:23.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.073265000, lastModified=2023-04-30 17:32:23.071969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.073265000, lastModified=2023-04-30 17:32:23.071969000, delta=1296000 ns, racy<=22500 ns 17:32:23.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.074271000, lastModified=2023-04-30 17:32:23.072969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.074271000, lastModified=2023-04-30 17:32:23.072969000, delta=1302000 ns, racy<=22500 ns 17:32:23.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.075040000, lastModified=2023-04-30 17:32:23.073969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.075040000, lastModified=2023-04-30 17:32:23.073969000, delta=1071000 ns, racy<=22500 ns 17:32:23.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.075892000, lastModified=2023-04-30 17:32:23.074969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.075892000, lastModified=2023-04-30 17:32:23.074969000, delta=923000 ns, racy<=22500 ns 17:32:23.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.076605000, lastModified=2023-04-30 17:32:23.074969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.074969000 to 2023-04-30 17:32:23.075969000 17:32:23.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.077208000, lastModified=2023-04-30 17:32:23.075969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.077208000, lastModified=2023-04-30 17:32:23.075969000, delta=1239000 ns, racy<=22500 ns 17:32:23.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.077959000, lastModified=2023-04-30 17:32:23.076969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.077959000, lastModified=2023-04-30 17:32:23.076969000, delta=990000 ns, racy<=22500 ns 17:32:23.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.078641000, lastModified=2023-04-30 17:32:23.076969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.076969000 to 2023-04-30 17:32:23.077969000 17:32:23.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.079314000, lastModified=2023-04-30 17:32:23.077969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.079314000, lastModified=2023-04-30 17:32:23.077969000, delta=1345000 ns, racy<=22500 ns 17:32:23.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.080028000, lastModified=2023-04-30 17:32:23.078969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.080028000, lastModified=2023-04-30 17:32:23.078969000, delta=1059000 ns, racy<=22500 ns 17:32:23.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.080726000, lastModified=2023-04-30 17:32:23.078969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.078969000 to 2023-04-30 17:32:23.079969000 17:32:23.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.081376000, lastModified=2023-04-30 17:32:23.079969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.081376000, lastModified=2023-04-30 17:32:23.079969000, delta=1407000 ns, racy<=22500 ns 17:32:23.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.082392000, lastModified=2023-04-30 17:32:23.080969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.080969000 to 2023-04-30 17:32:23.081969000 17:32:23.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.083261000, lastModified=2023-04-30 17:32:23.081969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.083261000, lastModified=2023-04-30 17:32:23.081969000, delta=1292000 ns, racy<=22500 ns 17:32:23.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.083739000, lastModified=2023-04-30 17:32:23.081969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.081969000 to 2023-04-30 17:32:23.082969000 17:32:23.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.084241000, lastModified=2023-04-30 17:32:23.082969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.084241000, lastModified=2023-04-30 17:32:23.082969000, delta=1272000 ns, racy<=22500 ns 17:32:23.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.084737000, lastModified=2023-04-30 17:32:23.082969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.082969000 to 2023-04-30 17:32:23.083969000 17:32:23.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.085225000, lastModified=2023-04-30 17:32:23.083969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.085225000, lastModified=2023-04-30 17:32:23.083969000, delta=1256000 ns, racy<=22500 ns 17:32:23.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.085671000, lastModified=2023-04-30 17:32:23.083969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.083969000 to 2023-04-30 17:32:23.084969000 17:32:23.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.086146000, lastModified=2023-04-30 17:32:23.084969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.086146000, lastModified=2023-04-30 17:32:23.084969000, delta=1177000 ns, racy<=22500 ns 17:32:23.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.086599000, lastModified=2023-04-30 17:32:23.084969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.084969000 to 2023-04-30 17:32:23.085969000 17:32:23.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.087079000, lastModified=2023-04-30 17:32:23.085969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.087079000, lastModified=2023-04-30 17:32:23.085969000, delta=1110000 ns, racy<=22500 ns 17:32:23.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.087959000, lastModified=2023-04-30 17:32:23.086969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.087959000, lastModified=2023-04-30 17:32:23.086969000, delta=990000 ns, racy<=22500 ns 17:32:23.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.088497000, lastModified=2023-04-30 17:32:23.086969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.088497000, lastModified=2023-04-30 17:32:23.086969000, delta=1528000 ns, racy<=22500 ns 17:32:23.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.089011000, lastModified=2023-04-30 17:32:23.087969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.089011000, lastModified=2023-04-30 17:32:23.087969000, delta=1042000 ns, racy<=22500 ns 17:32:23.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.089591000, lastModified=2023-04-30 17:32:23.087969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.089591000, lastModified=2023-04-30 17:32:23.087969000, delta=1622000 ns, racy<=22500 ns 17:32:23.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.090133000, lastModified=2023-04-30 17:32:23.088969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.090133000, lastModified=2023-04-30 17:32:23.088969000, delta=1164000 ns, racy<=22500 ns 17:32:23.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.090595000, lastModified=2023-04-30 17:32:23.088969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.090595000, lastModified=2023-04-30 17:32:23.088969000, delta=1626000 ns, racy<=22500 ns 17:32:23.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.091138000, lastModified=2023-04-30 17:32:23.089969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.091138000, lastModified=2023-04-30 17:32:23.089969000, delta=1169000 ns, racy<=22500 ns 17:32:23.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.091652000, lastModified=2023-04-30 17:32:23.089969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.089969000 to 2023-04-30 17:32:23.090969000 17:32:23.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.092182000, lastModified=2023-04-30 17:32:23.090969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.092182000, lastModified=2023-04-30 17:32:23.090969000, delta=1213000 ns, racy<=22500 ns 17:32:23.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.092854000, lastModified=2023-04-30 17:32:23.090969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.090969000 to 2023-04-30 17:32:23.091969000 17:32:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.093475000, lastModified=2023-04-30 17:32:23.091969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.093475000, lastModified=2023-04-30 17:32:23.091969000, delta=1506000 ns, racy<=22500 ns 17:32:23.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.094049000, lastModified=2023-04-30 17:32:23.092969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.094049000, lastModified=2023-04-30 17:32:23.092969000, delta=1080000 ns, racy<=22500 ns 17:32:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.094579000, lastModified=2023-04-30 17:32:23.092969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.094579000, lastModified=2023-04-30 17:32:23.092969000, delta=1610000 ns, racy<=22500 ns 17:32:23.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.095117000, lastModified=2023-04-30 17:32:23.093969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.095117000, lastModified=2023-04-30 17:32:23.093969000, delta=1148000 ns, racy<=22500 ns 17:32:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.095668000, lastModified=2023-04-30 17:32:23.093969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.093969000 to 2023-04-30 17:32:23.094969000 17:32:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.096183000, lastModified=2023-04-30 17:32:23.094969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.096183000, lastModified=2023-04-30 17:32:23.094969000, delta=1214000 ns, racy<=22500 ns 17:32:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.096671000, lastModified=2023-04-30 17:32:23.094969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.094969000 to 2023-04-30 17:32:23.095969000 17:32:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.097167000, lastModified=2023-04-30 17:32:23.095969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.097167000, lastModified=2023-04-30 17:32:23.095969000, delta=1198000 ns, racy<=22500 ns 17:32:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.097659000, lastModified=2023-04-30 17:32:23.095969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.095969000 to 2023-04-30 17:32:23.096969000 17:32:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.098248000, lastModified=2023-04-30 17:32:23.096969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.098248000, lastModified=2023-04-30 17:32:23.096969000, delta=1279000 ns, racy<=22500 ns 17:32:23.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.099058000, lastModified=2023-04-30 17:32:23.096969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.096969000 to 2023-04-30 17:32:23.097969000 17:32:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.099605000, lastModified=2023-04-30 17:32:23.097969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.097969000 to 2023-04-30 17:32:23.098969000 17:32:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.100176000, lastModified=2023-04-30 17:32:23.098969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.100176000, lastModified=2023-04-30 17:32:23.098969000, delta=1207000 ns, racy<=22500 ns 17:32:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.100750000, lastModified=2023-04-30 17:32:23.098969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.098969000 to 2023-04-30 17:32:23.099969000 17:32:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.101341000, lastModified=2023-04-30 17:32:23.099969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.101341000, lastModified=2023-04-30 17:32:23.099969000, delta=1372000 ns, racy<=22500 ns 17:32:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.101814000, lastModified=2023-04-30 17:32:23.099969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.099969000 to 2023-04-30 17:32:23.100969000 17:32:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.102364000, lastModified=2023-04-30 17:32:23.100969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.102364000, lastModified=2023-04-30 17:32:23.100969000, delta=1395000 ns, racy<=22500 ns 17:32:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.102775000, lastModified=2023-04-30 17:32:23.100969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.100969000 to 2023-04-30 17:32:23.101969000 17:32:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.103416000, lastModified=2023-04-30 17:32:23.101969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.103416000, lastModified=2023-04-30 17:32:23.101969000, delta=1447000 ns, racy<=22500 ns 17:32:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.103850000, lastModified=2023-04-30 17:32:23.101969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.101969000 to 2023-04-30 17:32:23.102969000 17:32:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.104330000, lastModified=2023-04-30 17:32:23.102969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.104330000, lastModified=2023-04-30 17:32:23.102969000, delta=1361000 ns, racy<=22500 ns 17:32:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.104817000, lastModified=2023-04-30 17:32:23.102969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.102969000 to 2023-04-30 17:32:23.103969000 17:32:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.105302000, lastModified=2023-04-30 17:32:23.103969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.105302000, lastModified=2023-04-30 17:32:23.103969000, delta=1333000 ns, racy<=22500 ns 17:32:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.105736000, lastModified=2023-04-30 17:32:23.103969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.103969000 to 2023-04-30 17:32:23.104969000 17:32:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.106196000, lastModified=2023-04-30 17:32:23.104969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.106196000, lastModified=2023-04-30 17:32:23.104969000, delta=1227000 ns, racy<=22500 ns 17:32:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.106635000, lastModified=2023-04-30 17:32:23.104969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.104969000 to 2023-04-30 17:32:23.105969000 17:32:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.107062000, lastModified=2023-04-30 17:32:23.105969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.107062000, lastModified=2023-04-30 17:32:23.105969000, delta=1093000 ns, racy<=22500 ns 17:32:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.107494000, lastModified=2023-04-30 17:32:23.105969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.107494000, lastModified=2023-04-30 17:32:23.105969000, delta=1525000 ns, racy<=22500 ns 17:32:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.107929000, lastModified=2023-04-30 17:32:23.106969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.107929000, lastModified=2023-04-30 17:32:23.106969000, delta=960000 ns, racy<=22500 ns 17:32:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.108444000, lastModified=2023-04-30 17:32:23.106969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.108444000, lastModified=2023-04-30 17:32:23.106969000, delta=1475000 ns, racy<=22500 ns 17:32:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.108860000, lastModified=2023-04-30 17:32:23.107969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.108860000, lastModified=2023-04-30 17:32:23.107969000, delta=891000 ns, racy<=22500 ns 17:32:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.109607000, lastModified=2023-04-30 17:32:23.107969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.109607000, lastModified=2023-04-30 17:32:23.107969000, delta=1638000 ns, racy<=22500 ns 17:32:23.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.110047000, lastModified=2023-04-30 17:32:23.108969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.110047000, lastModified=2023-04-30 17:32:23.108969000, delta=1078000 ns, racy<=22500 ns 17:32:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.110512000, lastModified=2023-04-30 17:32:23.108969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.110512000, lastModified=2023-04-30 17:32:23.108969000, delta=1543000 ns, racy<=22500 ns 17:32:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.110954000, lastModified=2023-04-30 17:32:23.109969000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.110954000, lastModified=2023-04-30 17:32:23.109969000, delta=985000 ns, racy<=22500 ns 17:32:23.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.169976000, lastModified=2023-04-30 17:32:23.168968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.169976000, lastModified=2023-04-30 17:32:23.168968000, delta=1008000 ns, racy<=22500 ns 17:32:23.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.170642000, lastModified=2023-04-30 17:32:23.168968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.168968000 to 2023-04-30 17:32:23.169968000 17:32:23.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.171142000, lastModified=2023-04-30 17:32:23.169968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.171142000, lastModified=2023-04-30 17:32:23.169968000, delta=1174000 ns, racy<=22500 ns 17:32:23.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.171611000, lastModified=2023-04-30 17:32:23.169968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.171611000, lastModified=2023-04-30 17:32:23.169968000, delta=1643000 ns, racy<=22500 ns 17:32:23.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.172077000, lastModified=2023-04-30 17:32:23.170968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.172077000, lastModified=2023-04-30 17:32:23.170968000, delta=1109000 ns, racy<=22500 ns 17:32:23.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.172568000, lastModified=2023-04-30 17:32:23.170968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.172568000, lastModified=2023-04-30 17:32:23.170968000, delta=1600000 ns, racy<=22500 ns 17:32:23.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.173084000, lastModified=2023-04-30 17:32:23.171968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.173084000, lastModified=2023-04-30 17:32:23.171968000, delta=1116000 ns, racy<=22500 ns 17:32:23.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.173545000, lastModified=2023-04-30 17:32:23.171968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.173545000, lastModified=2023-04-30 17:32:23.171968000, delta=1577000 ns, racy<=22500 ns 17:32:23.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.174036000, lastModified=2023-04-30 17:32:23.172968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.174036000, lastModified=2023-04-30 17:32:23.172968000, delta=1068000 ns, racy<=22500 ns 17:32:23.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.174514000, lastModified=2023-04-30 17:32:23.172968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.174514000, lastModified=2023-04-30 17:32:23.172968000, delta=1546000 ns, racy<=22500 ns 17:32:23.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.174948000, lastModified=2023-04-30 17:32:23.173968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.174948000, lastModified=2023-04-30 17:32:23.173968000, delta=980000 ns, racy<=22500 ns 17:32:23.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.175432000, lastModified=2023-04-30 17:32:23.173968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.175432000, lastModified=2023-04-30 17:32:23.173968000, delta=1464000 ns, racy<=22500 ns 17:32:23.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.175876000, lastModified=2023-04-30 17:32:23.174968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.175876000, lastModified=2023-04-30 17:32:23.174968000, delta=908000 ns, racy<=22500 ns 17:32:23.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.176365000, lastModified=2023-04-30 17:32:23.174968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.176365000, lastModified=2023-04-30 17:32:23.174968000, delta=1397000 ns, racy<=22500 ns 17:32:23.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.176863000, lastModified=2023-04-30 17:32:23.175968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.176863000, lastModified=2023-04-30 17:32:23.175968000, delta=895000 ns, racy<=22500 ns 17:32:23.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.177373000, lastModified=2023-04-30 17:32:23.175968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.177373000, lastModified=2023-04-30 17:32:23.175968000, delta=1405000 ns, racy<=22500 ns 17:32:23.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.178082000, lastModified=2023-04-30 17:32:23.175968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.175968000 to 2023-04-30 17:32:23.176968000 17:32:23.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.178615000, lastModified=2023-04-30 17:32:23.176968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.176968000 to 2023-04-30 17:32:23.177968000 17:32:23.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.179047000, lastModified=2023-04-30 17:32:23.177968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.179047000, lastModified=2023-04-30 17:32:23.177968000, delta=1079000 ns, racy<=22500 ns 17:32:23.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.179517000, lastModified=2023-04-30 17:32:23.177968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.179517000, lastModified=2023-04-30 17:32:23.177968000, delta=1549000 ns, racy<=22500 ns 17:32:23.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.179962000, lastModified=2023-04-30 17:32:23.178968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.179962000, lastModified=2023-04-30 17:32:23.178968000, delta=994000 ns, racy<=22500 ns 17:32:23.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.180430000, lastModified=2023-04-30 17:32:23.178968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.180430000, lastModified=2023-04-30 17:32:23.178968000, delta=1462000 ns, racy<=22500 ns 17:32:23.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.180880000, lastModified=2023-04-30 17:32:23.179968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.180880000, lastModified=2023-04-30 17:32:23.179968000, delta=912000 ns, racy<=22500 ns 17:32:23.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.181352000, lastModified=2023-04-30 17:32:23.179968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.181352000, lastModified=2023-04-30 17:32:23.179968000, delta=1384000 ns, racy<=22500 ns 17:32:23.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.181761000, lastModified=2023-04-30 17:32:23.179968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.179968000 to 2023-04-30 17:32:23.180968000 17:32:23.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.182232000, lastModified=2023-04-30 17:32:23.180968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.182232000, lastModified=2023-04-30 17:32:23.180968000, delta=1264000 ns, racy<=22500 ns 17:32:23.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.182638000, lastModified=2023-04-30 17:32:23.180968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.180968000 to 2023-04-30 17:32:23.181968000 17:32:23.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.183050000, lastModified=2023-04-30 17:32:23.181968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.183050000, lastModified=2023-04-30 17:32:23.181968000, delta=1082000 ns, racy<=22500 ns 17:32:23.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.183525000, lastModified=2023-04-30 17:32:23.181968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.183525000, lastModified=2023-04-30 17:32:23.181968000, delta=1557000 ns, racy<=22500 ns 17:32:23.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.183965000, lastModified=2023-04-30 17:32:23.182968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.183965000, lastModified=2023-04-30 17:32:23.182968000, delta=997000 ns, racy<=22500 ns 17:32:23.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.184433000, lastModified=2023-04-30 17:32:23.182968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.184433000, lastModified=2023-04-30 17:32:23.182968000, delta=1465000 ns, racy<=22500 ns 17:32:23.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.184874000, lastModified=2023-04-30 17:32:23.183968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.184874000, lastModified=2023-04-30 17:32:23.183968000, delta=906000 ns, racy<=22500 ns 17:32:23.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.185351000, lastModified=2023-04-30 17:32:23.183968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.185351000, lastModified=2023-04-30 17:32:23.183968000, delta=1383000 ns, racy<=22500 ns 17:32:23.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.185839000, lastModified=2023-04-30 17:32:23.183968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.183968000 to 2023-04-30 17:32:23.184968000 17:32:23.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.186268000, lastModified=2023-04-30 17:32:23.184968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.186268000, lastModified=2023-04-30 17:32:23.184968000, delta=1300000 ns, racy<=22500 ns 17:32:23.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.186697000, lastModified=2023-04-30 17:32:23.184968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.184968000 to 2023-04-30 17:32:23.185968000 17:32:23.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.187128000, lastModified=2023-04-30 17:32:23.185968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.187128000, lastModified=2023-04-30 17:32:23.185968000, delta=1160000 ns, racy<=22500 ns 17:32:23.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.187863000, lastModified=2023-04-30 17:32:23.186968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.187863000, lastModified=2023-04-30 17:32:23.186968000, delta=895000 ns, racy<=22500 ns 17:32:23.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.188339000, lastModified=2023-04-30 17:32:23.186968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.188339000, lastModified=2023-04-30 17:32:23.186968000, delta=1371000 ns, racy<=22500 ns 17:32:23.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.188765000, lastModified=2023-04-30 17:32:23.186968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.186968000 to 2023-04-30 17:32:23.187968000 17:32:23.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.189237000, lastModified=2023-04-30 17:32:23.187968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.189237000, lastModified=2023-04-30 17:32:23.187968000, delta=1269000 ns, racy<=22500 ns 17:32:23.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.189694000, lastModified=2023-04-30 17:32:23.187968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.187968000 to 2023-04-30 17:32:23.188968000 17:32:23.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.190106000, lastModified=2023-04-30 17:32:23.188968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.190106000, lastModified=2023-04-30 17:32:23.188968000, delta=1138000 ns, racy<=22500 ns 17:32:23.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.190602000, lastModified=2023-04-30 17:32:23.188968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.188968000 to 2023-04-30 17:32:23.189968000 17:32:23.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.191072000, lastModified=2023-04-30 17:32:23.189968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.191072000, lastModified=2023-04-30 17:32:23.189968000, delta=1104000 ns, racy<=22500 ns 17:32:23.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.191614000, lastModified=2023-04-30 17:32:23.189968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.189968000 to 2023-04-30 17:32:23.190968000 17:32:23.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.192108000, lastModified=2023-04-30 17:32:23.190968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.192108000, lastModified=2023-04-30 17:32:23.190968000, delta=1140000 ns, racy<=22500 ns 17:32:23.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.192641000, lastModified=2023-04-30 17:32:23.190968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.190968000 to 2023-04-30 17:32:23.191968000 17:32:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.193089000, lastModified=2023-04-30 17:32:23.191968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.193089000, lastModified=2023-04-30 17:32:23.191968000, delta=1121000 ns, racy<=22500 ns 17:32:23.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.194160000, lastModified=2023-04-30 17:32:23.192968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.194160000, lastModified=2023-04-30 17:32:23.192968000, delta=1192000 ns, racy<=22500 ns 17:32:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.194904000, lastModified=2023-04-30 17:32:23.193968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.194904000, lastModified=2023-04-30 17:32:23.193968000, delta=936000 ns, racy<=22500 ns 17:32:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.195536000, lastModified=2023-04-30 17:32:23.193968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.195536000, lastModified=2023-04-30 17:32:23.193968000, delta=1568000 ns, racy<=22500 ns 17:32:23.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.196152000, lastModified=2023-04-30 17:32:23.194968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.196152000, lastModified=2023-04-30 17:32:23.194968000, delta=1184000 ns, racy<=22500 ns 17:32:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.196769000, lastModified=2023-04-30 17:32:23.194968000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.194968000 to 2023-04-30 17:32:23.195967000 17:32:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.197369000, lastModified=2023-04-30 17:32:23.195967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.197369000, lastModified=2023-04-30 17:32:23.195967000, delta=1402000 ns, racy<=22500 ns 17:32:23.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.197973000, lastModified=2023-04-30 17:32:23.196967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.197973000, lastModified=2023-04-30 17:32:23.196967000, delta=1006000 ns, racy<=22500 ns 17:32:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.198574000, lastModified=2023-04-30 17:32:23.196967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.198574000, lastModified=2023-04-30 17:32:23.196967000, delta=1607000 ns, racy<=22500 ns 17:32:23.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.199387000, lastModified=2023-04-30 17:32:23.197967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.199387000, lastModified=2023-04-30 17:32:23.197967000, delta=1420000 ns, racy<=22500 ns 17:32:23.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.200115000, lastModified=2023-04-30 17:32:23.198967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.198967000 to 2023-04-30 17:32:23.203967000 17:32:23.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.205990000, lastModified=2023-04-30 17:32:23.204967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.204967000 to 2023-04-30 17:32:23.206967000 17:32:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.208505000, lastModified=2023-04-30 17:32:23.206967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.208505000, lastModified=2023-04-30 17:32:23.206967000, delta=1538000 ns, racy<=22500 ns 17:32:23.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.209030000, lastModified=2023-04-30 17:32:23.207967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.209030000, lastModified=2023-04-30 17:32:23.207967000, delta=1063000 ns, racy<=22500 ns 17:32:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.209473000, lastModified=2023-04-30 17:32:23.207967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.209473000, lastModified=2023-04-30 17:32:23.207967000, delta=1506000 ns, racy<=22500 ns 17:32:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.209886000, lastModified=2023-04-30 17:32:23.208967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.209886000, lastModified=2023-04-30 17:32:23.208967000, delta=919000 ns, racy<=22500 ns 17:32:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.210319000, lastModified=2023-04-30 17:32:23.208967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.210319000, lastModified=2023-04-30 17:32:23.208967000, delta=1352000 ns, racy<=22500 ns 17:32:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.210848000, lastModified=2023-04-30 17:32:23.208967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.208967000 to 2023-04-30 17:32:23.209967000 17:32:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.211320000, lastModified=2023-04-30 17:32:23.209967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.211320000, lastModified=2023-04-30 17:32:23.209967000, delta=1353000 ns, racy<=22500 ns 17:32:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.211861000, lastModified=2023-04-30 17:32:23.209967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.209967000 to 2023-04-30 17:32:23.210967000 17:32:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.212286000, lastModified=2023-04-30 17:32:23.210967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.212286000, lastModified=2023-04-30 17:32:23.210967000, delta=1319000 ns, racy<=22500 ns 17:32:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.212639000, lastModified=2023-04-30 17:32:23.210967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.212639000, lastModified=2023-04-30 17:32:23.210967000, delta=1672000 ns, racy<=22500 ns 17:32:23.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.213030000, lastModified=2023-04-30 17:32:23.211967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.213030000, lastModified=2023-04-30 17:32:23.211967000, delta=1063000 ns, racy<=22500 ns 17:32:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.213439000, lastModified=2023-04-30 17:32:23.211967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.213439000, lastModified=2023-04-30 17:32:23.211967000, delta=1472000 ns, racy<=22500 ns 17:32:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.213818000, lastModified=2023-04-30 17:32:23.211967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.211967000 to 2023-04-30 17:32:23.212967000 17:32:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.214180000, lastModified=2023-04-30 17:32:23.212967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.214180000, lastModified=2023-04-30 17:32:23.212967000, delta=1213000 ns, racy<=22500 ns 17:32:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.214575000, lastModified=2023-04-30 17:32:23.212967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.214575000, lastModified=2023-04-30 17:32:23.212967000, delta=1608000 ns, racy<=22500 ns 17:32:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.214974000, lastModified=2023-04-30 17:32:23.213967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.214974000, lastModified=2023-04-30 17:32:23.213967000, delta=1007000 ns, racy<=22500 ns 17:32:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.215381000, lastModified=2023-04-30 17:32:23.213967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.215381000, lastModified=2023-04-30 17:32:23.213967000, delta=1414000 ns, racy<=22500 ns 17:32:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.215744000, lastModified=2023-04-30 17:32:23.213967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.213967000 to 2023-04-30 17:32:23.214967000 17:32:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.216364000, lastModified=2023-04-30 17:32:23.214967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.214967000 to 2023-04-30 17:32:23.216967000 17:32:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.219038000, lastModified=2023-04-30 17:32:23.217967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.219038000, lastModified=2023-04-30 17:32:23.217967000, delta=1071000 ns, racy<=22500 ns 17:32:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.219452000, lastModified=2023-04-30 17:32:23.217967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.219452000, lastModified=2023-04-30 17:32:23.217967000, delta=1485000 ns, racy<=22500 ns 17:32:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.219831000, lastModified=2023-04-30 17:32:23.217967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.217967000 to 2023-04-30 17:32:23.218967000 17:32:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.220201000, lastModified=2023-04-30 17:32:23.218967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.220201000, lastModified=2023-04-30 17:32:23.218967000, delta=1234000 ns, racy<=22500 ns 17:32:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.220582000, lastModified=2023-04-30 17:32:23.218967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.220582000, lastModified=2023-04-30 17:32:23.218967000, delta=1615000 ns, racy<=22500 ns 17:32:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.221001000, lastModified=2023-04-30 17:32:23.219967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.221001000, lastModified=2023-04-30 17:32:23.219967000, delta=1034000 ns, racy<=22500 ns 17:32:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.221397000, lastModified=2023-04-30 17:32:23.219967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.221397000, lastModified=2023-04-30 17:32:23.219967000, delta=1430000 ns, racy<=22500 ns 17:32:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.221765000, lastModified=2023-04-30 17:32:23.219967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.219967000 to 2023-04-30 17:32:23.220967000 17:32:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.222113000, lastModified=2023-04-30 17:32:23.220967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.222113000, lastModified=2023-04-30 17:32:23.220967000, delta=1146000 ns, racy<=22500 ns 17:32:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.222502000, lastModified=2023-04-30 17:32:23.220967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.222502000, lastModified=2023-04-30 17:32:23.220967000, delta=1535000 ns, racy<=22500 ns 17:32:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.222953000, lastModified=2023-04-30 17:32:23.221967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.222953000, lastModified=2023-04-30 17:32:23.221967000, delta=986000 ns, racy<=22500 ns 17:32:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.223425000, lastModified=2023-04-30 17:32:23.221967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.223425000, lastModified=2023-04-30 17:32:23.221967000, delta=1458000 ns, racy<=22500 ns 17:32:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.223887000, lastModified=2023-04-30 17:32:23.222967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.223887000, lastModified=2023-04-30 17:32:23.222967000, delta=920000 ns, racy<=22500 ns 17:32:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.224335000, lastModified=2023-04-30 17:32:23.222967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.224335000, lastModified=2023-04-30 17:32:23.222967000, delta=1368000 ns, racy<=22500 ns 17:32:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.224723000, lastModified=2023-04-30 17:32:23.222967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.222967000 to 2023-04-30 17:32:23.223967000 17:32:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.225105000, lastModified=2023-04-30 17:32:23.223967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.225105000, lastModified=2023-04-30 17:32:23.223967000, delta=1138000 ns, racy<=22500 ns 17:32:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.225498000, lastModified=2023-04-30 17:32:23.223967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.225498000, lastModified=2023-04-30 17:32:23.223967000, delta=1531000 ns, racy<=22500 ns 17:32:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.225873000, lastModified=2023-04-30 17:32:23.224967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.225873000, lastModified=2023-04-30 17:32:23.224967000, delta=906000 ns, racy<=22500 ns 17:32:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.226263000, lastModified=2023-04-30 17:32:23.224967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.226263000, lastModified=2023-04-30 17:32:23.224967000, delta=1296000 ns, racy<=22500 ns 17:32:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.226892000, lastModified=2023-04-30 17:32:23.224967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.224967000 to 2023-04-30 17:32:23.225967000 17:32:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.227256000, lastModified=2023-04-30 17:32:23.225967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.227256000, lastModified=2023-04-30 17:32:23.225967000, delta=1289000 ns, racy<=22500 ns 17:32:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.227626000, lastModified=2023-04-30 17:32:23.225967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.227626000, lastModified=2023-04-30 17:32:23.225967000, delta=1659000 ns, racy<=22500 ns 17:32:23.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.228002000, lastModified=2023-04-30 17:32:23.226967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.228002000, lastModified=2023-04-30 17:32:23.226967000, delta=1035000 ns, racy<=22500 ns 17:32:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.228597000, lastModified=2023-04-30 17:32:23.226967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.226967000 to 2023-04-30 17:32:23.227967000 17:32:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.229108000, lastModified=2023-04-30 17:32:23.227967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.229108000, lastModified=2023-04-30 17:32:23.227967000, delta=1141000 ns, racy<=22500 ns 17:32:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.230948000, lastModified=2023-04-30 17:32:23.229967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.229967000 to 2023-04-30 17:32:23.233967000 17:32:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.235242000, lastModified=2023-04-30 17:32:23.233967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.235242000, lastModified=2023-04-30 17:32:23.233967000, delta=1275000 ns, racy<=22500 ns 17:32:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.235926000, lastModified=2023-04-30 17:32:23.234967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.235926000, lastModified=2023-04-30 17:32:23.234967000, delta=959000 ns, racy<=22500 ns 17:32:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.236575000, lastModified=2023-04-30 17:32:23.234967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.236575000, lastModified=2023-04-30 17:32:23.234967000, delta=1608000 ns, racy<=22500 ns 17:32:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.237203000, lastModified=2023-04-30 17:32:23.235967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.237203000, lastModified=2023-04-30 17:32:23.235967000, delta=1236000 ns, racy<=22500 ns 17:32:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.237861000, lastModified=2023-04-30 17:32:23.235967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.235967000 to 2023-04-30 17:32:23.236967000 17:32:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.238429000, lastModified=2023-04-30 17:32:23.236967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.238429000, lastModified=2023-04-30 17:32:23.236967000, delta=1462000 ns, racy<=22500 ns 17:32:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.239007000, lastModified=2023-04-30 17:32:23.237967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.239007000, lastModified=2023-04-30 17:32:23.237967000, delta=1040000 ns, racy<=22500 ns 17:32:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.239712000, lastModified=2023-04-30 17:32:23.237967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.237967000 to 2023-04-30 17:32:23.238967000 17:32:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.240352000, lastModified=2023-04-30 17:32:23.238967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.240352000, lastModified=2023-04-30 17:32:23.238967000, delta=1385000 ns, racy<=22500 ns 17:32:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.240981000, lastModified=2023-04-30 17:32:23.239967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.240981000, lastModified=2023-04-30 17:32:23.239967000, delta=1014000 ns, racy<=22500 ns 17:32:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.269232000, lastModified=2023-04-30 17:32:23.239967000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.239967000 to 2023-04-30 17:32:23.267967000 17:32:23.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.270202000, lastModified=2023-04-30 17:32:23.268966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.270202000, lastModified=2023-04-30 17:32:23.268966000, delta=1236000 ns, racy<=22500 ns 17:32:23.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.270921000, lastModified=2023-04-30 17:32:23.269966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.270921000, lastModified=2023-04-30 17:32:23.269966000, delta=955000 ns, racy<=22500 ns 17:32:23.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.271603000, lastModified=2023-04-30 17:32:23.269966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.269966000 to 2023-04-30 17:32:23.270966000 17:32:23.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.272517000, lastModified=2023-04-30 17:32:23.270966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.272517000, lastModified=2023-04-30 17:32:23.270966000, delta=1551000 ns, racy<=22500 ns 17:32:23.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.273147000, lastModified=2023-04-30 17:32:23.271966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.273147000, lastModified=2023-04-30 17:32:23.271966000, delta=1181000 ns, racy<=22500 ns 17:32:23.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.273770000, lastModified=2023-04-30 17:32:23.271966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.271966000 to 2023-04-30 17:32:23.272966000 17:32:23.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.274352000, lastModified=2023-04-30 17:32:23.272966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.274352000, lastModified=2023-04-30 17:32:23.272966000, delta=1386000 ns, racy<=22500 ns 17:32:23.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.274914000, lastModified=2023-04-30 17:32:23.273966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.274914000, lastModified=2023-04-30 17:32:23.273966000, delta=948000 ns, racy<=22500 ns 17:32:23.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.275532000, lastModified=2023-04-30 17:32:23.273966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.275532000, lastModified=2023-04-30 17:32:23.273966000, delta=1566000 ns, racy<=22500 ns 17:32:23.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.276112000, lastModified=2023-04-30 17:32:23.274966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.276112000, lastModified=2023-04-30 17:32:23.274966000, delta=1146000 ns, racy<=22500 ns 17:32:23.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.276963000, lastModified=2023-04-30 17:32:23.275966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.276963000, lastModified=2023-04-30 17:32:23.275966000, delta=997000 ns, racy<=22500 ns 17:32:23.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.277731000, lastModified=2023-04-30 17:32:23.275966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.275966000 to 2023-04-30 17:32:23.276966000 17:32:23.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.278302000, lastModified=2023-04-30 17:32:23.276966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.278302000, lastModified=2023-04-30 17:32:23.276966000, delta=1336000 ns, racy<=22500 ns 17:32:23.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.278873000, lastModified=2023-04-30 17:32:23.277966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.278873000, lastModified=2023-04-30 17:32:23.277966000, delta=907000 ns, racy<=22500 ns 17:32:23.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.279478000, lastModified=2023-04-30 17:32:23.277966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.279478000, lastModified=2023-04-30 17:32:23.277966000, delta=1512000 ns, racy<=22500 ns 17:32:23.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.280053000, lastModified=2023-04-30 17:32:23.278966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.280053000, lastModified=2023-04-30 17:32:23.278966000, delta=1087000 ns, racy<=22500 ns 17:32:23.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.280634000, lastModified=2023-04-30 17:32:23.278966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.278966000 to 2023-04-30 17:32:23.279966000 17:32:23.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.281172000, lastModified=2023-04-30 17:32:23.279966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.281172000, lastModified=2023-04-30 17:32:23.279966000, delta=1206000 ns, racy<=22500 ns 17:32:23.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.281740000, lastModified=2023-04-30 17:32:23.279966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.279966000 to 2023-04-30 17:32:23.280966000 17:32:23.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.282289000, lastModified=2023-04-30 17:32:23.280966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.282289000, lastModified=2023-04-30 17:32:23.280966000, delta=1323000 ns, racy<=22500 ns 17:32:23.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.282874000, lastModified=2023-04-30 17:32:23.280966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.280966000 to 2023-04-30 17:32:23.281966000 17:32:23.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.283446000, lastModified=2023-04-30 17:32:23.281966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.283446000, lastModified=2023-04-30 17:32:23.281966000, delta=1480000 ns, racy<=22500 ns 17:32:23.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.284018000, lastModified=2023-04-30 17:32:23.282966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.284018000, lastModified=2023-04-30 17:32:23.282966000, delta=1052000 ns, racy<=22500 ns 17:32:23.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.284937000, lastModified=2023-04-30 17:32:23.282966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.282966000 to 2023-04-30 17:32:23.283966000 17:32:23.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.285504000, lastModified=2023-04-30 17:32:23.283966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.285504000, lastModified=2023-04-30 17:32:23.283966000, delta=1538000 ns, racy<=22500 ns 17:32:23.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.286065000, lastModified=2023-04-30 17:32:23.284966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.286065000, lastModified=2023-04-30 17:32:23.284966000, delta=1099000 ns, racy<=22500 ns 17:32:23.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.286863000, lastModified=2023-04-30 17:32:23.284966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.284966000 to 2023-04-30 17:32:23.285966000 17:32:23.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.287458000, lastModified=2023-04-30 17:32:23.285966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.287458000, lastModified=2023-04-30 17:32:23.285966000, delta=1492000 ns, racy<=22500 ns 17:32:23.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.288086000, lastModified=2023-04-30 17:32:23.286966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.288086000, lastModified=2023-04-30 17:32:23.286966000, delta=1120000 ns, racy<=22500 ns 17:32:23.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.288702000, lastModified=2023-04-30 17:32:23.286966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.286966000 to 2023-04-30 17:32:23.287966000 17:32:23.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.289240000, lastModified=2023-04-30 17:32:23.287966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.289240000, lastModified=2023-04-30 17:32:23.287966000, delta=1274000 ns, racy<=22500 ns 17:32:23.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.289793000, lastModified=2023-04-30 17:32:23.287966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.287966000 to 2023-04-30 17:32:23.288966000 17:32:23.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.290327000, lastModified=2023-04-30 17:32:23.288966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.290327000, lastModified=2023-04-30 17:32:23.288966000, delta=1361000 ns, racy<=22500 ns 17:32:23.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.290929000, lastModified=2023-04-30 17:32:23.289966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.290929000, lastModified=2023-04-30 17:32:23.289966000, delta=963000 ns, racy<=22500 ns 17:32:23.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.291521000, lastModified=2023-04-30 17:32:23.289966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.291521000, lastModified=2023-04-30 17:32:23.289966000, delta=1555000 ns, racy<=22500 ns 17:32:23.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.292101000, lastModified=2023-04-30 17:32:23.290966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.292101000, lastModified=2023-04-30 17:32:23.290966000, delta=1135000 ns, racy<=22500 ns 17:32:23.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.292643000, lastModified=2023-04-30 17:32:23.290966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.290966000 to 2023-04-30 17:32:23.291966000 17:32:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.293128000, lastModified=2023-04-30 17:32:23.291966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.293128000, lastModified=2023-04-30 17:32:23.291966000, delta=1162000 ns, racy<=22500 ns 17:32:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.293560000, lastModified=2023-04-30 17:32:23.291966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.293560000, lastModified=2023-04-30 17:32:23.291966000, delta=1594000 ns, racy<=22500 ns 17:32:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.293939000, lastModified=2023-04-30 17:32:23.292966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.293939000, lastModified=2023-04-30 17:32:23.292966000, delta=973000 ns, racy<=22500 ns 17:32:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.294335000, lastModified=2023-04-30 17:32:23.292966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.294335000, lastModified=2023-04-30 17:32:23.292966000, delta=1369000 ns, racy<=22500 ns 17:32:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.294712000, lastModified=2023-04-30 17:32:23.292966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.292966000 to 2023-04-30 17:32:23.293966000 17:32:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.295076000, lastModified=2023-04-30 17:32:23.293966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.295076000, lastModified=2023-04-30 17:32:23.293966000, delta=1110000 ns, racy<=22500 ns 17:32:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.295575000, lastModified=2023-04-30 17:32:23.293966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.295575000, lastModified=2023-04-30 17:32:23.293966000, delta=1609000 ns, racy<=22500 ns 17:32:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.296289000, lastModified=2023-04-30 17:32:23.294966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.296289000, lastModified=2023-04-30 17:32:23.294966000, delta=1323000 ns, racy<=22500 ns 17:32:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.296682000, lastModified=2023-04-30 17:32:23.294966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.294966000 to 2023-04-30 17:32:23.295966000 17:32:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.297047000, lastModified=2023-04-30 17:32:23.295966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.297047000, lastModified=2023-04-30 17:32:23.295966000, delta=1081000 ns, racy<=22500 ns 17:32:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.297480000, lastModified=2023-04-30 17:32:23.295966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.297480000, lastModified=2023-04-30 17:32:23.295966000, delta=1514000 ns, racy<=22500 ns 17:32:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.297848000, lastModified=2023-04-30 17:32:23.296966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.297848000, lastModified=2023-04-30 17:32:23.296966000, delta=882000 ns, racy<=22500 ns 17:32:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.298265000, lastModified=2023-04-30 17:32:23.296966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.298265000, lastModified=2023-04-30 17:32:23.296966000, delta=1299000 ns, racy<=22500 ns 17:32:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.298632000, lastModified=2023-04-30 17:32:23.296966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.296966000 to 2023-04-30 17:32:23.297966000 17:32:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.299087000, lastModified=2023-04-30 17:32:23.297966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.299087000, lastModified=2023-04-30 17:32:23.297966000, delta=1121000 ns, racy<=22500 ns 17:32:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.299449000, lastModified=2023-04-30 17:32:23.297966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.299449000, lastModified=2023-04-30 17:32:23.297966000, delta=1483000 ns, racy<=22500 ns 17:32:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.299812000, lastModified=2023-04-30 17:32:23.297966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.297966000 to 2023-04-30 17:32:23.298966000 17:32:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.300177000, lastModified=2023-04-30 17:32:23.298966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.300177000, lastModified=2023-04-30 17:32:23.298966000, delta=1211000 ns, racy<=22500 ns 17:32:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.300538000, lastModified=2023-04-30 17:32:23.298966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.300538000, lastModified=2023-04-30 17:32:23.298966000, delta=1572000 ns, racy<=22500 ns 17:32:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.300905000, lastModified=2023-04-30 17:32:23.299966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.300905000, lastModified=2023-04-30 17:32:23.299966000, delta=939000 ns, racy<=22500 ns 17:32:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.301355000, lastModified=2023-04-30 17:32:23.299966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.301355000, lastModified=2023-04-30 17:32:23.299966000, delta=1389000 ns, racy<=22500 ns 17:32:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.301788000, lastModified=2023-04-30 17:32:23.299966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.299966000 to 2023-04-30 17:32:23.300966000 17:32:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.302174000, lastModified=2023-04-30 17:32:23.300966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.302174000, lastModified=2023-04-30 17:32:23.300966000, delta=1208000 ns, racy<=22500 ns 17:32:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.302525000, lastModified=2023-04-30 17:32:23.300966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.302525000, lastModified=2023-04-30 17:32:23.300966000, delta=1559000 ns, racy<=22500 ns 17:32:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.302887000, lastModified=2023-04-30 17:32:23.301966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.302887000, lastModified=2023-04-30 17:32:23.301966000, delta=921000 ns, racy<=22500 ns 17:32:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.303272000, lastModified=2023-04-30 17:32:23.301966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.303272000, lastModified=2023-04-30 17:32:23.301966000, delta=1306000 ns, racy<=22500 ns 17:32:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.303623000, lastModified=2023-04-30 17:32:23.301966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.303623000, lastModified=2023-04-30 17:32:23.301966000, delta=1657000 ns, racy<=22500 ns 17:32:23.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.304211000, lastModified=2023-04-30 17:32:23.302966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.304211000, lastModified=2023-04-30 17:32:23.302966000, delta=1245000 ns, racy<=22500 ns 17:32:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.304607000, lastModified=2023-04-30 17:32:23.302966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.304607000, lastModified=2023-04-30 17:32:23.302966000, delta=1641000 ns, racy<=22500 ns 17:32:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.304971000, lastModified=2023-04-30 17:32:23.303966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.304971000, lastModified=2023-04-30 17:32:23.303966000, delta=1005000 ns, racy<=22500 ns 17:32:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.305372000, lastModified=2023-04-30 17:32:23.303966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.305372000, lastModified=2023-04-30 17:32:23.303966000, delta=1406000 ns, racy<=22500 ns 17:32:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.305745000, lastModified=2023-04-30 17:32:23.303966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.303966000 to 2023-04-30 17:32:23.304966000 17:32:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.306115000, lastModified=2023-04-30 17:32:23.304966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.306115000, lastModified=2023-04-30 17:32:23.304966000, delta=1149000 ns, racy<=22500 ns 17:32:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.306476000, lastModified=2023-04-30 17:32:23.304966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.306476000, lastModified=2023-04-30 17:32:23.304966000, delta=1510000 ns, racy<=22500 ns 17:32:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.306839000, lastModified=2023-04-30 17:32:23.304966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.304966000 to 2023-04-30 17:32:23.305966000 17:32:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.307278000, lastModified=2023-04-30 17:32:23.305966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.307278000, lastModified=2023-04-30 17:32:23.305966000, delta=1312000 ns, racy<=22500 ns 17:32:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.307671000, lastModified=2023-04-30 17:32:23.305966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.305966000 to 2023-04-30 17:32:23.306966000 17:32:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.308014000, lastModified=2023-04-30 17:32:23.306966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.308014000, lastModified=2023-04-30 17:32:23.306966000, delta=1048000 ns, racy<=22500 ns 17:32:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.308395000, lastModified=2023-04-30 17:32:23.306966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.308395000, lastModified=2023-04-30 17:32:23.306966000, delta=1429000 ns, racy<=22500 ns 17:32:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.308746000, lastModified=2023-04-30 17:32:23.306966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.306966000 to 2023-04-30 17:32:23.307966000 17:32:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.309090000, lastModified=2023-04-30 17:32:23.307966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.309090000, lastModified=2023-04-30 17:32:23.307966000, delta=1124000 ns, racy<=22500 ns 17:32:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.309461000, lastModified=2023-04-30 17:32:23.307966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.309461000, lastModified=2023-04-30 17:32:23.307966000, delta=1495000 ns, racy<=22500 ns 17:32:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.309820000, lastModified=2023-04-30 17:32:23.307966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.307966000 to 2023-04-30 17:32:23.308966000 17:32:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.310161000, lastModified=2023-04-30 17:32:23.308966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.310161000, lastModified=2023-04-30 17:32:23.308966000, delta=1195000 ns, racy<=22500 ns 17:32:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.310510000, lastModified=2023-04-30 17:32:23.308966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.310510000, lastModified=2023-04-30 17:32:23.308966000, delta=1544000 ns, racy<=22500 ns 17:32:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.310882000, lastModified=2023-04-30 17:32:23.309966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.310882000, lastModified=2023-04-30 17:32:23.309966000, delta=916000 ns, racy<=22500 ns 17:32:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.311274000, lastModified=2023-04-30 17:32:23.309966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.311274000, lastModified=2023-04-30 17:32:23.309966000, delta=1308000 ns, racy<=22500 ns 17:32:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.311627000, lastModified=2023-04-30 17:32:23.309966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.311627000, lastModified=2023-04-30 17:32:23.309966000, delta=1661000 ns, racy<=22500 ns 17:32:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.312232000, lastModified=2023-04-30 17:32:23.310966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.312232000, lastModified=2023-04-30 17:32:23.310966000, delta=1266000 ns, racy<=22500 ns 17:32:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.312570000, lastModified=2023-04-30 17:32:23.310966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.312570000, lastModified=2023-04-30 17:32:23.310966000, delta=1604000 ns, racy<=22500 ns 17:32:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.312937000, lastModified=2023-04-30 17:32:23.311966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.312937000, lastModified=2023-04-30 17:32:23.311966000, delta=971000 ns, racy<=22500 ns 17:32:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.313394000, lastModified=2023-04-30 17:32:23.311966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.313394000, lastModified=2023-04-30 17:32:23.311966000, delta=1428000 ns, racy<=22500 ns 17:32:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.313737000, lastModified=2023-04-30 17:32:23.311966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.311966000 to 2023-04-30 17:32:23.312966000 17:32:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.314107000, lastModified=2023-04-30 17:32:23.312966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.314107000, lastModified=2023-04-30 17:32:23.312966000, delta=1141000 ns, racy<=22500 ns 17:32:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.314453000, lastModified=2023-04-30 17:32:23.312966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.314453000, lastModified=2023-04-30 17:32:23.312966000, delta=1487000 ns, racy<=22500 ns 17:32:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.314827000, lastModified=2023-04-30 17:32:23.312966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.312966000 to 2023-04-30 17:32:23.313966000 17:32:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.315185000, lastModified=2023-04-30 17:32:23.313966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.315185000, lastModified=2023-04-30 17:32:23.313966000, delta=1219000 ns, racy<=22500 ns 17:32:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.315532000, lastModified=2023-04-30 17:32:23.313966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.315532000, lastModified=2023-04-30 17:32:23.313966000, delta=1566000 ns, racy<=22500 ns 17:32:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.315891000, lastModified=2023-04-30 17:32:23.314966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.315891000, lastModified=2023-04-30 17:32:23.314966000, delta=925000 ns, racy<=22500 ns 17:32:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.316315000, lastModified=2023-04-30 17:32:23.314966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.316315000, lastModified=2023-04-30 17:32:23.314966000, delta=1349000 ns, racy<=22500 ns 17:32:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.316692000, lastModified=2023-04-30 17:32:23.314966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.314966000 to 2023-04-30 17:32:23.315966000 17:32:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.317149000, lastModified=2023-04-30 17:32:23.315966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.317149000, lastModified=2023-04-30 17:32:23.315966000, delta=1183000 ns, racy<=22500 ns 17:32:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.317528000, lastModified=2023-04-30 17:32:23.315966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.317528000, lastModified=2023-04-30 17:32:23.315966000, delta=1562000 ns, racy<=22500 ns 17:32:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.317901000, lastModified=2023-04-30 17:32:23.316966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.317901000, lastModified=2023-04-30 17:32:23.316966000, delta=935000 ns, racy<=22500 ns 17:32:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.318312000, lastModified=2023-04-30 17:32:23.316966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.318312000, lastModified=2023-04-30 17:32:23.316966000, delta=1346000 ns, racy<=22500 ns 17:32:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.318648000, lastModified=2023-04-30 17:32:23.316966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.318648000, lastModified=2023-04-30 17:32:23.316966000, delta=1682000 ns, racy<=22500 ns 17:32:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.319049000, lastModified=2023-04-30 17:32:23.317966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.319049000, lastModified=2023-04-30 17:32:23.317966000, delta=1083000 ns, racy<=22500 ns 17:32:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.319431000, lastModified=2023-04-30 17:32:23.317966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.319431000, lastModified=2023-04-30 17:32:23.317966000, delta=1465000 ns, racy<=22500 ns 17:32:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.320019000, lastModified=2023-04-30 17:32:23.317966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.317966000 to 2023-04-30 17:32:23.318966000 17:32:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.320360000, lastModified=2023-04-30 17:32:23.318966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.320360000, lastModified=2023-04-30 17:32:23.318966000, delta=1394000 ns, racy<=22500 ns 17:32:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.320708000, lastModified=2023-04-30 17:32:23.318966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.318966000 to 2023-04-30 17:32:23.319966000 17:32:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.321038000, lastModified=2023-04-30 17:32:23.319966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.321038000, lastModified=2023-04-30 17:32:23.319966000, delta=1072000 ns, racy<=22500 ns 17:32:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.321396000, lastModified=2023-04-30 17:32:23.319966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.321396000, lastModified=2023-04-30 17:32:23.319966000, delta=1430000 ns, racy<=22500 ns 17:32:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.321735000, lastModified=2023-04-30 17:32:23.319966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.319966000 to 2023-04-30 17:32:23.320966000 17:32:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.322086000, lastModified=2023-04-30 17:32:23.320966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.322086000, lastModified=2023-04-30 17:32:23.320966000, delta=1120000 ns, racy<=22500 ns 17:32:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.322431000, lastModified=2023-04-30 17:32:23.320966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.322431000, lastModified=2023-04-30 17:32:23.320966000, delta=1465000 ns, racy<=22500 ns 17:32:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.322768000, lastModified=2023-04-30 17:32:23.320966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.320966000 to 2023-04-30 17:32:23.321966000 17:32:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.323162000, lastModified=2023-04-30 17:32:23.321966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.323162000, lastModified=2023-04-30 17:32:23.321966000, delta=1196000 ns, racy<=22500 ns 17:32:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.323518000, lastModified=2023-04-30 17:32:23.321966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.323518000, lastModified=2023-04-30 17:32:23.321966000, delta=1552000 ns, racy<=22500 ns 17:32:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.323912000, lastModified=2023-04-30 17:32:23.322966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.323912000, lastModified=2023-04-30 17:32:23.322966000, delta=946000 ns, racy<=22500 ns 17:32:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.324286000, lastModified=2023-04-30 17:32:23.322966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.324286000, lastModified=2023-04-30 17:32:23.322966000, delta=1320000 ns, racy<=22500 ns 17:32:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.324619000, lastModified=2023-04-30 17:32:23.322966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.324619000, lastModified=2023-04-30 17:32:23.322966000, delta=1653000 ns, racy<=22500 ns 17:32:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.325222000, lastModified=2023-04-30 17:32:23.323966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.325222000, lastModified=2023-04-30 17:32:23.323966000, delta=1256000 ns, racy<=22500 ns 17:32:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.325563000, lastModified=2023-04-30 17:32:23.323966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.325563000, lastModified=2023-04-30 17:32:23.323966000, delta=1597000 ns, racy<=22500 ns 17:32:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.325934000, lastModified=2023-04-30 17:32:23.324966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.325934000, lastModified=2023-04-30 17:32:23.324966000, delta=968000 ns, racy<=22500 ns 17:32:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.326330000, lastModified=2023-04-30 17:32:23.324966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.326330000, lastModified=2023-04-30 17:32:23.324966000, delta=1364000 ns, racy<=22500 ns 17:32:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.369195000, lastModified=2023-04-30 17:32:23.324966000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.324966000 to 2023-04-30 17:32:23.367965000 17:32:23.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.370115000, lastModified=2023-04-30 17:32:23.368965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.370115000, lastModified=2023-04-30 17:32:23.368965000, delta=1150000 ns, racy<=22500 ns 17:32:23.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.370767000, lastModified=2023-04-30 17:32:23.368965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.368965000 to 2023-04-30 17:32:23.369965000 17:32:23.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.371607000, lastModified=2023-04-30 17:32:23.369965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.369965000 to 2023-04-30 17:32:23.370965000 17:32:23.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.372144000, lastModified=2023-04-30 17:32:23.370965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.372144000, lastModified=2023-04-30 17:32:23.370965000, delta=1179000 ns, racy<=22500 ns 17:32:23.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.372725000, lastModified=2023-04-30 17:32:23.370965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.370965000 to 2023-04-30 17:32:23.371965000 17:32:23.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.373322000, lastModified=2023-04-30 17:32:23.371965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.373322000, lastModified=2023-04-30 17:32:23.371965000, delta=1357000 ns, racy<=22500 ns 17:32:23.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.373959000, lastModified=2023-04-30 17:32:23.372965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.373959000, lastModified=2023-04-30 17:32:23.372965000, delta=994000 ns, racy<=22500 ns 17:32:23.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.374570000, lastModified=2023-04-30 17:32:23.372965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.374570000, lastModified=2023-04-30 17:32:23.372965000, delta=1605000 ns, racy<=22500 ns 17:32:23.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.375158000, lastModified=2023-04-30 17:32:23.373965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.375158000, lastModified=2023-04-30 17:32:23.373965000, delta=1193000 ns, racy<=22500 ns 17:32:23.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.377114000, lastModified=2023-04-30 17:32:23.375965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.377114000, lastModified=2023-04-30 17:32:23.375965000, delta=1149000 ns, racy<=22500 ns 17:32:23.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.377738000, lastModified=2023-04-30 17:32:23.375965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.375965000 to 2023-04-30 17:32:23.376965000 17:32:23.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.378322000, lastModified=2023-04-30 17:32:23.376965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.376965000 to 2023-04-30 17:32:23.377965000 17:32:23.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.381119000, lastModified=2023-04-30 17:32:23.379965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.381119000, lastModified=2023-04-30 17:32:23.379965000, delta=1154000 ns, racy<=22500 ns 17:32:23.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.381842000, lastModified=2023-04-30 17:32:23.379965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.379965000 to 2023-04-30 17:32:23.380965000 17:32:23.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.382398000, lastModified=2023-04-30 17:32:23.380965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.382398000, lastModified=2023-04-30 17:32:23.380965000, delta=1433000 ns, racy<=22500 ns 17:32:23.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.382981000, lastModified=2023-04-30 17:32:23.381965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.382981000, lastModified=2023-04-30 17:32:23.381965000, delta=1016000 ns, racy<=22500 ns 17:32:23.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.383560000, lastModified=2023-04-30 17:32:23.381965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.383560000, lastModified=2023-04-30 17:32:23.381965000, delta=1595000 ns, racy<=22500 ns 17:32:23.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.384173000, lastModified=2023-04-30 17:32:23.382965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.384173000, lastModified=2023-04-30 17:32:23.382965000, delta=1208000 ns, racy<=22500 ns 17:32:23.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.384709000, lastModified=2023-04-30 17:32:23.382965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.382965000 to 2023-04-30 17:32:23.383965000 17:32:23.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.385269000, lastModified=2023-04-30 17:32:23.383965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.385269000, lastModified=2023-04-30 17:32:23.383965000, delta=1304000 ns, racy<=22500 ns 17:32:23.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.385869000, lastModified=2023-04-30 17:32:23.383965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.383965000 to 2023-04-30 17:32:23.384965000 17:32:23.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.386407000, lastModified=2023-04-30 17:32:23.384965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.386407000, lastModified=2023-04-30 17:32:23.384965000, delta=1442000 ns, racy<=22500 ns 17:32:23.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.387231000, lastModified=2023-04-30 17:32:23.385965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.387231000, lastModified=2023-04-30 17:32:23.385965000, delta=1266000 ns, racy<=22500 ns 17:32:23.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.387849000, lastModified=2023-04-30 17:32:23.385965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.385965000 to 2023-04-30 17:32:23.386965000 17:32:23.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.388388000, lastModified=2023-04-30 17:32:23.386965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.386965000 to 2023-04-30 17:32:23.387965000 17:32:23.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.389727000, lastModified=2023-04-30 17:32:23.387965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.387965000 to 2023-04-30 17:32:23.388965000 17:32:23.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.390314000, lastModified=2023-04-30 17:32:23.388965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.390314000, lastModified=2023-04-30 17:32:23.388965000, delta=1349000 ns, racy<=22500 ns 17:32:23.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.390925000, lastModified=2023-04-30 17:32:23.389965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.390925000, lastModified=2023-04-30 17:32:23.389965000, delta=960000 ns, racy<=22500 ns 17:32:23.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.391498000, lastModified=2023-04-30 17:32:23.389965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.391498000, lastModified=2023-04-30 17:32:23.389965000, delta=1533000 ns, racy<=22500 ns 17:32:23.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.392079000, lastModified=2023-04-30 17:32:23.390965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.392079000, lastModified=2023-04-30 17:32:23.390965000, delta=1114000 ns, racy<=22500 ns 17:32:23.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.392664000, lastModified=2023-04-30 17:32:23.390965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.390965000 to 2023-04-30 17:32:23.391965000 17:32:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.393193000, lastModified=2023-04-30 17:32:23.391965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.393193000, lastModified=2023-04-30 17:32:23.391965000, delta=1228000 ns, racy<=22500 ns 17:32:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.393855000, lastModified=2023-04-30 17:32:23.391965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.391965000 to 2023-04-30 17:32:23.392965000 17:32:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.394381000, lastModified=2023-04-30 17:32:23.392965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.394381000, lastModified=2023-04-30 17:32:23.392965000, delta=1416000 ns, racy<=22500 ns 17:32:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.394960000, lastModified=2023-04-30 17:32:23.393965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.394960000, lastModified=2023-04-30 17:32:23.393965000, delta=995000 ns, racy<=22500 ns 17:32:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.395543000, lastModified=2023-04-30 17:32:23.393965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.395543000, lastModified=2023-04-30 17:32:23.393965000, delta=1578000 ns, racy<=22500 ns 17:32:23.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.396124000, lastModified=2023-04-30 17:32:23.394965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.396124000, lastModified=2023-04-30 17:32:23.394965000, delta=1159000 ns, racy<=22500 ns 17:32:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.396720000, lastModified=2023-04-30 17:32:23.394965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.394965000 to 2023-04-30 17:32:23.395965000 17:32:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.397266000, lastModified=2023-04-30 17:32:23.395965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.397266000, lastModified=2023-04-30 17:32:23.395965000, delta=1301000 ns, racy<=22500 ns 17:32:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.397863000, lastModified=2023-04-30 17:32:23.395965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.395965000 to 2023-04-30 17:32:23.396965000 17:32:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.398398000, lastModified=2023-04-30 17:32:23.396965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.398398000, lastModified=2023-04-30 17:32:23.396965000, delta=1433000 ns, racy<=22500 ns 17:32:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.398967000, lastModified=2023-04-30 17:32:23.397965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.398967000, lastModified=2023-04-30 17:32:23.397965000, delta=1002000 ns, racy<=22500 ns 17:32:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.399640000, lastModified=2023-04-30 17:32:23.397965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.397965000 to 2023-04-30 17:32:23.398965000 17:32:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.400457000, lastModified=2023-04-30 17:32:23.398965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.400457000, lastModified=2023-04-30 17:32:23.398965000, delta=1492000 ns, racy<=22500 ns 17:32:23.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.401087000, lastModified=2023-04-30 17:32:23.399965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.401087000, lastModified=2023-04-30 17:32:23.399965000, delta=1122000 ns, racy<=22500 ns 17:32:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.401689000, lastModified=2023-04-30 17:32:23.399965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.399965000 to 2023-04-30 17:32:23.400965000 17:32:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.402264000, lastModified=2023-04-30 17:32:23.400965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.402264000, lastModified=2023-04-30 17:32:23.400965000, delta=1299000 ns, racy<=22500 ns 17:32:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.402821000, lastModified=2023-04-30 17:32:23.400965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.400965000 to 2023-04-30 17:32:23.401965000 17:32:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.403448000, lastModified=2023-04-30 17:32:23.401965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.403448000, lastModified=2023-04-30 17:32:23.401965000, delta=1483000 ns, racy<=22500 ns 17:32:23.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.404023000, lastModified=2023-04-30 17:32:23.402965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.404023000, lastModified=2023-04-30 17:32:23.402965000, delta=1058000 ns, racy<=22500 ns 17:32:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.404648000, lastModified=2023-04-30 17:32:23.402965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.402965000 to 2023-04-30 17:32:23.403965000 17:32:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.405190000, lastModified=2023-04-30 17:32:23.403965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.405190000, lastModified=2023-04-30 17:32:23.403965000, delta=1225000 ns, racy<=22500 ns 17:32:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.405757000, lastModified=2023-04-30 17:32:23.403965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.403965000 to 2023-04-30 17:32:23.404965000 17:32:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.406196000, lastModified=2023-04-30 17:32:23.404965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.406196000, lastModified=2023-04-30 17:32:23.404965000, delta=1231000 ns, racy<=22500 ns 17:32:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.406660000, lastModified=2023-04-30 17:32:23.404965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.404965000 to 2023-04-30 17:32:23.405965000 17:32:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.407000000, lastModified=2023-04-30 17:32:23.405965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.407000000, lastModified=2023-04-30 17:32:23.405965000, delta=1035000 ns, racy<=22500 ns 17:32:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.407402000, lastModified=2023-04-30 17:32:23.405965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.407402000, lastModified=2023-04-30 17:32:23.405965000, delta=1437000 ns, racy<=22500 ns 17:32:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.407743000, lastModified=2023-04-30 17:32:23.405965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.405965000 to 2023-04-30 17:32:23.406965000 17:32:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.408125000, lastModified=2023-04-30 17:32:23.406965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.408125000, lastModified=2023-04-30 17:32:23.406965000, delta=1160000 ns, racy<=22500 ns 17:32:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.408496000, lastModified=2023-04-30 17:32:23.406965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.408496000, lastModified=2023-04-30 17:32:23.406965000, delta=1531000 ns, racy<=22500 ns 17:32:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.408842000, lastModified=2023-04-30 17:32:23.407965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.408842000, lastModified=2023-04-30 17:32:23.407965000, delta=877000 ns, racy<=22500 ns 17:32:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.409195000, lastModified=2023-04-30 17:32:23.407965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.409195000, lastModified=2023-04-30 17:32:23.407965000, delta=1230000 ns, racy<=22500 ns 17:32:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.409530000, lastModified=2023-04-30 17:32:23.407965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.409530000, lastModified=2023-04-30 17:32:23.407965000, delta=1565000 ns, racy<=22500 ns 17:32:23.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.410095000, lastModified=2023-04-30 17:32:23.408965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.410095000, lastModified=2023-04-30 17:32:23.408965000, delta=1130000 ns, racy<=22500 ns 17:32:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.410449000, lastModified=2023-04-30 17:32:23.408965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.410449000, lastModified=2023-04-30 17:32:23.408965000, delta=1484000 ns, racy<=22500 ns 17:32:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.410842000, lastModified=2023-04-30 17:32:23.408965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.408965000 to 2023-04-30 17:32:23.409965000 17:32:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.411180000, lastModified=2023-04-30 17:32:23.409965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.411180000, lastModified=2023-04-30 17:32:23.409965000, delta=1215000 ns, racy<=22500 ns 17:32:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.411524000, lastModified=2023-04-30 17:32:23.409965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.411524000, lastModified=2023-04-30 17:32:23.409965000, delta=1559000 ns, racy<=22500 ns 17:32:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.411952000, lastModified=2023-04-30 17:32:23.410965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.411952000, lastModified=2023-04-30 17:32:23.410965000, delta=987000 ns, racy<=22500 ns 17:32:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.412314000, lastModified=2023-04-30 17:32:23.410965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.412314000, lastModified=2023-04-30 17:32:23.410965000, delta=1349000 ns, racy<=22500 ns 17:32:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.412657000, lastModified=2023-04-30 17:32:23.410965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.412 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.410965000 to 2023-04-30 17:32:23.411965000 17:32:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.413016000, lastModified=2023-04-30 17:32:23.411965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.413016000, lastModified=2023-04-30 17:32:23.411965000, delta=1051000 ns, racy<=22500 ns 17:32:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.413380000, lastModified=2023-04-30 17:32:23.411965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.413380000, lastModified=2023-04-30 17:32:23.411965000, delta=1415000 ns, racy<=22500 ns 17:32:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.413714000, lastModified=2023-04-30 17:32:23.411965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.411965000 to 2023-04-30 17:32:23.412965000 17:32:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.414052000, lastModified=2023-04-30 17:32:23.412965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.414052000, lastModified=2023-04-30 17:32:23.412965000, delta=1087000 ns, racy<=22500 ns 17:32:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.414403000, lastModified=2023-04-30 17:32:23.412965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.414403000, lastModified=2023-04-30 17:32:23.412965000, delta=1438000 ns, racy<=22500 ns 17:32:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.414768000, lastModified=2023-04-30 17:32:23.412965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.412965000 to 2023-04-30 17:32:23.413965000 17:32:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.415138000, lastModified=2023-04-30 17:32:23.413965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.415138000, lastModified=2023-04-30 17:32:23.413965000, delta=1173000 ns, racy<=22500 ns 17:32:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.415497000, lastModified=2023-04-30 17:32:23.413965000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.415497000, lastModified=2023-04-30 17:32:23.413965000, delta=1532000 ns, racy<=22500 ns 17:32:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.415862000, lastModified=2023-04-30 17:32:23.414964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.415862000, lastModified=2023-04-30 17:32:23.414964000, delta=898000 ns, racy<=22500 ns 17:32:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.416244000, lastModified=2023-04-30 17:32:23.414964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.416244000, lastModified=2023-04-30 17:32:23.414964000, delta=1280000 ns, racy<=22500 ns 17:32:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.416581000, lastModified=2023-04-30 17:32:23.414964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.416581000, lastModified=2023-04-30 17:32:23.414964000, delta=1617000 ns, racy<=22500 ns 17:32:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.416970000, lastModified=2023-04-30 17:32:23.415964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.416970000, lastModified=2023-04-30 17:32:23.415964000, delta=1006000 ns, racy<=22500 ns 17:32:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.417368000, lastModified=2023-04-30 17:32:23.415964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.417368000, lastModified=2023-04-30 17:32:23.415964000, delta=1404000 ns, racy<=22500 ns 17:32:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.417957000, lastModified=2023-04-30 17:32:23.416964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.417957000, lastModified=2023-04-30 17:32:23.416964000, delta=993000 ns, racy<=22500 ns 17:32:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.418350000, lastModified=2023-04-30 17:32:23.416964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.418350000, lastModified=2023-04-30 17:32:23.416964000, delta=1386000 ns, racy<=22500 ns 17:32:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.418716000, lastModified=2023-04-30 17:32:23.416964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.416964000 to 2023-04-30 17:32:23.417964000 17:32:23.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.469252000, lastModified=2023-04-30 17:32:23.417964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.417964000 to 2023-04-30 17:32:23.467964000 17:32:23.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.470151000, lastModified=2023-04-30 17:32:23.468964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.470151000, lastModified=2023-04-30 17:32:23.468964000, delta=1187000 ns, racy<=22500 ns 17:32:23.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.470845000, lastModified=2023-04-30 17:32:23.468964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.468964000 to 2023-04-30 17:32:23.469964000 17:32:23.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.471411000, lastModified=2023-04-30 17:32:23.469964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.471411000, lastModified=2023-04-30 17:32:23.469964000, delta=1447000 ns, racy<=22500 ns 17:32:23.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.472743000, lastModified=2023-04-30 17:32:23.470964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.470964000 to 2023-04-30 17:32:23.471964000 17:32:23.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.473313000, lastModified=2023-04-30 17:32:23.471964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.471964000 to 2023-04-30 17:32:23.475964000 17:32:23.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.477946000, lastModified=2023-04-30 17:32:23.476964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.477946000, lastModified=2023-04-30 17:32:23.476964000, delta=982000 ns, racy<=22500 ns 17:32:23.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.478465000, lastModified=2023-04-30 17:32:23.476964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.478465000, lastModified=2023-04-30 17:32:23.476964000, delta=1501000 ns, racy<=22500 ns 17:32:23.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.478861000, lastModified=2023-04-30 17:32:23.477964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.478861000, lastModified=2023-04-30 17:32:23.477964000, delta=897000 ns, racy<=22500 ns 17:32:23.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.479238000, lastModified=2023-04-30 17:32:23.477964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.479238000, lastModified=2023-04-30 17:32:23.477964000, delta=1274000 ns, racy<=22500 ns 17:32:23.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.479581000, lastModified=2023-04-30 17:32:23.477964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.479581000, lastModified=2023-04-30 17:32:23.477964000, delta=1617000 ns, racy<=22500 ns 17:32:23.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.479942000, lastModified=2023-04-30 17:32:23.478964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.479942000, lastModified=2023-04-30 17:32:23.478964000, delta=978000 ns, racy<=22500 ns 17:32:23.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.480315000, lastModified=2023-04-30 17:32:23.478964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.480315000, lastModified=2023-04-30 17:32:23.478964000, delta=1351000 ns, racy<=22500 ns 17:32:23.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.480653000, lastModified=2023-04-30 17:32:23.478964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.480653000, lastModified=2023-04-30 17:32:23.478964000, delta=1689000 ns, racy<=22500 ns 17:32:23.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.481016000, lastModified=2023-04-30 17:32:23.479964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.481016000, lastModified=2023-04-30 17:32:23.479964000, delta=1052000 ns, racy<=22500 ns 17:32:23.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.481369000, lastModified=2023-04-30 17:32:23.479964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.481369000, lastModified=2023-04-30 17:32:23.479964000, delta=1405000 ns, racy<=22500 ns 17:32:23.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.481703000, lastModified=2023-04-30 17:32:23.479964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.479964000 to 2023-04-30 17:32:23.480964000 17:32:23.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.482314000, lastModified=2023-04-30 17:32:23.480964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.482314000, lastModified=2023-04-30 17:32:23.480964000, delta=1350000 ns, racy<=22500 ns 17:32:23.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.482681000, lastModified=2023-04-30 17:32:23.480964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.480964000 to 2023-04-30 17:32:23.481964000 17:32:23.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.483042000, lastModified=2023-04-30 17:32:23.481964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.483042000, lastModified=2023-04-30 17:32:23.481964000, delta=1078000 ns, racy<=22500 ns 17:32:23.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.483412000, lastModified=2023-04-30 17:32:23.481964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.483412000, lastModified=2023-04-30 17:32:23.481964000, delta=1448000 ns, racy<=22500 ns 17:32:23.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.483749000, lastModified=2023-04-30 17:32:23.481964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.481964000 to 2023-04-30 17:32:23.482964000 17:32:23.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.484081000, lastModified=2023-04-30 17:32:23.482964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.484081000, lastModified=2023-04-30 17:32:23.482964000, delta=1117000 ns, racy<=22500 ns 17:32:23.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.484426000, lastModified=2023-04-30 17:32:23.482964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.484426000, lastModified=2023-04-30 17:32:23.482964000, delta=1462000 ns, racy<=22500 ns 17:32:23.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.484763000, lastModified=2023-04-30 17:32:23.482964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.482964000 to 2023-04-30 17:32:23.483964000 17:32:23.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.485120000, lastModified=2023-04-30 17:32:23.483964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.485120000, lastModified=2023-04-30 17:32:23.483964000, delta=1156000 ns, racy<=22500 ns 17:32:23.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.485470000, lastModified=2023-04-30 17:32:23.483964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.485470000, lastModified=2023-04-30 17:32:23.483964000, delta=1506000 ns, racy<=22500 ns 17:32:23.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.485972000, lastModified=2023-04-30 17:32:23.484964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.485972000, lastModified=2023-04-30 17:32:23.484964000, delta=1008000 ns, racy<=22500 ns 17:32:23.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.486506000, lastModified=2023-04-30 17:32:23.484964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.486506000, lastModified=2023-04-30 17:32:23.484964000, delta=1542000 ns, racy<=22500 ns 17:32:23.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.487036000, lastModified=2023-04-30 17:32:23.485964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.487036000, lastModified=2023-04-30 17:32:23.485964000, delta=1072000 ns, racy<=22500 ns 17:32:23.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.487551000, lastModified=2023-04-30 17:32:23.485964000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.487551000, lastModified=2023-04-30 17:32:23.485964000, delta=1587000 ns, racy<=22500 ns 17:32:23.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.488068000, lastModified=2023-04-30 17:32:23.486963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.488068000, lastModified=2023-04-30 17:32:23.486963000, delta=1105000 ns, racy<=22500 ns 17:32:23.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.488601000, lastModified=2023-04-30 17:32:23.486963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.486963000 to 2023-04-30 17:32:23.487963000 17:32:23.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.489118000, lastModified=2023-04-30 17:32:23.487963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.489118000, lastModified=2023-04-30 17:32:23.487963000, delta=1155000 ns, racy<=22500 ns 17:32:23.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.489679000, lastModified=2023-04-30 17:32:23.487963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.487963000 to 2023-04-30 17:32:23.488963000 17:32:23.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.490249000, lastModified=2023-04-30 17:32:23.488963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.490249000, lastModified=2023-04-30 17:32:23.488963000, delta=1286000 ns, racy<=22500 ns 17:32:23.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.490757000, lastModified=2023-04-30 17:32:23.488963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.488963000 to 2023-04-30 17:32:23.489963000 17:32:23.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.491309000, lastModified=2023-04-30 17:32:23.489963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.491309000, lastModified=2023-04-30 17:32:23.489963000, delta=1346000 ns, racy<=22500 ns 17:32:23.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.492200000, lastModified=2023-04-30 17:32:23.490963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.492200000, lastModified=2023-04-30 17:32:23.490963000, delta=1237000 ns, racy<=22500 ns 17:32:23.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.492750000, lastModified=2023-04-30 17:32:23.490963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.490963000 to 2023-04-30 17:32:23.491963000 17:32:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.493263000, lastModified=2023-04-30 17:32:23.491963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.493263000, lastModified=2023-04-30 17:32:23.491963000, delta=1300000 ns, racy<=22500 ns 17:32:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.493827000, lastModified=2023-04-30 17:32:23.491963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.491963000 to 2023-04-30 17:32:23.492963000 17:32:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.494228000, lastModified=2023-04-30 17:32:23.492963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.494228000, lastModified=2023-04-30 17:32:23.492963000, delta=1265000 ns, racy<=22500 ns 17:32:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.494632000, lastModified=2023-04-30 17:32:23.492963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.494632000, lastModified=2023-04-30 17:32:23.492963000, delta=1669000 ns, racy<=22500 ns 17:32:23.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.495081000, lastModified=2023-04-30 17:32:23.493963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.495081000, lastModified=2023-04-30 17:32:23.493963000, delta=1118000 ns, racy<=22500 ns 17:32:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.495461000, lastModified=2023-04-30 17:32:23.493963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.495461000, lastModified=2023-04-30 17:32:23.493963000, delta=1498000 ns, racy<=22500 ns 17:32:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.495846000, lastModified=2023-04-30 17:32:23.493963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.493963000 to 2023-04-30 17:32:23.494963000 17:32:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.496199000, lastModified=2023-04-30 17:32:23.494963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.496199000, lastModified=2023-04-30 17:32:23.494963000, delta=1236000 ns, racy<=22500 ns 17:32:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.496563000, lastModified=2023-04-30 17:32:23.494963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.496563000, lastModified=2023-04-30 17:32:23.494963000, delta=1600000 ns, racy<=22500 ns 17:32:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.496951000, lastModified=2023-04-30 17:32:23.495963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.496951000, lastModified=2023-04-30 17:32:23.495963000, delta=988000 ns, racy<=22500 ns 17:32:23.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.497322000, lastModified=2023-04-30 17:32:23.495963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.497322000, lastModified=2023-04-30 17:32:23.495963000, delta=1359000 ns, racy<=22500 ns 17:32:23.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.497705000, lastModified=2023-04-30 17:32:23.495963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.495963000 to 2023-04-30 17:32:23.496963000 17:32:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.498061000, lastModified=2023-04-30 17:32:23.496963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.498061000, lastModified=2023-04-30 17:32:23.496963000, delta=1098000 ns, racy<=22500 ns 17:32:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.498463000, lastModified=2023-04-30 17:32:23.496963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.498463000, lastModified=2023-04-30 17:32:23.496963000, delta=1500000 ns, racy<=22500 ns 17:32:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.498874000, lastModified=2023-04-30 17:32:23.497963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.498874000, lastModified=2023-04-30 17:32:23.497963000, delta=911000 ns, racy<=22500 ns 17:32:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.499271000, lastModified=2023-04-30 17:32:23.497963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.499271000, lastModified=2023-04-30 17:32:23.497963000, delta=1308000 ns, racy<=22500 ns 17:32:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.499632000, lastModified=2023-04-30 17:32:23.497963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.497963000 to 2023-04-30 17:32:23.499963000 17:32:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.501140000, lastModified=2023-04-30 17:32:23.499963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.501140000, lastModified=2023-04-30 17:32:23.499963000, delta=1177000 ns, racy<=22500 ns 17:32:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.501863000, lastModified=2023-04-30 17:32:23.499963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.499963000 to 2023-04-30 17:32:23.500963000 17:32:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.502216000, lastModified=2023-04-30 17:32:23.500963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.502216000, lastModified=2023-04-30 17:32:23.500963000, delta=1253000 ns, racy<=22500 ns 17:32:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.502543000, lastModified=2023-04-30 17:32:23.500963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.502543000, lastModified=2023-04-30 17:32:23.500963000, delta=1580000 ns, racy<=22500 ns 17:32:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.502920000, lastModified=2023-04-30 17:32:23.501963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.502920000, lastModified=2023-04-30 17:32:23.501963000, delta=957000 ns, racy<=22500 ns 17:32:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.503311000, lastModified=2023-04-30 17:32:23.501963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.503311000, lastModified=2023-04-30 17:32:23.501963000, delta=1348000 ns, racy<=22500 ns 17:32:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.503641000, lastModified=2023-04-30 17:32:23.501963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.503641000, lastModified=2023-04-30 17:32:23.501963000, delta=1678000 ns, racy<=22500 ns 17:32:23.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.504018000, lastModified=2023-04-30 17:32:23.502963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.504018000, lastModified=2023-04-30 17:32:23.502963000, delta=1055000 ns, racy<=22500 ns 17:32:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.504370000, lastModified=2023-04-30 17:32:23.502963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.504370000, lastModified=2023-04-30 17:32:23.502963000, delta=1407000 ns, racy<=22500 ns 17:32:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.504689000, lastModified=2023-04-30 17:32:23.502963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.502963000 to 2023-04-30 17:32:23.503963000 17:32:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.505025000, lastModified=2023-04-30 17:32:23.503963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.505025000, lastModified=2023-04-30 17:32:23.503963000, delta=1062000 ns, racy<=22500 ns 17:32:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.505374000, lastModified=2023-04-30 17:32:23.503963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.505374000, lastModified=2023-04-30 17:32:23.503963000, delta=1411000 ns, racy<=22500 ns 17:32:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.505695000, lastModified=2023-04-30 17:32:23.503963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.503963000 to 2023-04-30 17:32:23.504963000 17:32:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.506033000, lastModified=2023-04-30 17:32:23.504963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.506033000, lastModified=2023-04-30 17:32:23.504963000, delta=1070000 ns, racy<=22500 ns 17:32:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.506402000, lastModified=2023-04-30 17:32:23.504963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.506402000, lastModified=2023-04-30 17:32:23.504963000, delta=1439000 ns, racy<=22500 ns 17:32:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.506738000, lastModified=2023-04-30 17:32:23.504963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.504963000 to 2023-04-30 17:32:23.505963000 17:32:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.507140000, lastModified=2023-04-30 17:32:23.505963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.507140000, lastModified=2023-04-30 17:32:23.505963000, delta=1177000 ns, racy<=22500 ns 17:32:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.507479000, lastModified=2023-04-30 17:32:23.505963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.507479000, lastModified=2023-04-30 17:32:23.505963000, delta=1516000 ns, racy<=22500 ns 17:32:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.507847000, lastModified=2023-04-30 17:32:23.505963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.505963000 to 2023-04-30 17:32:23.506963000 17:32:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.508213000, lastModified=2023-04-30 17:32:23.506963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.508213000, lastModified=2023-04-30 17:32:23.506963000, delta=1250000 ns, racy<=22500 ns 17:32:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.508547000, lastModified=2023-04-30 17:32:23.506963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.508547000, lastModified=2023-04-30 17:32:23.506963000, delta=1584000 ns, racy<=22500 ns 17:32:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.508930000, lastModified=2023-04-30 17:32:23.507963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.508930000, lastModified=2023-04-30 17:32:23.507963000, delta=967000 ns, racy<=22500 ns 17:32:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.509539000, lastModified=2023-04-30 17:32:23.507963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.509539000, lastModified=2023-04-30 17:32:23.507963000, delta=1576000 ns, racy<=22500 ns 17:32:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.509901000, lastModified=2023-04-30 17:32:23.508963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.509901000, lastModified=2023-04-30 17:32:23.508963000, delta=938000 ns, racy<=22500 ns 17:32:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.510271000, lastModified=2023-04-30 17:32:23.508963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.510271000, lastModified=2023-04-30 17:32:23.508963000, delta=1308000 ns, racy<=22500 ns 17:32:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.510596000, lastModified=2023-04-30 17:32:23.508963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.510596000, lastModified=2023-04-30 17:32:23.508963000, delta=1633000 ns, racy<=22500 ns 17:32:23.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.510981000, lastModified=2023-04-30 17:32:23.509963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.510981000, lastModified=2023-04-30 17:32:23.509963000, delta=1018000 ns, racy<=22500 ns 17:32:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.511335000, lastModified=2023-04-30 17:32:23.509963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.511335000, lastModified=2023-04-30 17:32:23.509963000, delta=1372000 ns, racy<=22500 ns 17:32:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.511662000, lastModified=2023-04-30 17:32:23.509963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.509963000 to 2023-04-30 17:32:23.510963000 17:32:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.512007000, lastModified=2023-04-30 17:32:23.510963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.512007000, lastModified=2023-04-30 17:32:23.510963000, delta=1044000 ns, racy<=22500 ns 17:32:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.512362000, lastModified=2023-04-30 17:32:23.510963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.512362000, lastModified=2023-04-30 17:32:23.510963000, delta=1399000 ns, racy<=22500 ns 17:32:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.512687000, lastModified=2023-04-30 17:32:23.510963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.510963000 to 2023-04-30 17:32:23.511963000 17:32:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.513030000, lastModified=2023-04-30 17:32:23.511963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.513030000, lastModified=2023-04-30 17:32:23.511963000, delta=1067000 ns, racy<=22500 ns 17:32:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.513379000, lastModified=2023-04-30 17:32:23.511963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.513379000, lastModified=2023-04-30 17:32:23.511963000, delta=1416000 ns, racy<=22500 ns 17:32:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.513701000, lastModified=2023-04-30 17:32:23.511963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.511963000 to 2023-04-30 17:32:23.512963000 17:32:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.514038000, lastModified=2023-04-30 17:32:23.512963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.514038000, lastModified=2023-04-30 17:32:23.512963000, delta=1075000 ns, racy<=22500 ns 17:32:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.514383000, lastModified=2023-04-30 17:32:23.512963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.514383000, lastModified=2023-04-30 17:32:23.512963000, delta=1420000 ns, racy<=22500 ns 17:32:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.514706000, lastModified=2023-04-30 17:32:23.512963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.512963000 to 2023-04-30 17:32:23.513963000 17:32:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.515064000, lastModified=2023-04-30 17:32:23.513963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.515064000, lastModified=2023-04-30 17:32:23.513963000, delta=1101000 ns, racy<=22500 ns 17:32:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.515435000, lastModified=2023-04-30 17:32:23.513963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.515435000, lastModified=2023-04-30 17:32:23.513963000, delta=1472000 ns, racy<=22500 ns 17:32:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.515751000, lastModified=2023-04-30 17:32:23.513963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.513963000 to 2023-04-30 17:32:23.514963000 17:32:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.516120000, lastModified=2023-04-30 17:32:23.514963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.516120000, lastModified=2023-04-30 17:32:23.514963000, delta=1157000 ns, racy<=22500 ns 17:32:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.516718000, lastModified=2023-04-30 17:32:23.514963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.514963000 to 2023-04-30 17:32:23.515963000 17:32:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.517072000, lastModified=2023-04-30 17:32:23.515963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.517072000, lastModified=2023-04-30 17:32:23.515963000, delta=1109000 ns, racy<=22500 ns 17:32:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.517449000, lastModified=2023-04-30 17:32:23.515963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.517449000, lastModified=2023-04-30 17:32:23.515963000, delta=1486000 ns, racy<=22500 ns 17:32:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.517836000, lastModified=2023-04-30 17:32:23.515963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.515963000 to 2023-04-30 17:32:23.516963000 17:32:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.518220000, lastModified=2023-04-30 17:32:23.516963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.518220000, lastModified=2023-04-30 17:32:23.516963000, delta=1257000 ns, racy<=22500 ns 17:32:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.518581000, lastModified=2023-04-30 17:32:23.516963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.518581000, lastModified=2023-04-30 17:32:23.516963000, delta=1618000 ns, racy<=22500 ns 17:32:23.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.518983000, lastModified=2023-04-30 17:32:23.517963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.518983000, lastModified=2023-04-30 17:32:23.517963000, delta=1020000 ns, racy<=22500 ns 17:32:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.519359000, lastModified=2023-04-30 17:32:23.517963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.519359000, lastModified=2023-04-30 17:32:23.517963000, delta=1396000 ns, racy<=22500 ns 17:32:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.519672000, lastModified=2023-04-30 17:32:23.517963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.517963000 to 2023-04-30 17:32:23.518963000 17:32:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.520029000, lastModified=2023-04-30 17:32:23.518963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.520029000, lastModified=2023-04-30 17:32:23.518963000, delta=1066000 ns, racy<=22500 ns 17:32:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.520388000, lastModified=2023-04-30 17:32:23.518963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.520388000, lastModified=2023-04-30 17:32:23.518963000, delta=1425000 ns, racy<=22500 ns 17:32:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.520701000, lastModified=2023-04-30 17:32:23.518963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.518963000 to 2023-04-30 17:32:23.519963000 17:32:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.521059000, lastModified=2023-04-30 17:32:23.519963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.521059000, lastModified=2023-04-30 17:32:23.519963000, delta=1096000 ns, racy<=22500 ns 17:32:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.521430000, lastModified=2023-04-30 17:32:23.519963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.521430000, lastModified=2023-04-30 17:32:23.519963000, delta=1467000 ns, racy<=22500 ns 17:32:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.521728000, lastModified=2023-04-30 17:32:23.519963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.519963000 to 2023-04-30 17:32:23.520963000 17:32:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.522072000, lastModified=2023-04-30 17:32:23.520963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.522072000, lastModified=2023-04-30 17:32:23.520963000, delta=1109000 ns, racy<=22500 ns 17:32:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.522434000, lastModified=2023-04-30 17:32:23.520963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.522434000, lastModified=2023-04-30 17:32:23.520963000, delta=1471000 ns, racy<=22500 ns 17:32:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.522756000, lastModified=2023-04-30 17:32:23.520963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.520963000 to 2023-04-30 17:32:23.521963000 17:32:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.523099000, lastModified=2023-04-30 17:32:23.521963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.523099000, lastModified=2023-04-30 17:32:23.521963000, delta=1136000 ns, racy<=22500 ns 17:32:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.523443000, lastModified=2023-04-30 17:32:23.521963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.523443000, lastModified=2023-04-30 17:32:23.521963000, delta=1480000 ns, racy<=22500 ns 17:32:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.523814000, lastModified=2023-04-30 17:32:23.521963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.521963000 to 2023-04-30 17:32:23.522963000 17:32:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.524368000, lastModified=2023-04-30 17:32:23.522963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.524368000, lastModified=2023-04-30 17:32:23.522963000, delta=1405000 ns, racy<=22500 ns 17:32:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.524671000, lastModified=2023-04-30 17:32:23.522963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.522963000 to 2023-04-30 17:32:23.523963000 17:32:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.525018000, lastModified=2023-04-30 17:32:23.523963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.525018000, lastModified=2023-04-30 17:32:23.523963000, delta=1055000 ns, racy<=22500 ns 17:32:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.525378000, lastModified=2023-04-30 17:32:23.523963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.525378000, lastModified=2023-04-30 17:32:23.523963000, delta=1415000 ns, racy<=22500 ns 17:32:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.525674000, lastModified=2023-04-30 17:32:23.523963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.523963000 to 2023-04-30 17:32:23.524963000 17:32:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.526001000, lastModified=2023-04-30 17:32:23.524963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.526001000, lastModified=2023-04-30 17:32:23.524963000, delta=1038000 ns, racy<=22500 ns 17:32:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.526353000, lastModified=2023-04-30 17:32:23.524963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.526353000, lastModified=2023-04-30 17:32:23.524963000, delta=1390000 ns, racy<=22500 ns 17:32:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.526653000, lastModified=2023-04-30 17:32:23.524963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.526653000, lastModified=2023-04-30 17:32:23.524963000, delta=1690000 ns, racy<=22500 ns 17:32:23.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.527009000, lastModified=2023-04-30 17:32:23.525963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.527009000, lastModified=2023-04-30 17:32:23.525963000, delta=1046000 ns, racy<=22500 ns 17:32:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.527369000, lastModified=2023-04-30 17:32:23.525963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.527369000, lastModified=2023-04-30 17:32:23.525963000, delta=1406000 ns, racy<=22500 ns 17:32:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.527660000, lastModified=2023-04-30 17:32:23.525963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.527660000, lastModified=2023-04-30 17:32:23.525963000, delta=1697000 ns, racy<=22500 ns 17:32:23.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.527992000, lastModified=2023-04-30 17:32:23.526963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.527992000, lastModified=2023-04-30 17:32:23.526963000, delta=1029000 ns, racy<=22500 ns 17:32:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.528354000, lastModified=2023-04-30 17:32:23.526963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.528354000, lastModified=2023-04-30 17:32:23.526963000, delta=1391000 ns, racy<=22500 ns 17:32:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.528666000, lastModified=2023-04-30 17:32:23.526963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.526963000 to 2023-04-30 17:32:23.527963000 17:32:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.529014000, lastModified=2023-04-30 17:32:23.527963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.529014000, lastModified=2023-04-30 17:32:23.527963000, delta=1051000 ns, racy<=22500 ns 17:32:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.529388000, lastModified=2023-04-30 17:32:23.527963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.529388000, lastModified=2023-04-30 17:32:23.527963000, delta=1425000 ns, racy<=22500 ns 17:32:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.529679000, lastModified=2023-04-30 17:32:23.527963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.527963000 to 2023-04-30 17:32:23.528963000 17:32:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.530013000, lastModified=2023-04-30 17:32:23.528963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.530013000, lastModified=2023-04-30 17:32:23.528963000, delta=1050000 ns, racy<=22500 ns 17:32:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.530373000, lastModified=2023-04-30 17:32:23.528963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.530373000, lastModified=2023-04-30 17:32:23.528963000, delta=1410000 ns, racy<=22500 ns 17:32:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.530662000, lastModified=2023-04-30 17:32:23.528963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.530662000, lastModified=2023-04-30 17:32:23.528963000, delta=1699000 ns, racy<=22500 ns 17:32:23.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.531215000, lastModified=2023-04-30 17:32:23.529963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.531215000, lastModified=2023-04-30 17:32:23.529963000, delta=1252000 ns, racy<=22500 ns 17:32:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.531517000, lastModified=2023-04-30 17:32:23.529963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.531517000, lastModified=2023-04-30 17:32:23.529963000, delta=1554000 ns, racy<=22500 ns 17:32:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.531869000, lastModified=2023-04-30 17:32:23.529963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.529963000 to 2023-04-30 17:32:23.530963000 17:32:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.532211000, lastModified=2023-04-30 17:32:23.530963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.532211000, lastModified=2023-04-30 17:32:23.530963000, delta=1248000 ns, racy<=22500 ns 17:32:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.532502000, lastModified=2023-04-30 17:32:23.530963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.532502000, lastModified=2023-04-30 17:32:23.530963000, delta=1539000 ns, racy<=22500 ns 17:32:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.532860000, lastModified=2023-04-30 17:32:23.530963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.530963000 to 2023-04-30 17:32:23.531963000 17:32:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.533202000, lastModified=2023-04-30 17:32:23.531963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.533202000, lastModified=2023-04-30 17:32:23.531963000, delta=1239000 ns, racy<=22500 ns 17:32:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.533534000, lastModified=2023-04-30 17:32:23.531963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.533534000, lastModified=2023-04-30 17:32:23.531963000, delta=1571000 ns, racy<=22500 ns 17:32:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.533908000, lastModified=2023-04-30 17:32:23.532963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.533908000, lastModified=2023-04-30 17:32:23.532963000, delta=945000 ns, racy<=22500 ns 17:32:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.534293000, lastModified=2023-04-30 17:32:23.532963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.534293000, lastModified=2023-04-30 17:32:23.532963000, delta=1330000 ns, racy<=22500 ns 17:32:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.534611000, lastModified=2023-04-30 17:32:23.532963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.534611000, lastModified=2023-04-30 17:32:23.532963000, delta=1648000 ns, racy<=22500 ns 17:32:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.569228000, lastModified=2023-04-30 17:32:23.533963000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.533963000 to 2023-04-30 17:32:23.567962000 17:32:23.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.577283000, lastModified=2023-04-30 17:32:23.575962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.577283000, lastModified=2023-04-30 17:32:23.575962000, delta=1321000 ns, racy<=22500 ns 17:32:23.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.577775000, lastModified=2023-04-30 17:32:23.575962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.575962000 to 2023-04-30 17:32:23.576962000 17:32:23.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.578142000, lastModified=2023-04-30 17:32:23.576962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.578142000, lastModified=2023-04-30 17:32:23.576962000, delta=1180000 ns, racy<=22500 ns 17:32:23.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.578550000, lastModified=2023-04-30 17:32:23.576962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.578550000, lastModified=2023-04-30 17:32:23.576962000, delta=1588000 ns, racy<=22500 ns 17:32:23.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.578916000, lastModified=2023-04-30 17:32:23.577962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.578916000, lastModified=2023-04-30 17:32:23.577962000, delta=954000 ns, racy<=22500 ns 17:32:23.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.579262000, lastModified=2023-04-30 17:32:23.577962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.579262000, lastModified=2023-04-30 17:32:23.577962000, delta=1300000 ns, racy<=22500 ns 17:32:23.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.579596000, lastModified=2023-04-30 17:32:23.577962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.579596000, lastModified=2023-04-30 17:32:23.577962000, delta=1634000 ns, racy<=22500 ns 17:32:23.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.579942000, lastModified=2023-04-30 17:32:23.578962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.579942000, lastModified=2023-04-30 17:32:23.578962000, delta=980000 ns, racy<=22500 ns 17:32:23.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.580284000, lastModified=2023-04-30 17:32:23.578962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.580284000, lastModified=2023-04-30 17:32:23.578962000, delta=1322000 ns, racy<=22500 ns 17:32:23.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.580912000, lastModified=2023-04-30 17:32:23.579962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.580912000, lastModified=2023-04-30 17:32:23.579962000, delta=950000 ns, racy<=22500 ns 17:32:23.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.581258000, lastModified=2023-04-30 17:32:23.579962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.581258000, lastModified=2023-04-30 17:32:23.579962000, delta=1296000 ns, racy<=22500 ns 17:32:23.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.581603000, lastModified=2023-04-30 17:32:23.579962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.581603000, lastModified=2023-04-30 17:32:23.579962000, delta=1641000 ns, racy<=22500 ns 17:32:23.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.581957000, lastModified=2023-04-30 17:32:23.580962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.581957000, lastModified=2023-04-30 17:32:23.580962000, delta=995000 ns, racy<=22500 ns 17:32:23.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.582313000, lastModified=2023-04-30 17:32:23.580962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.582313000, lastModified=2023-04-30 17:32:23.580962000, delta=1351000 ns, racy<=22500 ns 17:32:23.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.582685000, lastModified=2023-04-30 17:32:23.580962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.580962000 to 2023-04-30 17:32:23.581962000 17:32:23.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.583025000, lastModified=2023-04-30 17:32:23.581962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.583025000, lastModified=2023-04-30 17:32:23.581962000, delta=1063000 ns, racy<=22500 ns 17:32:23.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.583375000, lastModified=2023-04-30 17:32:23.581962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.583375000, lastModified=2023-04-30 17:32:23.581962000, delta=1413000 ns, racy<=22500 ns 17:32:23.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.583811000, lastModified=2023-04-30 17:32:23.581962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.581962000 to 2023-04-30 17:32:23.582962000 17:32:23.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.584173000, lastModified=2023-04-30 17:32:23.582962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.584173000, lastModified=2023-04-30 17:32:23.582962000, delta=1211000 ns, racy<=22500 ns 17:32:23.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.584507000, lastModified=2023-04-30 17:32:23.582962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.584507000, lastModified=2023-04-30 17:32:23.582962000, delta=1545000 ns, racy<=22500 ns 17:32:23.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.584867000, lastModified=2023-04-30 17:32:23.583962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.584867000, lastModified=2023-04-30 17:32:23.583962000, delta=905000 ns, racy<=22500 ns 17:32:23.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.585215000, lastModified=2023-04-30 17:32:23.583962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.585215000, lastModified=2023-04-30 17:32:23.583962000, delta=1253000 ns, racy<=22500 ns 17:32:23.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.585547000, lastModified=2023-04-30 17:32:23.583962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.585547000, lastModified=2023-04-30 17:32:23.583962000, delta=1585000 ns, racy<=22500 ns 17:32:23.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.585901000, lastModified=2023-04-30 17:32:23.584962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.585901000, lastModified=2023-04-30 17:32:23.584962000, delta=939000 ns, racy<=22500 ns 17:32:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.586272000, lastModified=2023-04-30 17:32:23.584962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.586272000, lastModified=2023-04-30 17:32:23.584962000, delta=1310000 ns, racy<=22500 ns 17:32:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.586600000, lastModified=2023-04-30 17:32:23.584962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.586600000, lastModified=2023-04-30 17:32:23.584962000, delta=1638000 ns, racy<=22500 ns 17:32:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.586942000, lastModified=2023-04-30 17:32:23.585962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.586942000, lastModified=2023-04-30 17:32:23.585962000, delta=980000 ns, racy<=22500 ns 17:32:23.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.587374000, lastModified=2023-04-30 17:32:23.585962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.587374000, lastModified=2023-04-30 17:32:23.585962000, delta=1412000 ns, racy<=22500 ns 17:32:23.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.587746000, lastModified=2023-04-30 17:32:23.585962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.585962000 to 2023-04-30 17:32:23.586962000 17:32:23.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.588496000, lastModified=2023-04-30 17:32:23.586962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.586962000 to 2023-04-30 17:32:23.587962000 17:32:23.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.589723000, lastModified=2023-04-30 17:32:23.587962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.587962000 to 2023-04-30 17:32:23.588962000 17:32:23.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.590267000, lastModified=2023-04-30 17:32:23.588962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.590267000, lastModified=2023-04-30 17:32:23.588962000, delta=1305000 ns, racy<=22500 ns 17:32:23.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.590790000, lastModified=2023-04-30 17:32:23.588962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.588962000 to 2023-04-30 17:32:23.589962000 17:32:23.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.591303000, lastModified=2023-04-30 17:32:23.589962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.591303000, lastModified=2023-04-30 17:32:23.589962000, delta=1341000 ns, racy<=22500 ns 17:32:23.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.591810000, lastModified=2023-04-30 17:32:23.589962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.589962000 to 2023-04-30 17:32:23.590962000 17:32:23.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.592313000, lastModified=2023-04-30 17:32:23.590962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.592313000, lastModified=2023-04-30 17:32:23.590962000, delta=1351000 ns, racy<=22500 ns 17:32:23.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.592829000, lastModified=2023-04-30 17:32:23.590962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.590962000 to 2023-04-30 17:32:23.591962000 17:32:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.593326000, lastModified=2023-04-30 17:32:23.591962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.593326000, lastModified=2023-04-30 17:32:23.591962000, delta=1364000 ns, racy<=22500 ns 17:32:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.593840000, lastModified=2023-04-30 17:32:23.591962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.591962000 to 2023-04-30 17:32:23.592962000 17:32:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.594330000, lastModified=2023-04-30 17:32:23.592962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.594330000, lastModified=2023-04-30 17:32:23.592962000, delta=1368000 ns, racy<=22500 ns 17:32:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.594877000, lastModified=2023-04-30 17:32:23.592962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.592962000 to 2023-04-30 17:32:23.593962000 17:32:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.595378000, lastModified=2023-04-30 17:32:23.593962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.595378000, lastModified=2023-04-30 17:32:23.593962000, delta=1416000 ns, racy<=22500 ns 17:32:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.595952000, lastModified=2023-04-30 17:32:23.594962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.595952000, lastModified=2023-04-30 17:32:23.594962000, delta=990000 ns, racy<=22500 ns 17:32:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.596385000, lastModified=2023-04-30 17:32:23.594962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.596385000, lastModified=2023-04-30 17:32:23.594962000, delta=1423000 ns, racy<=22500 ns 17:32:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.596734000, lastModified=2023-04-30 17:32:23.594962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.594962000 to 2023-04-30 17:32:23.595962000 17:32:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.597125000, lastModified=2023-04-30 17:32:23.595962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.597125000, lastModified=2023-04-30 17:32:23.595962000, delta=1163000 ns, racy<=22500 ns 17:32:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.597500000, lastModified=2023-04-30 17:32:23.595962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.597500000, lastModified=2023-04-30 17:32:23.595962000, delta=1538000 ns, racy<=22500 ns 17:32:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.597851000, lastModified=2023-04-30 17:32:23.596962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.597851000, lastModified=2023-04-30 17:32:23.596962000, delta=889000 ns, racy<=22500 ns 17:32:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.598275000, lastModified=2023-04-30 17:32:23.596962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.598275000, lastModified=2023-04-30 17:32:23.596962000, delta=1313000 ns, racy<=22500 ns 17:32:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.598606000, lastModified=2023-04-30 17:32:23.596962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.598606000, lastModified=2023-04-30 17:32:23.596962000, delta=1644000 ns, racy<=22500 ns 17:32:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.599254000, lastModified=2023-04-30 17:32:23.597962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.599254000, lastModified=2023-04-30 17:32:23.597962000, delta=1292000 ns, racy<=22500 ns 17:32:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.599625000, lastModified=2023-04-30 17:32:23.597962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.599625000, lastModified=2023-04-30 17:32:23.597962000, delta=1663000 ns, racy<=22500 ns 17:32:23.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.600014000, lastModified=2023-04-30 17:32:23.598962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.600014000, lastModified=2023-04-30 17:32:23.598962000, delta=1052000 ns, racy<=22500 ns 17:32:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.600391000, lastModified=2023-04-30 17:32:23.598962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.600391000, lastModified=2023-04-30 17:32:23.598962000, delta=1429000 ns, racy<=22500 ns 17:32:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.600754000, lastModified=2023-04-30 17:32:23.598962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.598962000 to 2023-04-30 17:32:23.599962000 17:32:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.601117000, lastModified=2023-04-30 17:32:23.599962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.601117000, lastModified=2023-04-30 17:32:23.599962000, delta=1155000 ns, racy<=22500 ns 17:32:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.601488000, lastModified=2023-04-30 17:32:23.599962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.601488000, lastModified=2023-04-30 17:32:23.599962000, delta=1526000 ns, racy<=22500 ns 17:32:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.601897000, lastModified=2023-04-30 17:32:23.600962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.601897000, lastModified=2023-04-30 17:32:23.600962000, delta=935000 ns, racy<=22500 ns 17:32:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.602294000, lastModified=2023-04-30 17:32:23.600962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.602294000, lastModified=2023-04-30 17:32:23.600962000, delta=1332000 ns, racy<=22500 ns 17:32:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.602678000, lastModified=2023-04-30 17:32:23.600962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.600962000 to 2023-04-30 17:32:23.601962000 17:32:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.603042000, lastModified=2023-04-30 17:32:23.601962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.603042000, lastModified=2023-04-30 17:32:23.601962000, delta=1080000 ns, racy<=22500 ns 17:32:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.603434000, lastModified=2023-04-30 17:32:23.601962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.603434000, lastModified=2023-04-30 17:32:23.601962000, delta=1472000 ns, racy<=22500 ns 17:32:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.603960000, lastModified=2023-04-30 17:32:23.602962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.603960000, lastModified=2023-04-30 17:32:23.602962000, delta=998000 ns, racy<=22500 ns 17:32:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.604418000, lastModified=2023-04-30 17:32:23.602962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.604418000, lastModified=2023-04-30 17:32:23.602962000, delta=1456000 ns, racy<=22500 ns 17:32:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.604822000, lastModified=2023-04-30 17:32:23.602962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.602962000 to 2023-04-30 17:32:23.603962000 17:32:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.605216000, lastModified=2023-04-30 17:32:23.603962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.605216000, lastModified=2023-04-30 17:32:23.603962000, delta=1254000 ns, racy<=22500 ns 17:32:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.605598000, lastModified=2023-04-30 17:32:23.603962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.605598000, lastModified=2023-04-30 17:32:23.603962000, delta=1636000 ns, racy<=22500 ns 17:32:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.605972000, lastModified=2023-04-30 17:32:23.604962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.605972000, lastModified=2023-04-30 17:32:23.604962000, delta=1010000 ns, racy<=22500 ns 17:32:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.606328000, lastModified=2023-04-30 17:32:23.604962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.606328000, lastModified=2023-04-30 17:32:23.604962000, delta=1366000 ns, racy<=22500 ns 17:32:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.606654000, lastModified=2023-04-30 17:32:23.604962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.606654000, lastModified=2023-04-30 17:32:23.604962000, delta=1692000 ns, racy<=22500 ns 17:32:23.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.607285000, lastModified=2023-04-30 17:32:23.605962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.607285000, lastModified=2023-04-30 17:32:23.605962000, delta=1323000 ns, racy<=22500 ns 17:32:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.607659000, lastModified=2023-04-30 17:32:23.605962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.607659000, lastModified=2023-04-30 17:32:23.605962000, delta=1697000 ns, racy<=22500 ns 17:32:23.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.608037000, lastModified=2023-04-30 17:32:23.606962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.608037000, lastModified=2023-04-30 17:32:23.606962000, delta=1075000 ns, racy<=22500 ns 17:32:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.608400000, lastModified=2023-04-30 17:32:23.606962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.608400000, lastModified=2023-04-30 17:32:23.606962000, delta=1438000 ns, racy<=22500 ns 17:32:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.608722000, lastModified=2023-04-30 17:32:23.606962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.606962000 to 2023-04-30 17:32:23.607962000 17:32:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.609100000, lastModified=2023-04-30 17:32:23.607962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.609100000, lastModified=2023-04-30 17:32:23.607962000, delta=1138000 ns, racy<=22500 ns 17:32:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.609429000, lastModified=2023-04-30 17:32:23.607962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.609429000, lastModified=2023-04-30 17:32:23.607962000, delta=1467000 ns, racy<=22500 ns 17:32:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.609751000, lastModified=2023-04-30 17:32:23.607962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.607962000 to 2023-04-30 17:32:23.608962000 17:32:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.610110000, lastModified=2023-04-30 17:32:23.608962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.610110000, lastModified=2023-04-30 17:32:23.608962000, delta=1148000 ns, racy<=22500 ns 17:32:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.610437000, lastModified=2023-04-30 17:32:23.608962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.610437000, lastModified=2023-04-30 17:32:23.608962000, delta=1475000 ns, racy<=22500 ns 17:32:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.610759000, lastModified=2023-04-30 17:32:23.608962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.608962000 to 2023-04-30 17:32:23.609962000 17:32:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.611115000, lastModified=2023-04-30 17:32:23.609962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.611115000, lastModified=2023-04-30 17:32:23.609962000, delta=1153000 ns, racy<=22500 ns 17:32:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.611468000, lastModified=2023-04-30 17:32:23.609962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.611468000, lastModified=2023-04-30 17:32:23.609962000, delta=1506000 ns, racy<=22500 ns 17:32:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.611809000, lastModified=2023-04-30 17:32:23.609962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.609962000 to 2023-04-30 17:32:23.610962000 17:32:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.612138000, lastModified=2023-04-30 17:32:23.610962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.612138000, lastModified=2023-04-30 17:32:23.610962000, delta=1176000 ns, racy<=22500 ns 17:32:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.612473000, lastModified=2023-04-30 17:32:23.610962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.612473000, lastModified=2023-04-30 17:32:23.610962000, delta=1511000 ns, racy<=22500 ns 17:32:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.612814000, lastModified=2023-04-30 17:32:23.610962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.610962000 to 2023-04-30 17:32:23.611962000 17:32:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.613156000, lastModified=2023-04-30 17:32:23.611962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.613156000, lastModified=2023-04-30 17:32:23.611962000, delta=1194000 ns, racy<=22500 ns 17:32:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.613480000, lastModified=2023-04-30 17:32:23.611962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.613480000, lastModified=2023-04-30 17:32:23.611962000, delta=1518000 ns, racy<=22500 ns 17:32:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.613839000, lastModified=2023-04-30 17:32:23.611962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.611962000 to 2023-04-30 17:32:23.612962000 17:32:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.614189000, lastModified=2023-04-30 17:32:23.612962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.614189000, lastModified=2023-04-30 17:32:23.612962000, delta=1227000 ns, racy<=22500 ns 17:32:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.614767000, lastModified=2023-04-30 17:32:23.612962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.612962000 to 2023-04-30 17:32:23.613962000 17:32:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.615135000, lastModified=2023-04-30 17:32:23.613962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.615135000, lastModified=2023-04-30 17:32:23.613962000, delta=1173000 ns, racy<=22500 ns 17:32:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.615468000, lastModified=2023-04-30 17:32:23.613962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.615468000, lastModified=2023-04-30 17:32:23.613962000, delta=1506000 ns, racy<=22500 ns 17:32:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.615828000, lastModified=2023-04-30 17:32:23.613962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.613962000 to 2023-04-30 17:32:23.614962000 17:32:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.616179000, lastModified=2023-04-30 17:32:23.614962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.616179000, lastModified=2023-04-30 17:32:23.614962000, delta=1217000 ns, racy<=22500 ns 17:32:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.616510000, lastModified=2023-04-30 17:32:23.614962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.616510000, lastModified=2023-04-30 17:32:23.614962000, delta=1548000 ns, racy<=22500 ns 17:32:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.616863000, lastModified=2023-04-30 17:32:23.615962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.616863000, lastModified=2023-04-30 17:32:23.615962000, delta=901000 ns, racy<=22500 ns 17:32:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.617217000, lastModified=2023-04-30 17:32:23.615962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.617217000, lastModified=2023-04-30 17:32:23.615962000, delta=1255000 ns, racy<=22500 ns 17:32:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.617562000, lastModified=2023-04-30 17:32:23.615962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.617562000, lastModified=2023-04-30 17:32:23.615962000, delta=1600000 ns, racy<=22500 ns 17:32:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.617941000, lastModified=2023-04-30 17:32:23.616962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.617941000, lastModified=2023-04-30 17:32:23.616962000, delta=979000 ns, racy<=22500 ns 17:32:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.618297000, lastModified=2023-04-30 17:32:23.616962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.618297000, lastModified=2023-04-30 17:32:23.616962000, delta=1335000 ns, racy<=22500 ns 17:32:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.618618000, lastModified=2023-04-30 17:32:23.616962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.618618000, lastModified=2023-04-30 17:32:23.616962000, delta=1656000 ns, racy<=22500 ns 17:32:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.618989000, lastModified=2023-04-30 17:32:23.617962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.618989000, lastModified=2023-04-30 17:32:23.617962000, delta=1027000 ns, racy<=22500 ns 17:32:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.619344000, lastModified=2023-04-30 17:32:23.617962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.619344000, lastModified=2023-04-30 17:32:23.617962000, delta=1382000 ns, racy<=22500 ns 17:32:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.619666000, lastModified=2023-04-30 17:32:23.617962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.617962000 to 2023-04-30 17:32:23.618962000 17:32:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.620061000, lastModified=2023-04-30 17:32:23.618962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.620061000, lastModified=2023-04-30 17:32:23.618962000, delta=1099000 ns, racy<=22500 ns 17:32:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.620421000, lastModified=2023-04-30 17:32:23.618962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.620421000, lastModified=2023-04-30 17:32:23.618962000, delta=1459000 ns, racy<=22500 ns 17:32:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.620840000, lastModified=2023-04-30 17:32:23.619962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.620840000, lastModified=2023-04-30 17:32:23.619962000, delta=878000 ns, racy<=22500 ns 17:32:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.621212000, lastModified=2023-04-30 17:32:23.619962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.621212000, lastModified=2023-04-30 17:32:23.619962000, delta=1250000 ns, racy<=22500 ns 17:32:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.621538000, lastModified=2023-04-30 17:32:23.619962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.621538000, lastModified=2023-04-30 17:32:23.619962000, delta=1576000 ns, racy<=22500 ns 17:32:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.622187000, lastModified=2023-04-30 17:32:23.620962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.622187000, lastModified=2023-04-30 17:32:23.620962000, delta=1225000 ns, racy<=22500 ns 17:32:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.622544000, lastModified=2023-04-30 17:32:23.620962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.622544000, lastModified=2023-04-30 17:32:23.620962000, delta=1582000 ns, racy<=22500 ns 17:32:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.622898000, lastModified=2023-04-30 17:32:23.621962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.622898000, lastModified=2023-04-30 17:32:23.621962000, delta=936000 ns, racy<=22500 ns 17:32:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.623252000, lastModified=2023-04-30 17:32:23.621962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.623252000, lastModified=2023-04-30 17:32:23.621962000, delta=1290000 ns, racy<=22500 ns 17:32:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.623621000, lastModified=2023-04-30 17:32:23.621962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.623621000, lastModified=2023-04-30 17:32:23.621962000, delta=1659000 ns, racy<=22500 ns 17:32:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.624016000, lastModified=2023-04-30 17:32:23.622962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.624016000, lastModified=2023-04-30 17:32:23.622962000, delta=1054000 ns, racy<=22500 ns 17:32:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.624373000, lastModified=2023-04-30 17:32:23.622962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.624373000, lastModified=2023-04-30 17:32:23.622962000, delta=1411000 ns, racy<=22500 ns 17:32:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.624706000, lastModified=2023-04-30 17:32:23.622962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.622962000 to 2023-04-30 17:32:23.623962000 17:32:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.625021000, lastModified=2023-04-30 17:32:23.623962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.625021000, lastModified=2023-04-30 17:32:23.623962000, delta=1059000 ns, racy<=22500 ns 17:32:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.625379000, lastModified=2023-04-30 17:32:23.623962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.625379000, lastModified=2023-04-30 17:32:23.623962000, delta=1417000 ns, racy<=22500 ns 17:32:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.625689000, lastModified=2023-04-30 17:32:23.623962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.623962000 to 2023-04-30 17:32:23.624962000 17:32:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.626012000, lastModified=2023-04-30 17:32:23.624962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.626012000, lastModified=2023-04-30 17:32:23.624962000, delta=1050000 ns, racy<=22500 ns 17:32:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.626352000, lastModified=2023-04-30 17:32:23.624962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.626352000, lastModified=2023-04-30 17:32:23.624962000, delta=1390000 ns, racy<=22500 ns 17:32:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.626649000, lastModified=2023-04-30 17:32:23.624962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.626649000, lastModified=2023-04-30 17:32:23.624962000, delta=1687000 ns, racy<=22500 ns 17:32:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.626987000, lastModified=2023-04-30 17:32:23.625962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.626987000, lastModified=2023-04-30 17:32:23.625962000, delta=1025000 ns, racy<=22500 ns 17:32:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.627349000, lastModified=2023-04-30 17:32:23.625962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.627349000, lastModified=2023-04-30 17:32:23.625962000, delta=1387000 ns, racy<=22500 ns 17:32:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.627675000, lastModified=2023-04-30 17:32:23.625962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.625962000 to 2023-04-30 17:32:23.626962000 17:32:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.627999000, lastModified=2023-04-30 17:32:23.626962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.627999000, lastModified=2023-04-30 17:32:23.626962000, delta=1037000 ns, racy<=22500 ns 17:32:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.628355000, lastModified=2023-04-30 17:32:23.626962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.628355000, lastModified=2023-04-30 17:32:23.626962000, delta=1393000 ns, racy<=22500 ns 17:32:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.669262000, lastModified=2023-04-30 17:32:23.626962000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.626962000 to 2023-04-30 17:32:23.667961000 17:32:23.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.669892000, lastModified=2023-04-30 17:32:23.668961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.669892000, lastModified=2023-04-30 17:32:23.668961000, delta=931000 ns, racy<=22500 ns 17:32:23.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.670560000, lastModified=2023-04-30 17:32:23.668961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.670560000, lastModified=2023-04-30 17:32:23.668961000, delta=1599000 ns, racy<=22500 ns 17:32:23.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.670947000, lastModified=2023-04-30 17:32:23.669961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.670947000, lastModified=2023-04-30 17:32:23.669961000, delta=986000 ns, racy<=22500 ns 17:32:23.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.671315000, lastModified=2023-04-30 17:32:23.669961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.671315000, lastModified=2023-04-30 17:32:23.669961000, delta=1354000 ns, racy<=22500 ns 17:32:23.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.671651000, lastModified=2023-04-30 17:32:23.669961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.671651000, lastModified=2023-04-30 17:32:23.669961000, delta=1690000 ns, racy<=22500 ns 17:32:23.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.672009000, lastModified=2023-04-30 17:32:23.670961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.672009000, lastModified=2023-04-30 17:32:23.670961000, delta=1048000 ns, racy<=22500 ns 17:32:23.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.672383000, lastModified=2023-04-30 17:32:23.670961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.672383000, lastModified=2023-04-30 17:32:23.670961000, delta=1422000 ns, racy<=22500 ns 17:32:23.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.672718000, lastModified=2023-04-30 17:32:23.670961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.670961000 to 2023-04-30 17:32:23.671961000 17:32:23.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.673096000, lastModified=2023-04-30 17:32:23.671961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.673096000, lastModified=2023-04-30 17:32:23.671961000, delta=1135000 ns, racy<=22500 ns 17:32:23.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.673450000, lastModified=2023-04-30 17:32:23.671961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.673450000, lastModified=2023-04-30 17:32:23.671961000, delta=1489000 ns, racy<=22500 ns 17:32:23.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.673807000, lastModified=2023-04-30 17:32:23.671961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.671961000 to 2023-04-30 17:32:23.672961000 17:32:23.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.674150000, lastModified=2023-04-30 17:32:23.672961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.674150000, lastModified=2023-04-30 17:32:23.672961000, delta=1189000 ns, racy<=22500 ns 17:32:23.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.674505000, lastModified=2023-04-30 17:32:23.672961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.674505000, lastModified=2023-04-30 17:32:23.672961000, delta=1544000 ns, racy<=22500 ns 17:32:23.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.674886000, lastModified=2023-04-30 17:32:23.673961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.674886000, lastModified=2023-04-30 17:32:23.673961000, delta=925000 ns, racy<=22500 ns 17:32:23.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.675259000, lastModified=2023-04-30 17:32:23.673961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.675259000, lastModified=2023-04-30 17:32:23.673961000, delta=1298000 ns, racy<=22500 ns 17:32:23.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.675611000, lastModified=2023-04-30 17:32:23.673961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.675611000, lastModified=2023-04-30 17:32:23.673961000, delta=1650000 ns, racy<=22500 ns 17:32:23.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.675985000, lastModified=2023-04-30 17:32:23.674961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.675985000, lastModified=2023-04-30 17:32:23.674961000, delta=1024000 ns, racy<=22500 ns 17:32:23.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.676350000, lastModified=2023-04-30 17:32:23.674961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.676350000, lastModified=2023-04-30 17:32:23.674961000, delta=1389000 ns, racy<=22500 ns 17:32:23.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.676710000, lastModified=2023-04-30 17:32:23.674961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.674961000 to 2023-04-30 17:32:23.675961000 17:32:23.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.677081000, lastModified=2023-04-30 17:32:23.675961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.677081000, lastModified=2023-04-30 17:32:23.675961000, delta=1120000 ns, racy<=22500 ns 17:32:23.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.677463000, lastModified=2023-04-30 17:32:23.675961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.677463000, lastModified=2023-04-30 17:32:23.675961000, delta=1502000 ns, racy<=22500 ns 17:32:23.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.678326000, lastModified=2023-04-30 17:32:23.676961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.678326000, lastModified=2023-04-30 17:32:23.676961000, delta=1365000 ns, racy<=22500 ns 17:32:23.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.678877000, lastModified=2023-04-30 17:32:23.677961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.678877000, lastModified=2023-04-30 17:32:23.677961000, delta=916000 ns, racy<=22500 ns 17:32:23.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.679273000, lastModified=2023-04-30 17:32:23.677961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.679273000, lastModified=2023-04-30 17:32:23.677961000, delta=1312000 ns, racy<=22500 ns 17:32:23.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.679640000, lastModified=2023-04-30 17:32:23.677961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.679640000, lastModified=2023-04-30 17:32:23.677961000, delta=1679000 ns, racy<=22500 ns 17:32:23.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.680012000, lastModified=2023-04-30 17:32:23.678961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.680012000, lastModified=2023-04-30 17:32:23.678961000, delta=1051000 ns, racy<=22500 ns 17:32:23.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.680390000, lastModified=2023-04-30 17:32:23.678961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.680390000, lastModified=2023-04-30 17:32:23.678961000, delta=1429000 ns, racy<=22500 ns 17:32:23.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.680737000, lastModified=2023-04-30 17:32:23.678961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.678961000 to 2023-04-30 17:32:23.679961000 17:32:23.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.681110000, lastModified=2023-04-30 17:32:23.679961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.681110000, lastModified=2023-04-30 17:32:23.679961000, delta=1149000 ns, racy<=22500 ns 17:32:23.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.681497000, lastModified=2023-04-30 17:32:23.679961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.681497000, lastModified=2023-04-30 17:32:23.679961000, delta=1536000 ns, racy<=22500 ns 17:32:23.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.681866000, lastModified=2023-04-30 17:32:23.680961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.681866000, lastModified=2023-04-30 17:32:23.680961000, delta=905000 ns, racy<=22500 ns 17:32:23.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.682271000, lastModified=2023-04-30 17:32:23.680961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.682271000, lastModified=2023-04-30 17:32:23.680961000, delta=1310000 ns, racy<=22500 ns 17:32:23.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.682640000, lastModified=2023-04-30 17:32:23.680961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.682640000, lastModified=2023-04-30 17:32:23.680961000, delta=1679000 ns, racy<=22500 ns 17:32:23.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.683033000, lastModified=2023-04-30 17:32:23.681961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.683033000, lastModified=2023-04-30 17:32:23.681961000, delta=1072000 ns, racy<=22500 ns 17:32:23.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.683398000, lastModified=2023-04-30 17:32:23.681961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.683398000, lastModified=2023-04-30 17:32:23.681961000, delta=1437000 ns, racy<=22500 ns 17:32:23.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.683766000, lastModified=2023-04-30 17:32:23.681961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.681961000 to 2023-04-30 17:32:23.682961000 17:32:23.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.684179000, lastModified=2023-04-30 17:32:23.682961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.684179000, lastModified=2023-04-30 17:32:23.682961000, delta=1218000 ns, racy<=22500 ns 17:32:23.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.684536000, lastModified=2023-04-30 17:32:23.682961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.684536000, lastModified=2023-04-30 17:32:23.682961000, delta=1575000 ns, racy<=22500 ns 17:32:23.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.684924000, lastModified=2023-04-30 17:32:23.683961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.684924000, lastModified=2023-04-30 17:32:23.683961000, delta=963000 ns, racy<=22500 ns 17:32:23.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.685293000, lastModified=2023-04-30 17:32:23.683961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.685293000, lastModified=2023-04-30 17:32:23.683961000, delta=1332000 ns, racy<=22500 ns 17:32:23.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.685653000, lastModified=2023-04-30 17:32:23.683961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.683961000 to 2023-04-30 17:32:23.684961000 17:32:23.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.686031000, lastModified=2023-04-30 17:32:23.684961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.686031000, lastModified=2023-04-30 17:32:23.684961000, delta=1070000 ns, racy<=22500 ns 17:32:23.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.686683000, lastModified=2023-04-30 17:32:23.684961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.684961000 to 2023-04-30 17:32:23.685961000 17:32:23.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.687068000, lastModified=2023-04-30 17:32:23.685961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.687068000, lastModified=2023-04-30 17:32:23.685961000, delta=1107000 ns, racy<=22500 ns 17:32:23.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.687447000, lastModified=2023-04-30 17:32:23.685961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.687447000, lastModified=2023-04-30 17:32:23.685961000, delta=1486000 ns, racy<=22500 ns 17:32:23.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.687824000, lastModified=2023-04-30 17:32:23.685961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.685961000 to 2023-04-30 17:32:23.686961000 17:32:23.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.688197000, lastModified=2023-04-30 17:32:23.686961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.688197000, lastModified=2023-04-30 17:32:23.686961000, delta=1236000 ns, racy<=22500 ns 17:32:23.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.688546000, lastModified=2023-04-30 17:32:23.686961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.688546000, lastModified=2023-04-30 17:32:23.686961000, delta=1585000 ns, racy<=22500 ns 17:32:23.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.688929000, lastModified=2023-04-30 17:32:23.687961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.688929000, lastModified=2023-04-30 17:32:23.687961000, delta=968000 ns, racy<=22500 ns 17:32:23.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.689296000, lastModified=2023-04-30 17:32:23.687961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.689296000, lastModified=2023-04-30 17:32:23.687961000, delta=1335000 ns, racy<=22500 ns 17:32:23.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.689678000, lastModified=2023-04-30 17:32:23.687961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.687961000 to 2023-04-30 17:32:23.688961000 17:32:23.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.690059000, lastModified=2023-04-30 17:32:23.688961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.690059000, lastModified=2023-04-30 17:32:23.688961000, delta=1098000 ns, racy<=22500 ns 17:32:23.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.690438000, lastModified=2023-04-30 17:32:23.688961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.690438000, lastModified=2023-04-30 17:32:23.688961000, delta=1477000 ns, racy<=22500 ns 17:32:23.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.690811000, lastModified=2023-04-30 17:32:23.688961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.688961000 to 2023-04-30 17:32:23.689961000 17:32:23.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.691164000, lastModified=2023-04-30 17:32:23.689961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.691164000, lastModified=2023-04-30 17:32:23.689961000, delta=1203000 ns, racy<=22500 ns 17:32:23.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.691526000, lastModified=2023-04-30 17:32:23.689961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.691526000, lastModified=2023-04-30 17:32:23.689961000, delta=1565000 ns, racy<=22500 ns 17:32:23.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.691920000, lastModified=2023-04-30 17:32:23.690961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.691920000, lastModified=2023-04-30 17:32:23.690961000, delta=959000 ns, racy<=22500 ns 17:32:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.692302000, lastModified=2023-04-30 17:32:23.690961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.692302000, lastModified=2023-04-30 17:32:23.690961000, delta=1341000 ns, racy<=22500 ns 17:32:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.692656000, lastModified=2023-04-30 17:32:23.690961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.692656000, lastModified=2023-04-30 17:32:23.690961000, delta=1695000 ns, racy<=22500 ns 17:32:23.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.693054000, lastModified=2023-04-30 17:32:23.691961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.693054000, lastModified=2023-04-30 17:32:23.691961000, delta=1093000 ns, racy<=22500 ns 17:32:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.693416000, lastModified=2023-04-30 17:32:23.691961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.693416000, lastModified=2023-04-30 17:32:23.691961000, delta=1455000 ns, racy<=22500 ns 17:32:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.693761000, lastModified=2023-04-30 17:32:23.691961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.691961000 to 2023-04-30 17:32:23.692961000 17:32:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.694418000, lastModified=2023-04-30 17:32:23.692961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.694418000, lastModified=2023-04-30 17:32:23.692961000, delta=1457000 ns, racy<=22500 ns 17:32:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.694769000, lastModified=2023-04-30 17:32:23.692961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.692961000 to 2023-04-30 17:32:23.693961000 17:32:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.695176000, lastModified=2023-04-30 17:32:23.693961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.695176000, lastModified=2023-04-30 17:32:23.693961000, delta=1215000 ns, racy<=22500 ns 17:32:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.695544000, lastModified=2023-04-30 17:32:23.693961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.695544000, lastModified=2023-04-30 17:32:23.693961000, delta=1583000 ns, racy<=22500 ns 17:32:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.695911000, lastModified=2023-04-30 17:32:23.694961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.695911000, lastModified=2023-04-30 17:32:23.694961000, delta=950000 ns, racy<=22500 ns 17:32:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.696296000, lastModified=2023-04-30 17:32:23.694961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.696296000, lastModified=2023-04-30 17:32:23.694961000, delta=1335000 ns, racy<=22500 ns 17:32:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.696653000, lastModified=2023-04-30 17:32:23.694961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.696653000, lastModified=2023-04-30 17:32:23.694961000, delta=1692000 ns, racy<=22500 ns 17:32:23.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.697032000, lastModified=2023-04-30 17:32:23.695961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.697032000, lastModified=2023-04-30 17:32:23.695961000, delta=1071000 ns, racy<=22500 ns 17:32:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.697400000, lastModified=2023-04-30 17:32:23.695961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.697400000, lastModified=2023-04-30 17:32:23.695961000, delta=1439000 ns, racy<=22500 ns 17:32:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.697739000, lastModified=2023-04-30 17:32:23.695961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.695961000 to 2023-04-30 17:32:23.696961000 17:32:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.698102000, lastModified=2023-04-30 17:32:23.696961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.698102000, lastModified=2023-04-30 17:32:23.696961000, delta=1141000 ns, racy<=22500 ns 17:32:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.698481000, lastModified=2023-04-30 17:32:23.696961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.698481000, lastModified=2023-04-30 17:32:23.696961000, delta=1520000 ns, racy<=22500 ns 17:32:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.698848000, lastModified=2023-04-30 17:32:23.697961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.698848000, lastModified=2023-04-30 17:32:23.697961000, delta=887000 ns, racy<=22500 ns 17:32:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.699199000, lastModified=2023-04-30 17:32:23.697961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.699199000, lastModified=2023-04-30 17:32:23.697961000, delta=1238000 ns, racy<=22500 ns 17:32:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.699540000, lastModified=2023-04-30 17:32:23.697961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.699540000, lastModified=2023-04-30 17:32:23.697961000, delta=1579000 ns, racy<=22500 ns 17:32:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.699931000, lastModified=2023-04-30 17:32:23.698961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.699931000, lastModified=2023-04-30 17:32:23.698961000, delta=970000 ns, racy<=22500 ns 17:32:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.700320000, lastModified=2023-04-30 17:32:23.698961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.700320000, lastModified=2023-04-30 17:32:23.698961000, delta=1359000 ns, racy<=22500 ns 17:32:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.700723000, lastModified=2023-04-30 17:32:23.698961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.698961000 to 2023-04-30 17:32:23.699961000 17:32:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.701151000, lastModified=2023-04-30 17:32:23.699961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.701151000, lastModified=2023-04-30 17:32:23.699961000, delta=1190000 ns, racy<=22500 ns 17:32:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.701519000, lastModified=2023-04-30 17:32:23.699961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.701519000, lastModified=2023-04-30 17:32:23.699961000, delta=1558000 ns, racy<=22500 ns 17:32:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.701886000, lastModified=2023-04-30 17:32:23.700961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.701886000, lastModified=2023-04-30 17:32:23.700961000, delta=925000 ns, racy<=22500 ns 17:32:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.702574000, lastModified=2023-04-30 17:32:23.700961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.702574000, lastModified=2023-04-30 17:32:23.700961000, delta=1613000 ns, racy<=22500 ns 17:32:23.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.702999000, lastModified=2023-04-30 17:32:23.701961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.702999000, lastModified=2023-04-30 17:32:23.701961000, delta=1038000 ns, racy<=22500 ns 17:32:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.703379000, lastModified=2023-04-30 17:32:23.701961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.703379000, lastModified=2023-04-30 17:32:23.701961000, delta=1418000 ns, racy<=22500 ns 17:32:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.703715000, lastModified=2023-04-30 17:32:23.701961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.701961000 to 2023-04-30 17:32:23.702961000 17:32:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.704062000, lastModified=2023-04-30 17:32:23.702961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.704062000, lastModified=2023-04-30 17:32:23.702961000, delta=1101000 ns, racy<=22500 ns 17:32:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.704445000, lastModified=2023-04-30 17:32:23.702961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.704445000, lastModified=2023-04-30 17:32:23.702961000, delta=1484000 ns, racy<=22500 ns 17:32:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.704775000, lastModified=2023-04-30 17:32:23.702961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.702961000 to 2023-04-30 17:32:23.703961000 17:32:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.705187000, lastModified=2023-04-30 17:32:23.703961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.705187000, lastModified=2023-04-30 17:32:23.703961000, delta=1226000 ns, racy<=22500 ns 17:32:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.705532000, lastModified=2023-04-30 17:32:23.703961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.705532000, lastModified=2023-04-30 17:32:23.703961000, delta=1571000 ns, racy<=22500 ns 17:32:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.705902000, lastModified=2023-04-30 17:32:23.704961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.705902000, lastModified=2023-04-30 17:32:23.704961000, delta=941000 ns, racy<=22500 ns 17:32:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.706290000, lastModified=2023-04-30 17:32:23.704961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.706290000, lastModified=2023-04-30 17:32:23.704961000, delta=1329000 ns, racy<=22500 ns 17:32:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.706617000, lastModified=2023-04-30 17:32:23.704961000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.706617000, lastModified=2023-04-30 17:32:23.704961000, delta=1656000 ns, racy<=22500 ns 17:32:23.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.706989000, lastModified=2023-04-30 17:32:23.705960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.706989000, lastModified=2023-04-30 17:32:23.705960000, delta=1029000 ns, racy<=22500 ns 17:32:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.707375000, lastModified=2023-04-30 17:32:23.705960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.707375000, lastModified=2023-04-30 17:32:23.705960000, delta=1415000 ns, racy<=22500 ns 17:32:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.707728000, lastModified=2023-04-30 17:32:23.705960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.705960000 to 2023-04-30 17:32:23.706960000 17:32:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.708082000, lastModified=2023-04-30 17:32:23.706960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.708082000, lastModified=2023-04-30 17:32:23.706960000, delta=1122000 ns, racy<=22500 ns 17:32:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.708457000, lastModified=2023-04-30 17:32:23.706960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.708457000, lastModified=2023-04-30 17:32:23.706960000, delta=1497000 ns, racy<=22500 ns 17:32:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.708831000, lastModified=2023-04-30 17:32:23.706960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.706960000 to 2023-04-30 17:32:23.707960000 17:32:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.709202000, lastModified=2023-04-30 17:32:23.707960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.709202000, lastModified=2023-04-30 17:32:23.707960000, delta=1242000 ns, racy<=22500 ns 17:32:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.709533000, lastModified=2023-04-30 17:32:23.707960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.709533000, lastModified=2023-04-30 17:32:23.707960000, delta=1573000 ns, racy<=22500 ns 17:32:23.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.710226000, lastModified=2023-04-30 17:32:23.708960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.710226000, lastModified=2023-04-30 17:32:23.708960000, delta=1266000 ns, racy<=22500 ns 17:32:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.710618000, lastModified=2023-04-30 17:32:23.708960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.710618000, lastModified=2023-04-30 17:32:23.708960000, delta=1658000 ns, racy<=22500 ns 17:32:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.710971000, lastModified=2023-04-30 17:32:23.709960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.710971000, lastModified=2023-04-30 17:32:23.709960000, delta=1011000 ns, racy<=22500 ns 17:32:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.711336000, lastModified=2023-04-30 17:32:23.709960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.711336000, lastModified=2023-04-30 17:32:23.709960000, delta=1376000 ns, racy<=22500 ns 17:32:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.711662000, lastModified=2023-04-30 17:32:23.709960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.709960000 to 2023-04-30 17:32:23.710960000 17:32:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.712002000, lastModified=2023-04-30 17:32:23.710960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.712002000, lastModified=2023-04-30 17:32:23.710960000, delta=1042000 ns, racy<=22500 ns 17:32:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.712359000, lastModified=2023-04-30 17:32:23.710960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.712359000, lastModified=2023-04-30 17:32:23.710960000, delta=1399000 ns, racy<=22500 ns 17:32:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.712683000, lastModified=2023-04-30 17:32:23.710960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.710960000 to 2023-04-30 17:32:23.711960000 17:32:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.713058000, lastModified=2023-04-30 17:32:23.711960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.713058000, lastModified=2023-04-30 17:32:23.711960000, delta=1098000 ns, racy<=22500 ns 17:32:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.713421000, lastModified=2023-04-30 17:32:23.711960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.713421000, lastModified=2023-04-30 17:32:23.711960000, delta=1461000 ns, racy<=22500 ns 17:32:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.713748000, lastModified=2023-04-30 17:32:23.711960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.711960000 to 2023-04-30 17:32:23.712960000 17:32:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.714112000, lastModified=2023-04-30 17:32:23.712960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.714112000, lastModified=2023-04-30 17:32:23.712960000, delta=1152000 ns, racy<=22500 ns 17:32:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.714449000, lastModified=2023-04-30 17:32:23.712960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.714449000, lastModified=2023-04-30 17:32:23.712960000, delta=1489000 ns, racy<=22500 ns 17:32:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.714774000, lastModified=2023-04-30 17:32:23.712960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.712960000 to 2023-04-30 17:32:23.713960000 17:32:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.715135000, lastModified=2023-04-30 17:32:23.713960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.715135000, lastModified=2023-04-30 17:32:23.713960000, delta=1175000 ns, racy<=22500 ns 17:32:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.715476000, lastModified=2023-04-30 17:32:23.713960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.715476000, lastModified=2023-04-30 17:32:23.713960000, delta=1516000 ns, racy<=22500 ns 17:32:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.715839000, lastModified=2023-04-30 17:32:23.713960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.713960000 to 2023-04-30 17:32:23.714960000 17:32:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.716190000, lastModified=2023-04-30 17:32:23.714960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.716190000, lastModified=2023-04-30 17:32:23.714960000, delta=1230000 ns, racy<=22500 ns 17:32:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.716519000, lastModified=2023-04-30 17:32:23.714960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.716519000, lastModified=2023-04-30 17:32:23.714960000, delta=1559000 ns, racy<=22500 ns 17:32:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.716873000, lastModified=2023-04-30 17:32:23.715960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.716873000, lastModified=2023-04-30 17:32:23.715960000, delta=913000 ns, racy<=22500 ns 17:32:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.717235000, lastModified=2023-04-30 17:32:23.715960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.717235000, lastModified=2023-04-30 17:32:23.715960000, delta=1275000 ns, racy<=22500 ns 17:32:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.717851000, lastModified=2023-04-30 17:32:23.715960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.715960000 to 2023-04-30 17:32:23.716960000 17:32:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.718211000, lastModified=2023-04-30 17:32:23.716960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.718211000, lastModified=2023-04-30 17:32:23.716960000, delta=1251000 ns, racy<=22500 ns 17:32:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.718566000, lastModified=2023-04-30 17:32:23.716960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.718566000, lastModified=2023-04-30 17:32:23.716960000, delta=1606000 ns, racy<=22500 ns 17:32:23.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.769676000, lastModified=2023-04-30 17:32:23.767960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.767960000 to 2023-04-30 17:32:23.768960000 17:32:23.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.770156000, lastModified=2023-04-30 17:32:23.768960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.770156000, lastModified=2023-04-30 17:32:23.768960000, delta=1196000 ns, racy<=22500 ns 17:32:23.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.770693000, lastModified=2023-04-30 17:32:23.768960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.768960000 to 2023-04-30 17:32:23.769960000 17:32:23.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.771223000, lastModified=2023-04-30 17:32:23.769960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.771223000, lastModified=2023-04-30 17:32:23.769960000, delta=1263000 ns, racy<=22500 ns 17:32:23.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.771748000, lastModified=2023-04-30 17:32:23.769960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.769960000 to 2023-04-30 17:32:23.770960000 17:32:23.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.772318000, lastModified=2023-04-30 17:32:23.770960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.772318000, lastModified=2023-04-30 17:32:23.770960000, delta=1358000 ns, racy<=22500 ns 17:32:23.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.772853000, lastModified=2023-04-30 17:32:23.770960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.770960000 to 2023-04-30 17:32:23.771960000 17:32:23.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.773356000, lastModified=2023-04-30 17:32:23.771960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.773356000, lastModified=2023-04-30 17:32:23.771960000, delta=1396000 ns, racy<=22500 ns 17:32:23.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.773902000, lastModified=2023-04-30 17:32:23.772960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.773902000, lastModified=2023-04-30 17:32:23.772960000, delta=942000 ns, racy<=22500 ns 17:32:23.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.774442000, lastModified=2023-04-30 17:32:23.772960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.774442000, lastModified=2023-04-30 17:32:23.772960000, delta=1482000 ns, racy<=22500 ns 17:32:23.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.774978000, lastModified=2023-04-30 17:32:23.773960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.774978000, lastModified=2023-04-30 17:32:23.773960000, delta=1018000 ns, racy<=22500 ns 17:32:23.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.775515000, lastModified=2023-04-30 17:32:23.773960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.775515000, lastModified=2023-04-30 17:32:23.773960000, delta=1555000 ns, racy<=22500 ns 17:32:23.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.776070000, lastModified=2023-04-30 17:32:23.774960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.776070000, lastModified=2023-04-30 17:32:23.774960000, delta=1110000 ns, racy<=22500 ns 17:32:23.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.776615000, lastModified=2023-04-30 17:32:23.774960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.774960000 to 2023-04-30 17:32:23.775960000 17:32:23.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.777136000, lastModified=2023-04-30 17:32:23.775960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.777136000, lastModified=2023-04-30 17:32:23.775960000, delta=1176000 ns, racy<=22500 ns 17:32:23.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.777721000, lastModified=2023-04-30 17:32:23.775960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.775960000 to 2023-04-30 17:32:23.776960000 17:32:23.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.778303000, lastModified=2023-04-30 17:32:23.776960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.778303000, lastModified=2023-04-30 17:32:23.776960000, delta=1343000 ns, racy<=22500 ns 17:32:23.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.779213000, lastModified=2023-04-30 17:32:23.776960000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.776960000 to 2023-04-30 17:32:23.777959000 17:32:23.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.779752000, lastModified=2023-04-30 17:32:23.777959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.777959000 to 2023-04-30 17:32:23.778959000 17:32:23.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.780298000, lastModified=2023-04-30 17:32:23.778959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.780298000, lastModified=2023-04-30 17:32:23.778959000, delta=1339000 ns, racy<=22500 ns 17:32:23.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.780839000, lastModified=2023-04-30 17:32:23.778959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.778959000 to 2023-04-30 17:32:23.779959000 17:32:23.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.781345000, lastModified=2023-04-30 17:32:23.779959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.781345000, lastModified=2023-04-30 17:32:23.779959000, delta=1386000 ns, racy<=22500 ns 17:32:23.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.781902000, lastModified=2023-04-30 17:32:23.780959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.781902000, lastModified=2023-04-30 17:32:23.780959000, delta=943000 ns, racy<=22500 ns 17:32:23.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.782475000, lastModified=2023-04-30 17:32:23.780959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.782475000, lastModified=2023-04-30 17:32:23.780959000, delta=1516000 ns, racy<=22500 ns 17:32:23.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.783025000, lastModified=2023-04-30 17:32:23.781959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.783025000, lastModified=2023-04-30 17:32:23.781959000, delta=1066000 ns, racy<=22500 ns 17:32:23.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.783605000, lastModified=2023-04-30 17:32:23.781959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.781959000 to 2023-04-30 17:32:23.782959000 17:32:23.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.784127000, lastModified=2023-04-30 17:32:23.782959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.784127000, lastModified=2023-04-30 17:32:23.782959000, delta=1168000 ns, racy<=22500 ns 17:32:23.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.784683000, lastModified=2023-04-30 17:32:23.782959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.782959000 to 2023-04-30 17:32:23.783959000 17:32:23.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.785221000, lastModified=2023-04-30 17:32:23.783959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.785221000, lastModified=2023-04-30 17:32:23.783959000, delta=1262000 ns, racy<=22500 ns 17:32:23.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.785692000, lastModified=2023-04-30 17:32:23.783959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.783959000 to 2023-04-30 17:32:23.784959000 17:32:23.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.786047000, lastModified=2023-04-30 17:32:23.784959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.786047000, lastModified=2023-04-30 17:32:23.784959000, delta=1088000 ns, racy<=22500 ns 17:32:23.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.786420000, lastModified=2023-04-30 17:32:23.784959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.786420000, lastModified=2023-04-30 17:32:23.784959000, delta=1461000 ns, racy<=22500 ns 17:32:23.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.786804000, lastModified=2023-04-30 17:32:23.784959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.784959000 to 2023-04-30 17:32:23.785959000 17:32:23.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.787152000, lastModified=2023-04-30 17:32:23.785959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.787152000, lastModified=2023-04-30 17:32:23.785959000, delta=1193000 ns, racy<=22500 ns 17:32:23.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.787501000, lastModified=2023-04-30 17:32:23.785959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.787501000, lastModified=2023-04-30 17:32:23.785959000, delta=1542000 ns, racy<=22500 ns 17:32:23.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.787859000, lastModified=2023-04-30 17:32:23.786959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.787859000, lastModified=2023-04-30 17:32:23.786959000, delta=900000 ns, racy<=22500 ns 17:32:23.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.788224000, lastModified=2023-04-30 17:32:23.786959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.788224000, lastModified=2023-04-30 17:32:23.786959000, delta=1265000 ns, racy<=22500 ns 17:32:23.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.788572000, lastModified=2023-04-30 17:32:23.786959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.788572000, lastModified=2023-04-30 17:32:23.786959000, delta=1613000 ns, racy<=22500 ns 17:32:23.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.789309000, lastModified=2023-04-30 17:32:23.787959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.789309000, lastModified=2023-04-30 17:32:23.787959000, delta=1350000 ns, racy<=22500 ns 17:32:23.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.789870000, lastModified=2023-04-30 17:32:23.787959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.787959000 to 2023-04-30 17:32:23.788959000 17:32:23.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.790382000, lastModified=2023-04-30 17:32:23.788959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.790382000, lastModified=2023-04-30 17:32:23.788959000, delta=1423000 ns, racy<=22500 ns 17:32:23.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.790931000, lastModified=2023-04-30 17:32:23.789959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.790931000, lastModified=2023-04-30 17:32:23.789959000, delta=972000 ns, racy<=22500 ns 17:32:23.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.791475000, lastModified=2023-04-30 17:32:23.789959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.791475000, lastModified=2023-04-30 17:32:23.789959000, delta=1516000 ns, racy<=22500 ns 17:32:23.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.792015000, lastModified=2023-04-30 17:32:23.790959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.792015000, lastModified=2023-04-30 17:32:23.790959000, delta=1056000 ns, racy<=22500 ns 17:32:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.792558000, lastModified=2023-04-30 17:32:23.790959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.792558000, lastModified=2023-04-30 17:32:23.790959000, delta=1599000 ns, racy<=22500 ns 17:32:23.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.792985000, lastModified=2023-04-30 17:32:23.791959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.792985000, lastModified=2023-04-30 17:32:23.791959000, delta=1026000 ns, racy<=22500 ns 17:32:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.793391000, lastModified=2023-04-30 17:32:23.791959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.793391000, lastModified=2023-04-30 17:32:23.791959000, delta=1432000 ns, racy<=22500 ns 17:32:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.793766000, lastModified=2023-04-30 17:32:23.791959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.791959000 to 2023-04-30 17:32:23.792959000 17:32:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.794135000, lastModified=2023-04-30 17:32:23.792959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.794135000, lastModified=2023-04-30 17:32:23.792959000, delta=1176000 ns, racy<=22500 ns 17:32:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.794505000, lastModified=2023-04-30 17:32:23.792959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.794505000, lastModified=2023-04-30 17:32:23.792959000, delta=1546000 ns, racy<=22500 ns 17:32:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.794869000, lastModified=2023-04-30 17:32:23.793959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.794869000, lastModified=2023-04-30 17:32:23.793959000, delta=910000 ns, racy<=22500 ns 17:32:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.795230000, lastModified=2023-04-30 17:32:23.793959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.795230000, lastModified=2023-04-30 17:32:23.793959000, delta=1271000 ns, racy<=22500 ns 17:32:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.795587000, lastModified=2023-04-30 17:32:23.793959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.795587000, lastModified=2023-04-30 17:32:23.793959000, delta=1628000 ns, racy<=22500 ns 17:32:23.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.795987000, lastModified=2023-04-30 17:32:23.794959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.795987000, lastModified=2023-04-30 17:32:23.794959000, delta=1028000 ns, racy<=22500 ns 17:32:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.796355000, lastModified=2023-04-30 17:32:23.794959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.796355000, lastModified=2023-04-30 17:32:23.794959000, delta=1396000 ns, racy<=22500 ns 17:32:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.796710000, lastModified=2023-04-30 17:32:23.794959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.794959000 to 2023-04-30 17:32:23.795959000 17:32:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.797095000, lastModified=2023-04-30 17:32:23.795959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.797095000, lastModified=2023-04-30 17:32:23.795959000, delta=1136000 ns, racy<=22500 ns 17:32:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.797455000, lastModified=2023-04-30 17:32:23.795959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.797455000, lastModified=2023-04-30 17:32:23.795959000, delta=1496000 ns, racy<=22500 ns 17:32:23.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.798109000, lastModified=2023-04-30 17:32:23.795959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.795959000 to 2023-04-30 17:32:23.796959000 17:32:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.798457000, lastModified=2023-04-30 17:32:23.796959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.798457000, lastModified=2023-04-30 17:32:23.796959000, delta=1498000 ns, racy<=22500 ns 17:32:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.798828000, lastModified=2023-04-30 17:32:23.796959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.796959000 to 2023-04-30 17:32:23.797959000 17:32:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.799186000, lastModified=2023-04-30 17:32:23.797959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.799186000, lastModified=2023-04-30 17:32:23.797959000, delta=1227000 ns, racy<=22500 ns 17:32:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.799559000, lastModified=2023-04-30 17:32:23.797959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.799559000, lastModified=2023-04-30 17:32:23.797959000, delta=1600000 ns, racy<=22500 ns 17:32:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.799954000, lastModified=2023-04-30 17:32:23.798959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.799954000, lastModified=2023-04-30 17:32:23.798959000, delta=995000 ns, racy<=22500 ns 17:32:23.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.800334000, lastModified=2023-04-30 17:32:23.798959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.800334000, lastModified=2023-04-30 17:32:23.798959000, delta=1375000 ns, racy<=22500 ns 17:32:23.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.800673000, lastModified=2023-04-30 17:32:23.798959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.798959000 to 2023-04-30 17:32:23.799959000 17:32:23.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.801058000, lastModified=2023-04-30 17:32:23.799959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.801058000, lastModified=2023-04-30 17:32:23.799959000, delta=1099000 ns, racy<=22500 ns 17:32:23.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.801437000, lastModified=2023-04-30 17:32:23.799959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.801437000, lastModified=2023-04-30 17:32:23.799959000, delta=1478000 ns, racy<=22500 ns 17:32:23.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.801820000, lastModified=2023-04-30 17:32:23.799959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.799959000 to 2023-04-30 17:32:23.800959000 17:32:23.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.802187000, lastModified=2023-04-30 17:32:23.800959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.802187000, lastModified=2023-04-30 17:32:23.800959000, delta=1228000 ns, racy<=22500 ns 17:32:23.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.802551000, lastModified=2023-04-30 17:32:23.800959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.802551000, lastModified=2023-04-30 17:32:23.800959000, delta=1592000 ns, racy<=22500 ns 17:32:23.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.802978000, lastModified=2023-04-30 17:32:23.801959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.802978000, lastModified=2023-04-30 17:32:23.801959000, delta=1019000 ns, racy<=22500 ns 17:32:23.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.803375000, lastModified=2023-04-30 17:32:23.801959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.803375000, lastModified=2023-04-30 17:32:23.801959000, delta=1416000 ns, racy<=22500 ns 17:32:23.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.803732000, lastModified=2023-04-30 17:32:23.801959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.801959000 to 2023-04-30 17:32:23.802959000 17:32:23.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.804117000, lastModified=2023-04-30 17:32:23.802959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.804117000, lastModified=2023-04-30 17:32:23.802959000, delta=1158000 ns, racy<=22500 ns 17:32:23.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.804483000, lastModified=2023-04-30 17:32:23.802959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.804483000, lastModified=2023-04-30 17:32:23.802959000, delta=1524000 ns, racy<=22500 ns 17:32:23.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.804882000, lastModified=2023-04-30 17:32:23.803959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.804882000, lastModified=2023-04-30 17:32:23.803959000, delta=923000 ns, racy<=22500 ns 17:32:23.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.805279000, lastModified=2023-04-30 17:32:23.803959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.805279000, lastModified=2023-04-30 17:32:23.803959000, delta=1320000 ns, racy<=22500 ns 17:32:23.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.805632000, lastModified=2023-04-30 17:32:23.803959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.805632000, lastModified=2023-04-30 17:32:23.803959000, delta=1673000 ns, racy<=22500 ns 17:32:23.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.806355000, lastModified=2023-04-30 17:32:23.804959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.806355000, lastModified=2023-04-30 17:32:23.804959000, delta=1396000 ns, racy<=22500 ns 17:32:23.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.806697000, lastModified=2023-04-30 17:32:23.804959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.804959000 to 2023-04-30 17:32:23.805959000 17:32:23.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.807052000, lastModified=2023-04-30 17:32:23.805959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.807052000, lastModified=2023-04-30 17:32:23.805959000, delta=1093000 ns, racy<=22500 ns 17:32:23.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.807420000, lastModified=2023-04-30 17:32:23.805959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.807420000, lastModified=2023-04-30 17:32:23.805959000, delta=1461000 ns, racy<=22500 ns 17:32:23.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.807762000, lastModified=2023-04-30 17:32:23.805959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.805959000 to 2023-04-30 17:32:23.806959000 17:32:23.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.809987000, lastModified=2023-04-30 17:32:23.808959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.809987000, lastModified=2023-04-30 17:32:23.808959000, delta=1028000 ns, racy<=22500 ns 17:32:23.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.810463000, lastModified=2023-04-30 17:32:23.808959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.810463000, lastModified=2023-04-30 17:32:23.808959000, delta=1504000 ns, racy<=22500 ns 17:32:23.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.810880000, lastModified=2023-04-30 17:32:23.809959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.810880000, lastModified=2023-04-30 17:32:23.809959000, delta=921000 ns, racy<=22500 ns 17:32:23.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.811282000, lastModified=2023-04-30 17:32:23.809959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.811282000, lastModified=2023-04-30 17:32:23.809959000, delta=1323000 ns, racy<=22500 ns 17:32:23.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.811684000, lastModified=2023-04-30 17:32:23.809959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.809959000 to 2023-04-30 17:32:23.810959000 17:32:23.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.812048000, lastModified=2023-04-30 17:32:23.810959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.812048000, lastModified=2023-04-30 17:32:23.810959000, delta=1089000 ns, racy<=22500 ns 17:32:23.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.812434000, lastModified=2023-04-30 17:32:23.810959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.812434000, lastModified=2023-04-30 17:32:23.810959000, delta=1475000 ns, racy<=22500 ns 17:32:23.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.812835000, lastModified=2023-04-30 17:32:23.810959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.810959000 to 2023-04-30 17:32:23.811959000 17:32:23.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.813212000, lastModified=2023-04-30 17:32:23.811959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.813212000, lastModified=2023-04-30 17:32:23.811959000, delta=1253000 ns, racy<=22500 ns 17:32:23.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.813598000, lastModified=2023-04-30 17:32:23.811959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.813598000, lastModified=2023-04-30 17:32:23.811959000, delta=1639000 ns, racy<=22500 ns 17:32:23.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.813991000, lastModified=2023-04-30 17:32:23.812959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.813991000, lastModified=2023-04-30 17:32:23.812959000, delta=1032000 ns, racy<=22500 ns 17:32:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.814382000, lastModified=2023-04-30 17:32:23.812959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.814382000, lastModified=2023-04-30 17:32:23.812959000, delta=1423000 ns, racy<=22500 ns 17:32:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.814747000, lastModified=2023-04-30 17:32:23.812959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.812959000 to 2023-04-30 17:32:23.813959000 17:32:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.815195000, lastModified=2023-04-30 17:32:23.813959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.815195000, lastModified=2023-04-30 17:32:23.813959000, delta=1236000 ns, racy<=22500 ns 17:32:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.815567000, lastModified=2023-04-30 17:32:23.813959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.815567000, lastModified=2023-04-30 17:32:23.813959000, delta=1608000 ns, racy<=22500 ns 17:32:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.816258000, lastModified=2023-04-30 17:32:23.814959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.816258000, lastModified=2023-04-30 17:32:23.814959000, delta=1299000 ns, racy<=22500 ns 17:32:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.816642000, lastModified=2023-04-30 17:32:23.814959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.816642000, lastModified=2023-04-30 17:32:23.814959000, delta=1683000 ns, racy<=22500 ns 17:32:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.817047000, lastModified=2023-04-30 17:32:23.815959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.817047000, lastModified=2023-04-30 17:32:23.815959000, delta=1088000 ns, racy<=22500 ns 17:32:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.817431000, lastModified=2023-04-30 17:32:23.815959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.817431000, lastModified=2023-04-30 17:32:23.815959000, delta=1472000 ns, racy<=22500 ns 17:32:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.817815000, lastModified=2023-04-30 17:32:23.815959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.815959000 to 2023-04-30 17:32:23.816959000 17:32:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.818191000, lastModified=2023-04-30 17:32:23.816959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.818191000, lastModified=2023-04-30 17:32:23.816959000, delta=1232000 ns, racy<=22500 ns 17:32:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.818558000, lastModified=2023-04-30 17:32:23.816959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.818558000, lastModified=2023-04-30 17:32:23.816959000, delta=1599000 ns, racy<=22500 ns 17:32:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.818968000, lastModified=2023-04-30 17:32:23.817959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.818968000, lastModified=2023-04-30 17:32:23.817959000, delta=1009000 ns, racy<=22500 ns 17:32:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.819370000, lastModified=2023-04-30 17:32:23.817959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.819370000, lastModified=2023-04-30 17:32:23.817959000, delta=1411000 ns, racy<=22500 ns 17:32:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.819778000, lastModified=2023-04-30 17:32:23.817959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.817959000 to 2023-04-30 17:32:23.818959000 17:32:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.820172000, lastModified=2023-04-30 17:32:23.818959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.820172000, lastModified=2023-04-30 17:32:23.818959000, delta=1213000 ns, racy<=22500 ns 17:32:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.820531000, lastModified=2023-04-30 17:32:23.818959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.820531000, lastModified=2023-04-30 17:32:23.818959000, delta=1572000 ns, racy<=22500 ns 17:32:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.820935000, lastModified=2023-04-30 17:32:23.819959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.820935000, lastModified=2023-04-30 17:32:23.819959000, delta=976000 ns, racy<=22500 ns 17:32:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.869226000, lastModified=2023-04-30 17:32:23.819959000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.819959000 to 2023-04-30 17:32:23.867958000 17:32:23.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.869878000, lastModified=2023-04-30 17:32:23.868958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.869878000, lastModified=2023-04-30 17:32:23.868958000, delta=920000 ns, racy<=22500 ns 17:32:23.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.870306000, lastModified=2023-04-30 17:32:23.868958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.870306000, lastModified=2023-04-30 17:32:23.868958000, delta=1348000 ns, racy<=22500 ns 17:32:23.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.870704000, lastModified=2023-04-30 17:32:23.868958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.868958000 to 2023-04-30 17:32:23.869958000 17:32:23.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.871090000, lastModified=2023-04-30 17:32:23.869958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.871090000, lastModified=2023-04-30 17:32:23.869958000, delta=1132000 ns, racy<=22500 ns 17:32:23.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.871483000, lastModified=2023-04-30 17:32:23.869958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.871483000, lastModified=2023-04-30 17:32:23.869958000, delta=1525000 ns, racy<=22500 ns 17:32:23.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.871926000, lastModified=2023-04-30 17:32:23.870958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.871926000, lastModified=2023-04-30 17:32:23.870958000, delta=968000 ns, racy<=22500 ns 17:32:23.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.872307000, lastModified=2023-04-30 17:32:23.870958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.872307000, lastModified=2023-04-30 17:32:23.870958000, delta=1349000 ns, racy<=22500 ns 17:32:23.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.872972000, lastModified=2023-04-30 17:32:23.871958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.872972000, lastModified=2023-04-30 17:32:23.871958000, delta=1014000 ns, racy<=22500 ns 17:32:23.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.873367000, lastModified=2023-04-30 17:32:23.871958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.873367000, lastModified=2023-04-30 17:32:23.871958000, delta=1409000 ns, racy<=22500 ns 17:32:23.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.873743000, lastModified=2023-04-30 17:32:23.871958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.871958000 to 2023-04-30 17:32:23.872958000 17:32:23.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.874138000, lastModified=2023-04-30 17:32:23.872958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.874138000, lastModified=2023-04-30 17:32:23.872958000, delta=1180000 ns, racy<=22500 ns 17:32:23.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.874522000, lastModified=2023-04-30 17:32:23.872958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.874522000, lastModified=2023-04-30 17:32:23.872958000, delta=1564000 ns, racy<=22500 ns 17:32:23.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.874909000, lastModified=2023-04-30 17:32:23.873958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.874909000, lastModified=2023-04-30 17:32:23.873958000, delta=951000 ns, racy<=22500 ns 17:32:23.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.875307000, lastModified=2023-04-30 17:32:23.873958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.875307000, lastModified=2023-04-30 17:32:23.873958000, delta=1349000 ns, racy<=22500 ns 17:32:23.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.875666000, lastModified=2023-04-30 17:32:23.873958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.873958000 to 2023-04-30 17:32:23.874958000 17:32:23.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.876033000, lastModified=2023-04-30 17:32:23.874958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.876033000, lastModified=2023-04-30 17:32:23.874958000, delta=1075000 ns, racy<=22500 ns 17:32:23.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.876414000, lastModified=2023-04-30 17:32:23.874958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.876414000, lastModified=2023-04-30 17:32:23.874958000, delta=1456000 ns, racy<=22500 ns 17:32:23.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.876791000, lastModified=2023-04-30 17:32:23.874958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.874958000 to 2023-04-30 17:32:23.875958000 17:32:23.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.877150000, lastModified=2023-04-30 17:32:23.875958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.877150000, lastModified=2023-04-30 17:32:23.875958000, delta=1192000 ns, racy<=22500 ns 17:32:23.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.877510000, lastModified=2023-04-30 17:32:23.875958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.877510000, lastModified=2023-04-30 17:32:23.875958000, delta=1552000 ns, racy<=22500 ns 17:32:23.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.877880000, lastModified=2023-04-30 17:32:23.876958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.877880000, lastModified=2023-04-30 17:32:23.876958000, delta=922000 ns, racy<=22500 ns 17:32:23.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.878266000, lastModified=2023-04-30 17:32:23.876958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.878266000, lastModified=2023-04-30 17:32:23.876958000, delta=1308000 ns, racy<=22500 ns 17:32:23.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.878633000, lastModified=2023-04-30 17:32:23.876958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.878633000, lastModified=2023-04-30 17:32:23.876958000, delta=1675000 ns, racy<=22500 ns 17:32:23.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.879020000, lastModified=2023-04-30 17:32:23.877958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.879020000, lastModified=2023-04-30 17:32:23.877958000, delta=1062000 ns, racy<=22500 ns 17:32:23.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.879400000, lastModified=2023-04-30 17:32:23.877958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.879400000, lastModified=2023-04-30 17:32:23.877958000, delta=1442000 ns, racy<=22500 ns 17:32:23.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.879789000, lastModified=2023-04-30 17:32:23.877958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.877958000 to 2023-04-30 17:32:23.878958000 17:32:23.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.880162000, lastModified=2023-04-30 17:32:23.878958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.880162000, lastModified=2023-04-30 17:32:23.878958000, delta=1204000 ns, racy<=22500 ns 17:32:23.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.880810000, lastModified=2023-04-30 17:32:23.878958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.878958000 to 2023-04-30 17:32:23.879958000 17:32:23.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.881174000, lastModified=2023-04-30 17:32:23.879958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.881174000, lastModified=2023-04-30 17:32:23.879958000, delta=1216000 ns, racy<=22500 ns 17:32:23.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.881552000, lastModified=2023-04-30 17:32:23.879958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.881552000, lastModified=2023-04-30 17:32:23.879958000, delta=1594000 ns, racy<=22500 ns 17:32:23.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.881948000, lastModified=2023-04-30 17:32:23.880958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.881948000, lastModified=2023-04-30 17:32:23.880958000, delta=990000 ns, racy<=22500 ns 17:32:23.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.882333000, lastModified=2023-04-30 17:32:23.880958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.882333000, lastModified=2023-04-30 17:32:23.880958000, delta=1375000 ns, racy<=22500 ns 17:32:23.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.882712000, lastModified=2023-04-30 17:32:23.880958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.880958000 to 2023-04-30 17:32:23.881958000 17:32:23.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.883070000, lastModified=2023-04-30 17:32:23.881958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.883070000, lastModified=2023-04-30 17:32:23.881958000, delta=1112000 ns, racy<=22500 ns 17:32:23.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.883452000, lastModified=2023-04-30 17:32:23.881958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.883452000, lastModified=2023-04-30 17:32:23.881958000, delta=1494000 ns, racy<=22500 ns 17:32:23.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.883831000, lastModified=2023-04-30 17:32:23.881958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.881958000 to 2023-04-30 17:32:23.882958000 17:32:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.884193000, lastModified=2023-04-30 17:32:23.882958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.884193000, lastModified=2023-04-30 17:32:23.882958000, delta=1235000 ns, racy<=22500 ns 17:32:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.884564000, lastModified=2023-04-30 17:32:23.882958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.884564000, lastModified=2023-04-30 17:32:23.882958000, delta=1606000 ns, racy<=22500 ns 17:32:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.884950000, lastModified=2023-04-30 17:32:23.883958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.884950000, lastModified=2023-04-30 17:32:23.883958000, delta=992000 ns, racy<=22500 ns 17:32:23.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.885348000, lastModified=2023-04-30 17:32:23.883958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.885348000, lastModified=2023-04-30 17:32:23.883958000, delta=1390000 ns, racy<=22500 ns 17:32:23.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.885718000, lastModified=2023-04-30 17:32:23.883958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.883958000 to 2023-04-30 17:32:23.884958000 17:32:23.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.886102000, lastModified=2023-04-30 17:32:23.884958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.886102000, lastModified=2023-04-30 17:32:23.884958000, delta=1144000 ns, racy<=22500 ns 17:32:23.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.886521000, lastModified=2023-04-30 17:32:23.884958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.886521000, lastModified=2023-04-30 17:32:23.884958000, delta=1563000 ns, racy<=22500 ns 17:32:23.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.886934000, lastModified=2023-04-30 17:32:23.885958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.886934000, lastModified=2023-04-30 17:32:23.885958000, delta=976000 ns, racy<=22500 ns 17:32:23.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.887311000, lastModified=2023-04-30 17:32:23.885958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.887311000, lastModified=2023-04-30 17:32:23.885958000, delta=1353000 ns, racy<=22500 ns 17:32:23.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.887713000, lastModified=2023-04-30 17:32:23.885958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.885958000 to 2023-04-30 17:32:23.886958000 17:32:23.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.888128000, lastModified=2023-04-30 17:32:23.886958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.888128000, lastModified=2023-04-30 17:32:23.886958000, delta=1170000 ns, racy<=22500 ns 17:32:23.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.888587000, lastModified=2023-04-30 17:32:23.886958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.886958000 to 2023-04-30 17:32:23.887958000 17:32:23.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.889585000, lastModified=2023-04-30 17:32:23.887958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.887958000 to 2023-04-30 17:32:23.888958000 17:32:23.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.890275000, lastModified=2023-04-30 17:32:23.888958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.890275000, lastModified=2023-04-30 17:32:23.888958000, delta=1317000 ns, racy<=22500 ns 17:32:23.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.890896000, lastModified=2023-04-30 17:32:23.889958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.890896000, lastModified=2023-04-30 17:32:23.889958000, delta=938000 ns, racy<=22500 ns 17:32:23.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.891498000, lastModified=2023-04-30 17:32:23.889958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.891498000, lastModified=2023-04-30 17:32:23.889958000, delta=1540000 ns, racy<=22500 ns 17:32:23.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.892076000, lastModified=2023-04-30 17:32:23.890958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.892076000, lastModified=2023-04-30 17:32:23.890958000, delta=1118000 ns, racy<=22500 ns 17:32:23.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.892665000, lastModified=2023-04-30 17:32:23.890958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.890958000 to 2023-04-30 17:32:23.891958000 17:32:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.893180000, lastModified=2023-04-30 17:32:23.891958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.893180000, lastModified=2023-04-30 17:32:23.891958000, delta=1222000 ns, racy<=22500 ns 17:32:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.893725000, lastModified=2023-04-30 17:32:23.891958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.891958000 to 2023-04-30 17:32:23.892958000 17:32:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.894335000, lastModified=2023-04-30 17:32:23.892958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.894335000, lastModified=2023-04-30 17:32:23.892958000, delta=1377000 ns, racy<=22500 ns 17:32:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.894946000, lastModified=2023-04-30 17:32:23.893958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.894946000, lastModified=2023-04-30 17:32:23.893958000, delta=988000 ns, racy<=22500 ns 17:32:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.895554000, lastModified=2023-04-30 17:32:23.893958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.895554000, lastModified=2023-04-30 17:32:23.893958000, delta=1596000 ns, racy<=22500 ns 17:32:23.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.896157000, lastModified=2023-04-30 17:32:23.894958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.896157000, lastModified=2023-04-30 17:32:23.894958000, delta=1199000 ns, racy<=22500 ns 17:32:23.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.896713000, lastModified=2023-04-30 17:32:23.894958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.894958000 to 2023-04-30 17:32:23.895958000 17:32:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.897270000, lastModified=2023-04-30 17:32:23.895958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.897270000, lastModified=2023-04-30 17:32:23.895958000, delta=1312000 ns, racy<=22500 ns 17:32:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.897831000, lastModified=2023-04-30 17:32:23.895958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.895958000 to 2023-04-30 17:32:23.896958000 17:32:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.898385000, lastModified=2023-04-30 17:32:23.896958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.898385000, lastModified=2023-04-30 17:32:23.896958000, delta=1427000 ns, racy<=22500 ns 17:32:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.898951000, lastModified=2023-04-30 17:32:23.897958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.898951000, lastModified=2023-04-30 17:32:23.897958000, delta=993000 ns, racy<=22500 ns 17:32:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.899515000, lastModified=2023-04-30 17:32:23.897958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.899515000, lastModified=2023-04-30 17:32:23.897958000, delta=1557000 ns, racy<=22500 ns 17:32:23.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.900095000, lastModified=2023-04-30 17:32:23.898958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.900095000, lastModified=2023-04-30 17:32:23.898958000, delta=1137000 ns, racy<=22500 ns 17:32:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.900651000, lastModified=2023-04-30 17:32:23.898958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.898958000 to 2023-04-30 17:32:23.899958000 17:32:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.901499000, lastModified=2023-04-30 17:32:23.899958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.901499000, lastModified=2023-04-30 17:32:23.899958000, delta=1541000 ns, racy<=22500 ns 17:32:23.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.902079000, lastModified=2023-04-30 17:32:23.900958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.902079000, lastModified=2023-04-30 17:32:23.900958000, delta=1121000 ns, racy<=22500 ns 17:32:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.902644000, lastModified=2023-04-30 17:32:23.900958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.900958000 to 2023-04-30 17:32:23.901958000 17:32:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.903192000, lastModified=2023-04-30 17:32:23.901958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.903192000, lastModified=2023-04-30 17:32:23.901958000, delta=1234000 ns, racy<=22500 ns 17:32:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.903745000, lastModified=2023-04-30 17:32:23.901958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.901958000 to 2023-04-30 17:32:23.902958000 17:32:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.904217000, lastModified=2023-04-30 17:32:23.902958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.904217000, lastModified=2023-04-30 17:32:23.902958000, delta=1259000 ns, racy<=22500 ns 17:32:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.904609000, lastModified=2023-04-30 17:32:23.902958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.904609000, lastModified=2023-04-30 17:32:23.902958000, delta=1651000 ns, racy<=22500 ns 17:32:23.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.905040000, lastModified=2023-04-30 17:32:23.903958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.905040000, lastModified=2023-04-30 17:32:23.903958000, delta=1082000 ns, racy<=22500 ns 17:32:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.905430000, lastModified=2023-04-30 17:32:23.903958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.905430000, lastModified=2023-04-30 17:32:23.903958000, delta=1472000 ns, racy<=22500 ns 17:32:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.905814000, lastModified=2023-04-30 17:32:23.903958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.903958000 to 2023-04-30 17:32:23.904958000 17:32:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.906184000, lastModified=2023-04-30 17:32:23.904958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.906184000, lastModified=2023-04-30 17:32:23.904958000, delta=1226000 ns, racy<=22500 ns 17:32:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.906563000, lastModified=2023-04-30 17:32:23.904958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.906563000, lastModified=2023-04-30 17:32:23.904958000, delta=1605000 ns, racy<=22500 ns 17:32:23.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.907001000, lastModified=2023-04-30 17:32:23.905958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.907001000, lastModified=2023-04-30 17:32:23.905958000, delta=1043000 ns, racy<=22500 ns 17:32:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.907399000, lastModified=2023-04-30 17:32:23.905958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.907399000, lastModified=2023-04-30 17:32:23.905958000, delta=1441000 ns, racy<=22500 ns 17:32:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.907770000, lastModified=2023-04-30 17:32:23.905958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.905958000 to 2023-04-30 17:32:23.906958000 17:32:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.908179000, lastModified=2023-04-30 17:32:23.906958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.908179000, lastModified=2023-04-30 17:32:23.906958000, delta=1221000 ns, racy<=22500 ns 17:32:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.908539000, lastModified=2023-04-30 17:32:23.906958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.908539000, lastModified=2023-04-30 17:32:23.906958000, delta=1581000 ns, racy<=22500 ns 17:32:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.908926000, lastModified=2023-04-30 17:32:23.907958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.908926000, lastModified=2023-04-30 17:32:23.907958000, delta=968000 ns, racy<=22500 ns 17:32:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.909326000, lastModified=2023-04-30 17:32:23.907958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.909326000, lastModified=2023-04-30 17:32:23.907958000, delta=1368000 ns, racy<=22500 ns 17:32:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.909696000, lastModified=2023-04-30 17:32:23.907958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.907958000 to 2023-04-30 17:32:23.908958000 17:32:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.910108000, lastModified=2023-04-30 17:32:23.908958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.910108000, lastModified=2023-04-30 17:32:23.908958000, delta=1150000 ns, racy<=22500 ns 17:32:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.910832000, lastModified=2023-04-30 17:32:23.908958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.908958000 to 2023-04-30 17:32:23.909958000 17:32:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.911202000, lastModified=2023-04-30 17:32:23.909958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.911202000, lastModified=2023-04-30 17:32:23.909958000, delta=1244000 ns, racy<=22500 ns 17:32:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.911579000, lastModified=2023-04-30 17:32:23.909958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.911579000, lastModified=2023-04-30 17:32:23.909958000, delta=1621000 ns, racy<=22500 ns 17:32:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.911974000, lastModified=2023-04-30 17:32:23.910958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.911974000, lastModified=2023-04-30 17:32:23.910958000, delta=1016000 ns, racy<=22500 ns 17:32:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.912339000, lastModified=2023-04-30 17:32:23.910958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.912339000, lastModified=2023-04-30 17:32:23.910958000, delta=1381000 ns, racy<=22500 ns 17:32:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.912726000, lastModified=2023-04-30 17:32:23.910958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.910958000 to 2023-04-30 17:32:23.911958000 17:32:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.913110000, lastModified=2023-04-30 17:32:23.911958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.913110000, lastModified=2023-04-30 17:32:23.911958000, delta=1152000 ns, racy<=22500 ns 17:32:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.913480000, lastModified=2023-04-30 17:32:23.911958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.913480000, lastModified=2023-04-30 17:32:23.911958000, delta=1522000 ns, racy<=22500 ns 17:32:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.913868000, lastModified=2023-04-30 17:32:23.912958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.913868000, lastModified=2023-04-30 17:32:23.912958000, delta=910000 ns, racy<=22500 ns 17:32:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.914263000, lastModified=2023-04-30 17:32:23.912958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.914263000, lastModified=2023-04-30 17:32:23.912958000, delta=1305000 ns, racy<=22500 ns 17:32:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.914617000, lastModified=2023-04-30 17:32:23.912958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.914617000, lastModified=2023-04-30 17:32:23.912958000, delta=1659000 ns, racy<=22500 ns 17:32:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.915010000, lastModified=2023-04-30 17:32:23.913958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.915010000, lastModified=2023-04-30 17:32:23.913958000, delta=1052000 ns, racy<=22500 ns 17:32:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.915407000, lastModified=2023-04-30 17:32:23.913958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.915407000, lastModified=2023-04-30 17:32:23.913958000, delta=1449000 ns, racy<=22500 ns 17:32:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.915769000, lastModified=2023-04-30 17:32:23.913958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.913958000 to 2023-04-30 17:32:23.914958000 17:32:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.916163000, lastModified=2023-04-30 17:32:23.914958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.916163000, lastModified=2023-04-30 17:32:23.914958000, delta=1205000 ns, racy<=22500 ns 17:32:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.916542000, lastModified=2023-04-30 17:32:23.914958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.916542000, lastModified=2023-04-30 17:32:23.914958000, delta=1584000 ns, racy<=22500 ns 17:32:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.916928000, lastModified=2023-04-30 17:32:23.915958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.916928000, lastModified=2023-04-30 17:32:23.915958000, delta=970000 ns, racy<=22500 ns 17:32:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.917314000, lastModified=2023-04-30 17:32:23.915958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.917314000, lastModified=2023-04-30 17:32:23.915958000, delta=1356000 ns, racy<=22500 ns 17:32:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.917672000, lastModified=2023-04-30 17:32:23.915958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.915958000 to 2023-04-30 17:32:23.916958000 17:32:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.918039000, lastModified=2023-04-30 17:32:23.916958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.918039000, lastModified=2023-04-30 17:32:23.916958000, delta=1081000 ns, racy<=22500 ns 17:32:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.918678000, lastModified=2023-04-30 17:32:23.916958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.916958000 to 2023-04-30 17:32:23.917958000 17:32:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.919153000, lastModified=2023-04-30 17:32:23.917958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.919153000, lastModified=2023-04-30 17:32:23.917958000, delta=1195000 ns, racy<=22500 ns 17:32:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.919508000, lastModified=2023-04-30 17:32:23.917958000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.919508000, lastModified=2023-04-30 17:32:23.917958000, delta=1550000 ns, racy<=22500 ns 17:32:23.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.969931000, lastModified=2023-04-30 17:32:23.967957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.967957000 to 2023-04-30 17:32:23.968957000 17:32:23.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.970567000, lastModified=2023-04-30 17:32:23.968957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.970567000, lastModified=2023-04-30 17:32:23.968957000, delta=1610000 ns, racy<=22500 ns 17:32:23.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.971145000, lastModified=2023-04-30 17:32:23.969957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.971145000, lastModified=2023-04-30 17:32:23.969957000, delta=1188000 ns, racy<=22500 ns 17:32:23.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.971705000, lastModified=2023-04-30 17:32:23.969957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.969957000 to 2023-04-30 17:32:23.970957000 17:32:23.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.972265000, lastModified=2023-04-30 17:32:23.970957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.972265000, lastModified=2023-04-30 17:32:23.970957000, delta=1308000 ns, racy<=22500 ns 17:32:23.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.972870000, lastModified=2023-04-30 17:32:23.971957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.972870000, lastModified=2023-04-30 17:32:23.971957000, delta=913000 ns, racy<=22500 ns 17:32:23.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.973479000, lastModified=2023-04-30 17:32:23.971957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.973479000, lastModified=2023-04-30 17:32:23.971957000, delta=1522000 ns, racy<=22500 ns 17:32:23.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.974040000, lastModified=2023-04-30 17:32:23.972957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.974040000, lastModified=2023-04-30 17:32:23.972957000, delta=1083000 ns, racy<=22500 ns 17:32:23.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.974665000, lastModified=2023-04-30 17:32:23.972957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.972957000 to 2023-04-30 17:32:23.973957000 17:32:23.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.975185000, lastModified=2023-04-30 17:32:23.973957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.975185000, lastModified=2023-04-30 17:32:23.973957000, delta=1228000 ns, racy<=22500 ns 17:32:23.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.975763000, lastModified=2023-04-30 17:32:23.973957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.973957000 to 2023-04-30 17:32:23.974957000 17:32:23.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.976308000, lastModified=2023-04-30 17:32:23.974957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.976308000, lastModified=2023-04-30 17:32:23.974957000, delta=1351000 ns, racy<=22500 ns 17:32:23.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.976858000, lastModified=2023-04-30 17:32:23.974957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.974957000 to 2023-04-30 17:32:23.975957000 17:32:23.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.977381000, lastModified=2023-04-30 17:32:23.975957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.977381000, lastModified=2023-04-30 17:32:23.975957000, delta=1424000 ns, racy<=22500 ns 17:32:23.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.977915000, lastModified=2023-04-30 17:32:23.976957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.977915000, lastModified=2023-04-30 17:32:23.976957000, delta=958000 ns, racy<=22500 ns 17:32:23.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.978438000, lastModified=2023-04-30 17:32:23.976957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.978438000, lastModified=2023-04-30 17:32:23.976957000, delta=1481000 ns, racy<=22500 ns 17:32:23.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.978990000, lastModified=2023-04-30 17:32:23.977957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.978990000, lastModified=2023-04-30 17:32:23.977957000, delta=1033000 ns, racy<=22500 ns 17:32:23.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.979528000, lastModified=2023-04-30 17:32:23.977957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.979528000, lastModified=2023-04-30 17:32:23.977957000, delta=1571000 ns, racy<=22500 ns 17:32:23.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.980452000, lastModified=2023-04-30 17:32:23.978957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.980452000, lastModified=2023-04-30 17:32:23.978957000, delta=1495000 ns, racy<=22500 ns 17:32:23.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.981061000, lastModified=2023-04-30 17:32:23.979957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.981061000, lastModified=2023-04-30 17:32:23.979957000, delta=1104000 ns, racy<=22500 ns 17:32:23.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.981643000, lastModified=2023-04-30 17:32:23.979957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.979957000 to 2023-04-30 17:32:23.980957000 17:32:23.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.982177000, lastModified=2023-04-30 17:32:23.980957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.982177000, lastModified=2023-04-30 17:32:23.980957000, delta=1220000 ns, racy<=22500 ns 17:32:23.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.982770000, lastModified=2023-04-30 17:32:23.980957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.980957000 to 2023-04-30 17:32:23.981957000 17:32:23.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.983352000, lastModified=2023-04-30 17:32:23.981957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.983352000, lastModified=2023-04-30 17:32:23.981957000, delta=1395000 ns, racy<=22500 ns 17:32:23.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.983919000, lastModified=2023-04-30 17:32:23.982957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.983919000, lastModified=2023-04-30 17:32:23.982957000, delta=962000 ns, racy<=22500 ns 17:32:23.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.984511000, lastModified=2023-04-30 17:32:23.982957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.984511000, lastModified=2023-04-30 17:32:23.982957000, delta=1554000 ns, racy<=22500 ns 17:32:23.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.985084000, lastModified=2023-04-30 17:32:23.983957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.985084000, lastModified=2023-04-30 17:32:23.983957000, delta=1127000 ns, racy<=22500 ns 17:32:23.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.985674000, lastModified=2023-04-30 17:32:23.983957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.983957000 to 2023-04-30 17:32:23.984957000 17:32:23.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.986228000, lastModified=2023-04-30 17:32:23.984957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.986228000, lastModified=2023-04-30 17:32:23.984957000, delta=1271000 ns, racy<=22500 ns 17:32:23.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.986823000, lastModified=2023-04-30 17:32:23.984957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.984957000 to 2023-04-30 17:32:23.985957000 17:32:23.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.987394000, lastModified=2023-04-30 17:32:23.985957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.987394000, lastModified=2023-04-30 17:32:23.985957000, delta=1437000 ns, racy<=22500 ns 17:32:23.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.987952000, lastModified=2023-04-30 17:32:23.986957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.987952000, lastModified=2023-04-30 17:32:23.986957000, delta=995000 ns, racy<=22500 ns 17:32:23.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.988555000, lastModified=2023-04-30 17:32:23.986957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.988555000, lastModified=2023-04-30 17:32:23.986957000, delta=1598000 ns, racy<=22500 ns 17:32:23.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.989113000, lastModified=2023-04-30 17:32:23.987957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.989113000, lastModified=2023-04-30 17:32:23.987957000, delta=1156000 ns, racy<=22500 ns 17:32:23.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.989675000, lastModified=2023-04-30 17:32:23.987957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.987957000 to 2023-04-30 17:32:23.988957000 17:32:23.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.990250000, lastModified=2023-04-30 17:32:23.988957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.990250000, lastModified=2023-04-30 17:32:23.988957000, delta=1293000 ns, racy<=22500 ns 17:32:23.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.990837000, lastModified=2023-04-30 17:32:23.988957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.988957000 to 2023-04-30 17:32:23.989957000 17:32:23.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.991271000, lastModified=2023-04-30 17:32:23.989957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.991271000, lastModified=2023-04-30 17:32:23.989957000, delta=1314000 ns, racy<=22500 ns 17:32:23.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.991966000, lastModified=2023-04-30 17:32:23.989957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.989957000 to 2023-04-30 17:32:23.990957000 17:32:23.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.992439000, lastModified=2023-04-30 17:32:23.990957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.992439000, lastModified=2023-04-30 17:32:23.990957000, delta=1482000 ns, racy<=22500 ns 17:32:23.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.992951000, lastModified=2023-04-30 17:32:23.991957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.992951000, lastModified=2023-04-30 17:32:23.991957000, delta=994000 ns, racy<=22500 ns 17:32:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.993343000, lastModified=2023-04-30 17:32:23.991957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.993343000, lastModified=2023-04-30 17:32:23.991957000, delta=1386000 ns, racy<=22500 ns 17:32:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.993699000, lastModified=2023-04-30 17:32:23.991957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.991957000 to 2023-04-30 17:32:23.992957000 17:32:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.994055000, lastModified=2023-04-30 17:32:23.992957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.994055000, lastModified=2023-04-30 17:32:23.992957000, delta=1098000 ns, racy<=22500 ns 17:32:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.994425000, lastModified=2023-04-30 17:32:23.992957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.994425000, lastModified=2023-04-30 17:32:23.992957000, delta=1468000 ns, racy<=22500 ns 17:32:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.994788000, lastModified=2023-04-30 17:32:23.992957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.992957000 to 2023-04-30 17:32:23.993957000 17:32:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.995120000, lastModified=2023-04-30 17:32:23.993957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.995120000, lastModified=2023-04-30 17:32:23.993957000, delta=1163000 ns, racy<=22500 ns 17:32:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.995520000, lastModified=2023-04-30 17:32:23.993957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.995520000, lastModified=2023-04-30 17:32:23.993957000, delta=1563000 ns, racy<=22500 ns 17:32:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.995912000, lastModified=2023-04-30 17:32:23.994957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.995912000, lastModified=2023-04-30 17:32:23.994957000, delta=955000 ns, racy<=22500 ns 17:32:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.996310000, lastModified=2023-04-30 17:32:23.994957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.996310000, lastModified=2023-04-30 17:32:23.994957000, delta=1353000 ns, racy<=22500 ns 17:32:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.996673000, lastModified=2023-04-30 17:32:23.994957000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.994957000 to 2023-04-30 17:32:23.995956000 17:32:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.997106000, lastModified=2023-04-30 17:32:23.995956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.997106000, lastModified=2023-04-30 17:32:23.995956000, delta=1150000 ns, racy<=22500 ns 17:32:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.997470000, lastModified=2023-04-30 17:32:23.995956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.997470000, lastModified=2023-04-30 17:32:23.995956000, delta=1514000 ns, racy<=22500 ns 17:32:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.997874000, lastModified=2023-04-30 17:32:23.996956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.997874000, lastModified=2023-04-30 17:32:23.996956000, delta=918000 ns, racy<=22500 ns 17:32:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.998272000, lastModified=2023-04-30 17:32:23.996956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.998272000, lastModified=2023-04-30 17:32:23.996956000, delta=1316000 ns, racy<=22500 ns 17:32:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.998635000, lastModified=2023-04-30 17:32:23.996956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.998635000, lastModified=2023-04-30 17:32:23.996956000, delta=1679000 ns, racy<=22500 ns 17:32:23.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.999024000, lastModified=2023-04-30 17:32:23.997956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.999024000, lastModified=2023-04-30 17:32:23.997956000, delta=1068000 ns, racy<=22500 ns 17:32:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.999410000, lastModified=2023-04-30 17:32:23.997956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:23.999410000, lastModified=2023-04-30 17:32:23.997956000, delta=1454000 ns, racy<=22500 ns 17:32:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:23.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:23.999771000, lastModified=2023-04-30 17:32:23.997956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.997956000 to 2023-04-30 17:32:23.998956000 17:32:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.000437000, lastModified=2023-04-30 17:32:23.998956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.000437000, lastModified=2023-04-30 17:32:23.998956000, delta=1481000 ns, racy<=22500 ns 17:32:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.000839000, lastModified=2023-04-30 17:32:23.998956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:23.998956000 to 2023-04-30 17:32:23.999956000 17:32:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.001206000, lastModified=2023-04-30 17:32:23.999956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.001206000, lastModified=2023-04-30 17:32:23.999956000, delta=1250000 ns, racy<=22500 ns 17:32:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.001588000, lastModified=2023-04-30 17:32:23.999956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.001588000, lastModified=2023-04-30 17:32:23.999956000, delta=1632000 ns, racy<=22500 ns 17:32:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.001974000, lastModified=2023-04-30 17:32:24.000956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.001974000, lastModified=2023-04-30 17:32:24.000956000, delta=1018000 ns, racy<=22500 ns 17:32:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.002382000, lastModified=2023-04-30 17:32:24.000956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.002382000, lastModified=2023-04-30 17:32:24.000956000, delta=1426000 ns, racy<=22500 ns 17:32:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.002751000, lastModified=2023-04-30 17:32:24.000956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.000956000 to 2023-04-30 17:32:24.001956000 17:32:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.003113000, lastModified=2023-04-30 17:32:24.001956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.003113000, lastModified=2023-04-30 17:32:24.001956000, delta=1157000 ns, racy<=22500 ns 17:32:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.003487000, lastModified=2023-04-30 17:32:24.001956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.003487000, lastModified=2023-04-30 17:32:24.001956000, delta=1531000 ns, racy<=22500 ns 17:32:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.003887000, lastModified=2023-04-30 17:32:24.002956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.003887000, lastModified=2023-04-30 17:32:24.002956000, delta=931000 ns, racy<=22500 ns 17:32:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.004255000, lastModified=2023-04-30 17:32:24.002956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.004255000, lastModified=2023-04-30 17:32:24.002956000, delta=1299000 ns, racy<=22500 ns 17:32:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.004606000, lastModified=2023-04-30 17:32:24.002956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.004606000, lastModified=2023-04-30 17:32:24.002956000, delta=1650000 ns, racy<=22500 ns 17:32:24.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.004997000, lastModified=2023-04-30 17:32:24.003956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.004997000, lastModified=2023-04-30 17:32:24.003956000, delta=1041000 ns, racy<=22500 ns 17:32:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.005375000, lastModified=2023-04-30 17:32:24.003956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.005375000, lastModified=2023-04-30 17:32:24.003956000, delta=1419000 ns, racy<=22500 ns 17:32:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.005744000, lastModified=2023-04-30 17:32:24.003956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.003956000 to 2023-04-30 17:32:24.004956000 17:32:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.006186000, lastModified=2023-04-30 17:32:24.004956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.006186000, lastModified=2023-04-30 17:32:24.004956000, delta=1230000 ns, racy<=22500 ns 17:32:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.006557000, lastModified=2023-04-30 17:32:24.004956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.006557000, lastModified=2023-04-30 17:32:24.004956000, delta=1601000 ns, racy<=22500 ns 17:32:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.006934000, lastModified=2023-04-30 17:32:24.005956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.006934000, lastModified=2023-04-30 17:32:24.005956000, delta=978000 ns, racy<=22500 ns 17:32:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.007324000, lastModified=2023-04-30 17:32:24.005956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.007324000, lastModified=2023-04-30 17:32:24.005956000, delta=1368000 ns, racy<=22500 ns 17:32:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.007710000, lastModified=2023-04-30 17:32:24.005956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.005956000 to 2023-04-30 17:32:24.006956000 17:32:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.008333000, lastModified=2023-04-30 17:32:24.006956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.008333000, lastModified=2023-04-30 17:32:24.006956000, delta=1377000 ns, racy<=22500 ns 17:32:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.008713000, lastModified=2023-04-30 17:32:24.006956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.006956000 to 2023-04-30 17:32:24.007956000 17:32:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.009092000, lastModified=2023-04-30 17:32:24.007956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.009092000, lastModified=2023-04-30 17:32:24.007956000, delta=1136000 ns, racy<=22500 ns 17:32:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.009479000, lastModified=2023-04-30 17:32:24.007956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.009479000, lastModified=2023-04-30 17:32:24.007956000, delta=1523000 ns, racy<=22500 ns 17:32:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.009879000, lastModified=2023-04-30 17:32:24.008956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.009879000, lastModified=2023-04-30 17:32:24.008956000, delta=923000 ns, racy<=22500 ns 17:32:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.010295000, lastModified=2023-04-30 17:32:24.008956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.010295000, lastModified=2023-04-30 17:32:24.008956000, delta=1339000 ns, racy<=22500 ns 17:32:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.010659000, lastModified=2023-04-30 17:32:24.008956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.008956000 to 2023-04-30 17:32:24.009956000 17:32:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.011019000, lastModified=2023-04-30 17:32:24.009956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.011019000, lastModified=2023-04-30 17:32:24.009956000, delta=1063000 ns, racy<=22500 ns 17:32:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.011414000, lastModified=2023-04-30 17:32:24.009956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.011414000, lastModified=2023-04-30 17:32:24.009956000, delta=1458000 ns, racy<=22500 ns 17:32:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.011795000, lastModified=2023-04-30 17:32:24.009956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.009956000 to 2023-04-30 17:32:24.010956000 17:32:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.012181000, lastModified=2023-04-30 17:32:24.010956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.012181000, lastModified=2023-04-30 17:32:24.010956000, delta=1225000 ns, racy<=22500 ns 17:32:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.012563000, lastModified=2023-04-30 17:32:24.010956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.012563000, lastModified=2023-04-30 17:32:24.010956000, delta=1607000 ns, racy<=22500 ns 17:32:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.012968000, lastModified=2023-04-30 17:32:24.011956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.012968000, lastModified=2023-04-30 17:32:24.011956000, delta=1012000 ns, racy<=22500 ns 17:32:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.013348000, lastModified=2023-04-30 17:32:24.011956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.013348000, lastModified=2023-04-30 17:32:24.011956000, delta=1392000 ns, racy<=22500 ns 17:32:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.013714000, lastModified=2023-04-30 17:32:24.011956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.011956000 to 2023-04-30 17:32:24.012956000 17:32:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.014173000, lastModified=2023-04-30 17:32:24.012956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.014173000, lastModified=2023-04-30 17:32:24.012956000, delta=1217000 ns, racy<=22500 ns 17:32:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.014522000, lastModified=2023-04-30 17:32:24.012956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.014522000, lastModified=2023-04-30 17:32:24.012956000, delta=1566000 ns, racy<=22500 ns 17:32:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.014895000, lastModified=2023-04-30 17:32:24.013956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.014895000, lastModified=2023-04-30 17:32:24.013956000, delta=939000 ns, racy<=22500 ns 17:32:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.015291000, lastModified=2023-04-30 17:32:24.013956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.015291000, lastModified=2023-04-30 17:32:24.013956000, delta=1335000 ns, racy<=22500 ns 17:32:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.015670000, lastModified=2023-04-30 17:32:24.013956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.013956000 to 2023-04-30 17:32:24.014956000 17:32:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.016035000, lastModified=2023-04-30 17:32:24.014956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.016035000, lastModified=2023-04-30 17:32:24.014956000, delta=1079000 ns, racy<=22500 ns 17:32:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.016667000, lastModified=2023-04-30 17:32:24.014956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.014956000 to 2023-04-30 17:32:24.015956000 17:32:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.017035000, lastModified=2023-04-30 17:32:24.015956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.017035000, lastModified=2023-04-30 17:32:24.015956000, delta=1079000 ns, racy<=22500 ns 17:32:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.017424000, lastModified=2023-04-30 17:32:24.015956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.017424000, lastModified=2023-04-30 17:32:24.015956000, delta=1468000 ns, racy<=22500 ns 17:32:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.017773000, lastModified=2023-04-30 17:32:24.015956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.015956000 to 2023-04-30 17:32:24.016956000 17:32:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.018205000, lastModified=2023-04-30 17:32:24.016956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.018205000, lastModified=2023-04-30 17:32:24.016956000, delta=1249000 ns, racy<=22500 ns 17:32:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.018554000, lastModified=2023-04-30 17:32:24.016956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.018554000, lastModified=2023-04-30 17:32:24.016956000, delta=1598000 ns, racy<=22500 ns 17:32:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.019056000, lastModified=2023-04-30 17:32:24.017956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.019056000, lastModified=2023-04-30 17:32:24.017956000, delta=1100000 ns, racy<=22500 ns 17:32:24.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.069742000, lastModified=2023-04-30 17:32:24.067956000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.067956000 to 2023-04-30 17:32:24.068955000 17:32:24.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.070226000, lastModified=2023-04-30 17:32:24.068955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.070226000, lastModified=2023-04-30 17:32:24.068955000, delta=1271000 ns, racy<=22500 ns 17:32:24.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.070736000, lastModified=2023-04-30 17:32:24.068955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.068955000 to 2023-04-30 17:32:24.069955000 17:32:24.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.071273000, lastModified=2023-04-30 17:32:24.069955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.071273000, lastModified=2023-04-30 17:32:24.069955000, delta=1318000 ns, racy<=22500 ns 17:32:24.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.071889000, lastModified=2023-04-30 17:32:24.070955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.070955000 to 2023-04-30 17:32:24.073955000 17:32:24.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.076002000, lastModified=2023-04-30 17:32:24.074955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.074955000 to 2023-04-30 17:32:24.076955000 17:32:24.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.078179000, lastModified=2023-04-30 17:32:24.076955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.078179000, lastModified=2023-04-30 17:32:24.076955000, delta=1224000 ns, racy<=22500 ns 17:32:24.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.078610000, lastModified=2023-04-30 17:32:24.076955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.078610000, lastModified=2023-04-30 17:32:24.076955000, delta=1655000 ns, racy<=22500 ns 17:32:24.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.079035000, lastModified=2023-04-30 17:32:24.077955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.079035000, lastModified=2023-04-30 17:32:24.077955000, delta=1080000 ns, racy<=22500 ns 17:32:24.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.079420000, lastModified=2023-04-30 17:32:24.077955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.079420000, lastModified=2023-04-30 17:32:24.077955000, delta=1465000 ns, racy<=22500 ns 17:32:24.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.079777000, lastModified=2023-04-30 17:32:24.077955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.077955000 to 2023-04-30 17:32:24.078955000 17:32:24.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.080147000, lastModified=2023-04-30 17:32:24.078955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.080147000, lastModified=2023-04-30 17:32:24.078955000, delta=1192000 ns, racy<=22500 ns 17:32:24.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.080534000, lastModified=2023-04-30 17:32:24.078955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.080534000, lastModified=2023-04-30 17:32:24.078955000, delta=1579000 ns, racy<=22500 ns 17:32:24.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.081158000, lastModified=2023-04-30 17:32:24.079955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.081158000, lastModified=2023-04-30 17:32:24.079955000, delta=1203000 ns, racy<=22500 ns 17:32:24.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.081549000, lastModified=2023-04-30 17:32:24.079955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.081549000, lastModified=2023-04-30 17:32:24.079955000, delta=1594000 ns, racy<=22500 ns 17:32:24.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.081943000, lastModified=2023-04-30 17:32:24.080955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.081943000, lastModified=2023-04-30 17:32:24.080955000, delta=988000 ns, racy<=22500 ns 17:32:24.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.082332000, lastModified=2023-04-30 17:32:24.080955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.082332000, lastModified=2023-04-30 17:32:24.080955000, delta=1377000 ns, racy<=22500 ns 17:32:24.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.082716000, lastModified=2023-04-30 17:32:24.080955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.080955000 to 2023-04-30 17:32:24.081955000 17:32:24.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.083095000, lastModified=2023-04-30 17:32:24.081955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.083095000, lastModified=2023-04-30 17:32:24.081955000, delta=1140000 ns, racy<=22500 ns 17:32:24.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.083466000, lastModified=2023-04-30 17:32:24.081955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.083466000, lastModified=2023-04-30 17:32:24.081955000, delta=1511000 ns, racy<=22500 ns 17:32:24.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.083850000, lastModified=2023-04-30 17:32:24.082955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.083850000, lastModified=2023-04-30 17:32:24.082955000, delta=895000 ns, racy<=22500 ns 17:32:24.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.084249000, lastModified=2023-04-30 17:32:24.082955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.084249000, lastModified=2023-04-30 17:32:24.082955000, delta=1294000 ns, racy<=22500 ns 17:32:24.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.084620000, lastModified=2023-04-30 17:32:24.082955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.084620000, lastModified=2023-04-30 17:32:24.082955000, delta=1665000 ns, racy<=22500 ns 17:32:24.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.085017000, lastModified=2023-04-30 17:32:24.083955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.085017000, lastModified=2023-04-30 17:32:24.083955000, delta=1062000 ns, racy<=22500 ns 17:32:24.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.085458000, lastModified=2023-04-30 17:32:24.083955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.085458000, lastModified=2023-04-30 17:32:24.083955000, delta=1503000 ns, racy<=22500 ns 17:32:24.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.090243000, lastModified=2023-04-30 17:32:24.088955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.088955000 to 2023-04-30 17:32:24.106955000 17:32:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.119131000, lastModified=2023-04-30 17:32:24.117955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.119131000, lastModified=2023-04-30 17:32:24.117955000, delta=1176000 ns, racy<=22500 ns 17:32:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.119691000, lastModified=2023-04-30 17:32:24.117955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.117955000 to 2023-04-30 17:32:24.118955000 17:32:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.120098000, lastModified=2023-04-30 17:32:24.118955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.120098000, lastModified=2023-04-30 17:32:24.118955000, delta=1143000 ns, racy<=22500 ns 17:32:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.120486000, lastModified=2023-04-30 17:32:24.118955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.120486000, lastModified=2023-04-30 17:32:24.118955000, delta=1531000 ns, racy<=22500 ns 17:32:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.120889000, lastModified=2023-04-30 17:32:24.119955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.120889000, lastModified=2023-04-30 17:32:24.119955000, delta=934000 ns, racy<=22500 ns 17:32:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.121294000, lastModified=2023-04-30 17:32:24.119955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.121294000, lastModified=2023-04-30 17:32:24.119955000, delta=1339000 ns, racy<=22500 ns 17:32:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.121659000, lastModified=2023-04-30 17:32:24.119955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.119955000 to 2023-04-30 17:32:24.120955000 17:32:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.122022000, lastModified=2023-04-30 17:32:24.120955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.122022000, lastModified=2023-04-30 17:32:24.120955000, delta=1067000 ns, racy<=22500 ns 17:32:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.122737000, lastModified=2023-04-30 17:32:24.120955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.120955000 to 2023-04-30 17:32:24.121955000 17:32:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.123115000, lastModified=2023-04-30 17:32:24.121955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.123115000, lastModified=2023-04-30 17:32:24.121955000, delta=1160000 ns, racy<=22500 ns 17:32:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.123469000, lastModified=2023-04-30 17:32:24.121955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.123469000, lastModified=2023-04-30 17:32:24.121955000, delta=1514000 ns, racy<=22500 ns 17:32:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.123877000, lastModified=2023-04-30 17:32:24.122955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.123877000, lastModified=2023-04-30 17:32:24.122955000, delta=922000 ns, racy<=22500 ns 17:32:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.124269000, lastModified=2023-04-30 17:32:24.122955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.124269000, lastModified=2023-04-30 17:32:24.122955000, delta=1314000 ns, racy<=22500 ns 17:32:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.124649000, lastModified=2023-04-30 17:32:24.122955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.122955000 to 2023-04-30 17:32:24.123955000 17:32:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.125013000, lastModified=2023-04-30 17:32:24.123955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.125013000, lastModified=2023-04-30 17:32:24.123955000, delta=1058000 ns, racy<=22500 ns 17:32:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.125390000, lastModified=2023-04-30 17:32:24.123955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.125390000, lastModified=2023-04-30 17:32:24.123955000, delta=1435000 ns, racy<=22500 ns 17:32:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.125733000, lastModified=2023-04-30 17:32:24.123955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.123955000 to 2023-04-30 17:32:24.124955000 17:32:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.126115000, lastModified=2023-04-30 17:32:24.124955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.126115000, lastModified=2023-04-30 17:32:24.124955000, delta=1160000 ns, racy<=22500 ns 17:32:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.126435000, lastModified=2023-04-30 17:32:24.124955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.126435000, lastModified=2023-04-30 17:32:24.124955000, delta=1480000 ns, racy<=22500 ns 17:32:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.126820000, lastModified=2023-04-30 17:32:24.124955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.124955000 to 2023-04-30 17:32:24.125955000 17:32:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.127177000, lastModified=2023-04-30 17:32:24.125955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.127177000, lastModified=2023-04-30 17:32:24.125955000, delta=1222000 ns, racy<=22500 ns 17:32:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.127501000, lastModified=2023-04-30 17:32:24.125955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.127501000, lastModified=2023-04-30 17:32:24.125955000, delta=1546000 ns, racy<=22500 ns 17:32:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.127869000, lastModified=2023-04-30 17:32:24.126955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.127869000, lastModified=2023-04-30 17:32:24.126955000, delta=914000 ns, racy<=22500 ns 17:32:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.128251000, lastModified=2023-04-30 17:32:24.126955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.128251000, lastModified=2023-04-30 17:32:24.126955000, delta=1296000 ns, racy<=22500 ns 17:32:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.128686000, lastModified=2023-04-30 17:32:24.126955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.126955000 to 2023-04-30 17:32:24.127955000 17:32:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.129083000, lastModified=2023-04-30 17:32:24.127955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.129083000, lastModified=2023-04-30 17:32:24.127955000, delta=1128000 ns, racy<=22500 ns 17:32:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.129464000, lastModified=2023-04-30 17:32:24.127955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.129464000, lastModified=2023-04-30 17:32:24.127955000, delta=1509000 ns, racy<=22500 ns 17:32:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.129830000, lastModified=2023-04-30 17:32:24.127955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.127955000 to 2023-04-30 17:32:24.128955000 17:32:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.130416000, lastModified=2023-04-30 17:32:24.128955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.130416000, lastModified=2023-04-30 17:32:24.128955000, delta=1461000 ns, racy<=22500 ns 17:32:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.130752000, lastModified=2023-04-30 17:32:24.128955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.128955000 to 2023-04-30 17:32:24.129955000 17:32:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.131145000, lastModified=2023-04-30 17:32:24.129955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.131145000, lastModified=2023-04-30 17:32:24.129955000, delta=1190000 ns, racy<=22500 ns 17:32:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.131509000, lastModified=2023-04-30 17:32:24.129955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.131509000, lastModified=2023-04-30 17:32:24.129955000, delta=1554000 ns, racy<=22500 ns 17:32:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.131865000, lastModified=2023-04-30 17:32:24.130955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.131865000, lastModified=2023-04-30 17:32:24.130955000, delta=910000 ns, racy<=22500 ns 17:32:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.132256000, lastModified=2023-04-30 17:32:24.130955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.132256000, lastModified=2023-04-30 17:32:24.130955000, delta=1301000 ns, racy<=22500 ns 17:32:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.132617000, lastModified=2023-04-30 17:32:24.130955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.132617000, lastModified=2023-04-30 17:32:24.130955000, delta=1662000 ns, racy<=22500 ns 17:32:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.132989000, lastModified=2023-04-30 17:32:24.131955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.132989000, lastModified=2023-04-30 17:32:24.131955000, delta=1034000 ns, racy<=22500 ns 17:32:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.133389000, lastModified=2023-04-30 17:32:24.131955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.133389000, lastModified=2023-04-30 17:32:24.131955000, delta=1434000 ns, racy<=22500 ns 17:32:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.133756000, lastModified=2023-04-30 17:32:24.131955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.131955000 to 2023-04-30 17:32:24.132955000 17:32:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.134138000, lastModified=2023-04-30 17:32:24.132955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.134138000, lastModified=2023-04-30 17:32:24.132955000, delta=1183000 ns, racy<=22500 ns 17:32:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.134472000, lastModified=2023-04-30 17:32:24.132955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.134472000, lastModified=2023-04-30 17:32:24.132955000, delta=1517000 ns, racy<=22500 ns 17:32:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.134822000, lastModified=2023-04-30 17:32:24.132955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.132955000 to 2023-04-30 17:32:24.133955000 17:32:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.135187000, lastModified=2023-04-30 17:32:24.133955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.135187000, lastModified=2023-04-30 17:32:24.133955000, delta=1232000 ns, racy<=22500 ns 17:32:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.135511000, lastModified=2023-04-30 17:32:24.133955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.135511000, lastModified=2023-04-30 17:32:24.133955000, delta=1556000 ns, racy<=22500 ns 17:32:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.135880000, lastModified=2023-04-30 17:32:24.134955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.135880000, lastModified=2023-04-30 17:32:24.134955000, delta=925000 ns, racy<=22500 ns 17:32:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.136292000, lastModified=2023-04-30 17:32:24.134955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.136292000, lastModified=2023-04-30 17:32:24.134955000, delta=1337000 ns, racy<=22500 ns 17:32:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.136636000, lastModified=2023-04-30 17:32:24.134955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.136636000, lastModified=2023-04-30 17:32:24.134955000, delta=1681000 ns, racy<=22500 ns 17:32:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.169231000, lastModified=2023-04-30 17:32:24.135955000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.135955000 to 2023-04-30 17:32:24.167954000 17:32:24.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.169905000, lastModified=2023-04-30 17:32:24.168954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.169905000, lastModified=2023-04-30 17:32:24.168954000, delta=951000 ns, racy<=22500 ns 17:32:24.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.170531000, lastModified=2023-04-30 17:32:24.168954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.170531000, lastModified=2023-04-30 17:32:24.168954000, delta=1577000 ns, racy<=22500 ns 17:32:24.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.171494000, lastModified=2023-04-30 17:32:24.169954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.171494000, lastModified=2023-04-30 17:32:24.169954000, delta=1540000 ns, racy<=22500 ns 17:32:24.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.172112000, lastModified=2023-04-30 17:32:24.170954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.172112000, lastModified=2023-04-30 17:32:24.170954000, delta=1158000 ns, racy<=22500 ns 17:32:24.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.172717000, lastModified=2023-04-30 17:32:24.170954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.170954000 to 2023-04-30 17:32:24.171954000 17:32:24.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.173308000, lastModified=2023-04-30 17:32:24.171954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.173308000, lastModified=2023-04-30 17:32:24.171954000, delta=1354000 ns, racy<=22500 ns 17:32:24.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.173884000, lastModified=2023-04-30 17:32:24.171954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.171954000 to 2023-04-30 17:32:24.172954000 17:32:24.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.174481000, lastModified=2023-04-30 17:32:24.172954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.174481000, lastModified=2023-04-30 17:32:24.172954000, delta=1527000 ns, racy<=22500 ns 17:32:24.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.175088000, lastModified=2023-04-30 17:32:24.173954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.175088000, lastModified=2023-04-30 17:32:24.173954000, delta=1134000 ns, racy<=22500 ns 17:32:24.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.175728000, lastModified=2023-04-30 17:32:24.173954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.173954000 to 2023-04-30 17:32:24.174954000 17:32:24.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.176354000, lastModified=2023-04-30 17:32:24.174954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.176354000, lastModified=2023-04-30 17:32:24.174954000, delta=1400000 ns, racy<=22500 ns 17:32:24.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.176979000, lastModified=2023-04-30 17:32:24.175954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.176979000, lastModified=2023-04-30 17:32:24.175954000, delta=1025000 ns, racy<=22500 ns 17:32:24.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.177627000, lastModified=2023-04-30 17:32:24.175954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.175954000 to 2023-04-30 17:32:24.176954000 17:32:24.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.178153000, lastModified=2023-04-30 17:32:24.176954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.178153000, lastModified=2023-04-30 17:32:24.176954000, delta=1199000 ns, racy<=22500 ns 17:32:24.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.178739000, lastModified=2023-04-30 17:32:24.176954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.176954000 to 2023-04-30 17:32:24.177954000 17:32:24.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.179356000, lastModified=2023-04-30 17:32:24.177954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.179356000, lastModified=2023-04-30 17:32:24.177954000, delta=1402000 ns, racy<=22500 ns 17:32:24.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.179934000, lastModified=2023-04-30 17:32:24.178954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.179934000, lastModified=2023-04-30 17:32:24.178954000, delta=980000 ns, racy<=22500 ns 17:32:24.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.180577000, lastModified=2023-04-30 17:32:24.178954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.178954000 to 2023-04-30 17:32:24.179954000 17:32:24.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.181160000, lastModified=2023-04-30 17:32:24.179954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.181160000, lastModified=2023-04-30 17:32:24.179954000, delta=1206000 ns, racy<=22500 ns 17:32:24.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.181767000, lastModified=2023-04-30 17:32:24.179954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.179954000 to 2023-04-30 17:32:24.180954000 17:32:24.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.182350000, lastModified=2023-04-30 17:32:24.180954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.182350000, lastModified=2023-04-30 17:32:24.180954000, delta=1396000 ns, racy<=22500 ns 17:32:24.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.183002000, lastModified=2023-04-30 17:32:24.181954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.183002000, lastModified=2023-04-30 17:32:24.181954000, delta=1048000 ns, racy<=22500 ns 17:32:24.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.183941000, lastModified=2023-04-30 17:32:24.181954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.181954000 to 2023-04-30 17:32:24.182954000 17:32:24.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.184520000, lastModified=2023-04-30 17:32:24.182954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.184520000, lastModified=2023-04-30 17:32:24.182954000, delta=1566000 ns, racy<=22500 ns 17:32:24.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.185156000, lastModified=2023-04-30 17:32:24.183954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.185156000, lastModified=2023-04-30 17:32:24.183954000, delta=1202000 ns, racy<=22500 ns 17:32:24.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.185807000, lastModified=2023-04-30 17:32:24.183954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.183954000 to 2023-04-30 17:32:24.184954000 17:32:24.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.186379000, lastModified=2023-04-30 17:32:24.184954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.186379000, lastModified=2023-04-30 17:32:24.184954000, delta=1425000 ns, racy<=22500 ns 17:32:24.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.186971000, lastModified=2023-04-30 17:32:24.185954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.186971000, lastModified=2023-04-30 17:32:24.185954000, delta=1017000 ns, racy<=22500 ns 17:32:24.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.187640000, lastModified=2023-04-30 17:32:24.185954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.185954000 to 2023-04-30 17:32:24.186954000 17:32:24.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.188219000, lastModified=2023-04-30 17:32:24.186954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.188219000, lastModified=2023-04-30 17:32:24.186954000, delta=1265000 ns, racy<=22500 ns 17:32:24.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.188859000, lastModified=2023-04-30 17:32:24.186954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.186954000 to 2023-04-30 17:32:24.187954000 17:32:24.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.189382000, lastModified=2023-04-30 17:32:24.187954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.189382000, lastModified=2023-04-30 17:32:24.187954000, delta=1428000 ns, racy<=22500 ns 17:32:24.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.189969000, lastModified=2023-04-30 17:32:24.188954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.189969000, lastModified=2023-04-30 17:32:24.188954000, delta=1015000 ns, racy<=22500 ns 17:32:24.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.190585000, lastModified=2023-04-30 17:32:24.188954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.190585000, lastModified=2023-04-30 17:32:24.188954000, delta=1631000 ns, racy<=22500 ns 17:32:24.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.191161000, lastModified=2023-04-30 17:32:24.189954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.191161000, lastModified=2023-04-30 17:32:24.189954000, delta=1207000 ns, racy<=22500 ns 17:32:24.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.191763000, lastModified=2023-04-30 17:32:24.189954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.189954000 to 2023-04-30 17:32:24.190954000 17:32:24.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.192392000, lastModified=2023-04-30 17:32:24.190954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.192392000, lastModified=2023-04-30 17:32:24.190954000, delta=1438000 ns, racy<=22500 ns 17:32:24.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.192981000, lastModified=2023-04-30 17:32:24.191954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.192981000, lastModified=2023-04-30 17:32:24.191954000, delta=1027000 ns, racy<=22500 ns 17:32:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.193615000, lastModified=2023-04-30 17:32:24.191954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.191954000 to 2023-04-30 17:32:24.192954000 17:32:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.194166000, lastModified=2023-04-30 17:32:24.192954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.194166000, lastModified=2023-04-30 17:32:24.192954000, delta=1212000 ns, racy<=22500 ns 17:32:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.194775000, lastModified=2023-04-30 17:32:24.192954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.192954000 to 2023-04-30 17:32:24.193954000 17:32:24.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.195386000, lastModified=2023-04-30 17:32:24.193954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.195386000, lastModified=2023-04-30 17:32:24.193954000, delta=1432000 ns, racy<=22500 ns 17:32:24.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.196028000, lastModified=2023-04-30 17:32:24.194954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.196028000, lastModified=2023-04-30 17:32:24.194954000, delta=1074000 ns, racy<=22500 ns 17:32:24.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.197028000, lastModified=2023-04-30 17:32:24.195954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.197028000, lastModified=2023-04-30 17:32:24.195954000, delta=1074000 ns, racy<=22500 ns 17:32:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.197711000, lastModified=2023-04-30 17:32:24.195954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.195954000 to 2023-04-30 17:32:24.196954000 17:32:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.198297000, lastModified=2023-04-30 17:32:24.196954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.198297000, lastModified=2023-04-30 17:32:24.196954000, delta=1343000 ns, racy<=22500 ns 17:32:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.198912000, lastModified=2023-04-30 17:32:24.197954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.198912000, lastModified=2023-04-30 17:32:24.197954000, delta=958000 ns, racy<=22500 ns 17:32:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.199504000, lastModified=2023-04-30 17:32:24.197954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.199504000, lastModified=2023-04-30 17:32:24.197954000, delta=1550000 ns, racy<=22500 ns 17:32:24.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.200097000, lastModified=2023-04-30 17:32:24.198954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.200097000, lastModified=2023-04-30 17:32:24.198954000, delta=1143000 ns, racy<=22500 ns 17:32:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.200712000, lastModified=2023-04-30 17:32:24.198954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.198954000 to 2023-04-30 17:32:24.199954000 17:32:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.201340000, lastModified=2023-04-30 17:32:24.199954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.201340000, lastModified=2023-04-30 17:32:24.199954000, delta=1386000 ns, racy<=22500 ns 17:32:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.201929000, lastModified=2023-04-30 17:32:24.200954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.201929000, lastModified=2023-04-30 17:32:24.200954000, delta=975000 ns, racy<=22500 ns 17:32:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.202560000, lastModified=2023-04-30 17:32:24.200954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.200954000 to 2023-04-30 17:32:24.201954000 17:32:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.203154000, lastModified=2023-04-30 17:32:24.201954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.203154000, lastModified=2023-04-30 17:32:24.201954000, delta=1200000 ns, racy<=22500 ns 17:32:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.203755000, lastModified=2023-04-30 17:32:24.201954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.201954000 to 2023-04-30 17:32:24.202954000 17:32:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.204405000, lastModified=2023-04-30 17:32:24.202954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.204405000, lastModified=2023-04-30 17:32:24.202954000, delta=1451000 ns, racy<=22500 ns 17:32:24.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.205116000, lastModified=2023-04-30 17:32:24.203954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.205116000, lastModified=2023-04-30 17:32:24.203954000, delta=1162000 ns, racy<=22500 ns 17:32:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.205774000, lastModified=2023-04-30 17:32:24.203954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.203954000 to 2023-04-30 17:32:24.204954000 17:32:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.206363000, lastModified=2023-04-30 17:32:24.204954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.206363000, lastModified=2023-04-30 17:32:24.204954000, delta=1409000 ns, racy<=22500 ns 17:32:24.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.206989000, lastModified=2023-04-30 17:32:24.205954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.206989000, lastModified=2023-04-30 17:32:24.205954000, delta=1035000 ns, racy<=22500 ns 17:32:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.207601000, lastModified=2023-04-30 17:32:24.205954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.205954000 to 2023-04-30 17:32:24.206954000 17:32:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.208191000, lastModified=2023-04-30 17:32:24.206954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.208191000, lastModified=2023-04-30 17:32:24.206954000, delta=1237000 ns, racy<=22500 ns 17:32:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.208764000, lastModified=2023-04-30 17:32:24.206954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.206954000 to 2023-04-30 17:32:24.207954000 17:32:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.209598000, lastModified=2023-04-30 17:32:24.207954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.207954000 to 2023-04-30 17:32:24.208954000 17:32:24.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.210203000, lastModified=2023-04-30 17:32:24.208954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.210203000, lastModified=2023-04-30 17:32:24.208954000, delta=1249000 ns, racy<=22500 ns 17:32:24.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.210825000, lastModified=2023-04-30 17:32:24.208954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.208954000 to 2023-04-30 17:32:24.209954000 17:32:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.211386000, lastModified=2023-04-30 17:32:24.209954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.211386000, lastModified=2023-04-30 17:32:24.209954000, delta=1432000 ns, racy<=22500 ns 17:32:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.211938000, lastModified=2023-04-30 17:32:24.210954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.211938000, lastModified=2023-04-30 17:32:24.210954000, delta=984000 ns, racy<=22500 ns 17:32:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.212358000, lastModified=2023-04-30 17:32:24.210954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.212358000, lastModified=2023-04-30 17:32:24.210954000, delta=1404000 ns, racy<=22500 ns 17:32:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.212734000, lastModified=2023-04-30 17:32:24.210954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.210954000 to 2023-04-30 17:32:24.211954000 17:32:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.213141000, lastModified=2023-04-30 17:32:24.211954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.213141000, lastModified=2023-04-30 17:32:24.211954000, delta=1187000 ns, racy<=22500 ns 17:32:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.213516000, lastModified=2023-04-30 17:32:24.211954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.213516000, lastModified=2023-04-30 17:32:24.211954000, delta=1562000 ns, racy<=22500 ns 17:32:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.213929000, lastModified=2023-04-30 17:32:24.212954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.213929000, lastModified=2023-04-30 17:32:24.212954000, delta=975000 ns, racy<=22500 ns 17:32:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.214354000, lastModified=2023-04-30 17:32:24.212954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.214354000, lastModified=2023-04-30 17:32:24.212954000, delta=1400000 ns, racy<=22500 ns 17:32:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.214728000, lastModified=2023-04-30 17:32:24.212954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.212954000 to 2023-04-30 17:32:24.213954000 17:32:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.215104000, lastModified=2023-04-30 17:32:24.213954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.215104000, lastModified=2023-04-30 17:32:24.213954000, delta=1150000 ns, racy<=22500 ns 17:32:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.215466000, lastModified=2023-04-30 17:32:24.213954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.215466000, lastModified=2023-04-30 17:32:24.213954000, delta=1512000 ns, racy<=22500 ns 17:32:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.215850000, lastModified=2023-04-30 17:32:24.213954000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.213954000 to 2023-04-30 17:32:24.214953000 17:32:24.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.269253000, lastModified=2023-04-30 17:32:24.214953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.214953000 to 2023-04-30 17:32:24.267953000 17:32:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.270199000, lastModified=2023-04-30 17:32:24.268953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.270199000, lastModified=2023-04-30 17:32:24.268953000, delta=1246000 ns, racy<=22500 ns 17:32:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.270859000, lastModified=2023-04-30 17:32:24.268953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.268953000 to 2023-04-30 17:32:24.269953000 17:32:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.271423000, lastModified=2023-04-30 17:32:24.269953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.271423000, lastModified=2023-04-30 17:32:24.269953000, delta=1470000 ns, racy<=22500 ns 17:32:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.271994000, lastModified=2023-04-30 17:32:24.270953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.271994000, lastModified=2023-04-30 17:32:24.270953000, delta=1041000 ns, racy<=22500 ns 17:32:24.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.272614000, lastModified=2023-04-30 17:32:24.270953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.270953000 to 2023-04-30 17:32:24.271953000 17:32:24.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.273490000, lastModified=2023-04-30 17:32:24.271953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.273490000, lastModified=2023-04-30 17:32:24.271953000, delta=1537000 ns, racy<=22500 ns 17:32:24.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.274126000, lastModified=2023-04-30 17:32:24.272953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.274126000, lastModified=2023-04-30 17:32:24.272953000, delta=1173000 ns, racy<=22500 ns 17:32:24.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.274665000, lastModified=2023-04-30 17:32:24.272953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.272953000 to 2023-04-30 17:32:24.273953000 17:32:24.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.275279000, lastModified=2023-04-30 17:32:24.273953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.275279000, lastModified=2023-04-30 17:32:24.273953000, delta=1326000 ns, racy<=22500 ns 17:32:24.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.275855000, lastModified=2023-04-30 17:32:24.273953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.273953000 to 2023-04-30 17:32:24.274953000 17:32:24.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.276400000, lastModified=2023-04-30 17:32:24.274953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.276400000, lastModified=2023-04-30 17:32:24.274953000, delta=1447000 ns, racy<=22500 ns 17:32:24.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.277011000, lastModified=2023-04-30 17:32:24.275953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.277011000, lastModified=2023-04-30 17:32:24.275953000, delta=1058000 ns, racy<=22500 ns 17:32:24.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.277594000, lastModified=2023-04-30 17:32:24.275953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.275953000 to 2023-04-30 17:32:24.276953000 17:32:24.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.278146000, lastModified=2023-04-30 17:32:24.276953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.278146000, lastModified=2023-04-30 17:32:24.276953000, delta=1193000 ns, racy<=22500 ns 17:32:24.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.278754000, lastModified=2023-04-30 17:32:24.276953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.276953000 to 2023-04-30 17:32:24.277953000 17:32:24.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.279348000, lastModified=2023-04-30 17:32:24.277953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.279348000, lastModified=2023-04-30 17:32:24.277953000, delta=1395000 ns, racy<=22500 ns 17:32:24.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.279939000, lastModified=2023-04-30 17:32:24.278953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.279939000, lastModified=2023-04-30 17:32:24.278953000, delta=986000 ns, racy<=22500 ns 17:32:24.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.280540000, lastModified=2023-04-30 17:32:24.278953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.280540000, lastModified=2023-04-30 17:32:24.278953000, delta=1587000 ns, racy<=22500 ns 17:32:24.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.281159000, lastModified=2023-04-30 17:32:24.279953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.281159000, lastModified=2023-04-30 17:32:24.279953000, delta=1206000 ns, racy<=22500 ns 17:32:24.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.281772000, lastModified=2023-04-30 17:32:24.279953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.279953000 to 2023-04-30 17:32:24.280953000 17:32:24.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.282374000, lastModified=2023-04-30 17:32:24.280953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.282374000, lastModified=2023-04-30 17:32:24.280953000, delta=1421000 ns, racy<=22500 ns 17:32:24.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.282956000, lastModified=2023-04-30 17:32:24.281953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.282956000, lastModified=2023-04-30 17:32:24.281953000, delta=1003000 ns, racy<=22500 ns 17:32:24.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.283551000, lastModified=2023-04-30 17:32:24.281953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.283551000, lastModified=2023-04-30 17:32:24.281953000, delta=1598000 ns, racy<=22500 ns 17:32:24.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.284134000, lastModified=2023-04-30 17:32:24.282953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.284134000, lastModified=2023-04-30 17:32:24.282953000, delta=1181000 ns, racy<=22500 ns 17:32:24.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.284737000, lastModified=2023-04-30 17:32:24.282953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.282953000 to 2023-04-30 17:32:24.283953000 17:32:24.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.285655000, lastModified=2023-04-30 17:32:24.283953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.283953000 to 2023-04-30 17:32:24.284953000 17:32:24.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.286265000, lastModified=2023-04-30 17:32:24.284953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.286265000, lastModified=2023-04-30 17:32:24.284953000, delta=1312000 ns, racy<=22500 ns 17:32:24.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.286873000, lastModified=2023-04-30 17:32:24.284953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.284953000 to 2023-04-30 17:32:24.285953000 17:32:24.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.287416000, lastModified=2023-04-30 17:32:24.285953000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.287416000, lastModified=2023-04-30 17:32:24.285953000, delta=1463000 ns, racy<=22500 ns 17:32:24.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.288028000, lastModified=2023-04-30 17:32:24.286952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.288028000, lastModified=2023-04-30 17:32:24.286952000, delta=1076000 ns, racy<=22500 ns 17:32:24.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.288613000, lastModified=2023-04-30 17:32:24.286952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.286952000 to 2023-04-30 17:32:24.287952000 17:32:24.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.289186000, lastModified=2023-04-30 17:32:24.287952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.289186000, lastModified=2023-04-30 17:32:24.287952000, delta=1234000 ns, racy<=22500 ns 17:32:24.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.289760000, lastModified=2023-04-30 17:32:24.287952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.287952000 to 2023-04-30 17:32:24.288952000 17:32:24.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.290348000, lastModified=2023-04-30 17:32:24.288952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.290348000, lastModified=2023-04-30 17:32:24.288952000, delta=1396000 ns, racy<=22500 ns 17:32:24.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.290926000, lastModified=2023-04-30 17:32:24.289952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.290926000, lastModified=2023-04-30 17:32:24.289952000, delta=974000 ns, racy<=22500 ns 17:32:24.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.291510000, lastModified=2023-04-30 17:32:24.289952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.291510000, lastModified=2023-04-30 17:32:24.289952000, delta=1558000 ns, racy<=22500 ns 17:32:24.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.292113000, lastModified=2023-04-30 17:32:24.290952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.292113000, lastModified=2023-04-30 17:32:24.290952000, delta=1161000 ns, racy<=22500 ns 17:32:24.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.292673000, lastModified=2023-04-30 17:32:24.290952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.290952000 to 2023-04-30 17:32:24.291952000 17:32:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.293207000, lastModified=2023-04-30 17:32:24.291952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.293207000, lastModified=2023-04-30 17:32:24.291952000, delta=1255000 ns, racy<=22500 ns 17:32:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.293879000, lastModified=2023-04-30 17:32:24.291952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.291952000 to 2023-04-30 17:32:24.292952000 17:32:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.294429000, lastModified=2023-04-30 17:32:24.292952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.294429000, lastModified=2023-04-30 17:32:24.292952000, delta=1477000 ns, racy<=22500 ns 17:32:24.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.295040000, lastModified=2023-04-30 17:32:24.293952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.295040000, lastModified=2023-04-30 17:32:24.293952000, delta=1088000 ns, racy<=22500 ns 17:32:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.295661000, lastModified=2023-04-30 17:32:24.293952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.293952000 to 2023-04-30 17:32:24.294952000 17:32:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.296219000, lastModified=2023-04-30 17:32:24.294952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.296219000, lastModified=2023-04-30 17:32:24.294952000, delta=1267000 ns, racy<=22500 ns 17:32:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.296849000, lastModified=2023-04-30 17:32:24.294952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.294952000 to 2023-04-30 17:32:24.295952000 17:32:24.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.297424000, lastModified=2023-04-30 17:32:24.295952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.297424000, lastModified=2023-04-30 17:32:24.295952000, delta=1472000 ns, racy<=22500 ns 17:32:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.298316000, lastModified=2023-04-30 17:32:24.296952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.298316000, lastModified=2023-04-30 17:32:24.296952000, delta=1364000 ns, racy<=22500 ns 17:32:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.298900000, lastModified=2023-04-30 17:32:24.297952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.298900000, lastModified=2023-04-30 17:32:24.297952000, delta=948000 ns, racy<=22500 ns 17:32:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.299482000, lastModified=2023-04-30 17:32:24.297952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.299482000, lastModified=2023-04-30 17:32:24.297952000, delta=1530000 ns, racy<=22500 ns 17:32:24.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.300110000, lastModified=2023-04-30 17:32:24.298952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.300110000, lastModified=2023-04-30 17:32:24.298952000, delta=1158000 ns, racy<=22500 ns 17:32:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.300675000, lastModified=2023-04-30 17:32:24.298952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.298952000 to 2023-04-30 17:32:24.299952000 17:32:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.301264000, lastModified=2023-04-30 17:32:24.299952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.301264000, lastModified=2023-04-30 17:32:24.299952000, delta=1312000 ns, racy<=22500 ns 17:32:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.301847000, lastModified=2023-04-30 17:32:24.299952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.299952000 to 2023-04-30 17:32:24.300952000 17:32:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.302391000, lastModified=2023-04-30 17:32:24.300952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.302391000, lastModified=2023-04-30 17:32:24.300952000, delta=1439000 ns, racy<=22500 ns 17:32:24.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.302969000, lastModified=2023-04-30 17:32:24.301952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.302969000, lastModified=2023-04-30 17:32:24.301952000, delta=1017000 ns, racy<=22500 ns 17:32:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.303563000, lastModified=2023-04-30 17:32:24.301952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.303563000, lastModified=2023-04-30 17:32:24.301952000, delta=1611000 ns, racy<=22500 ns 17:32:24.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.304166000, lastModified=2023-04-30 17:32:24.302952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.304166000, lastModified=2023-04-30 17:32:24.302952000, delta=1214000 ns, racy<=22500 ns 17:32:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.304731000, lastModified=2023-04-30 17:32:24.302952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.302952000 to 2023-04-30 17:32:24.303952000 17:32:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.305290000, lastModified=2023-04-30 17:32:24.303952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.305290000, lastModified=2023-04-30 17:32:24.303952000, delta=1338000 ns, racy<=22500 ns 17:32:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.305884000, lastModified=2023-04-30 17:32:24.304952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.305884000, lastModified=2023-04-30 17:32:24.304952000, delta=932000 ns, racy<=22500 ns 17:32:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.306300000, lastModified=2023-04-30 17:32:24.304952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.306300000, lastModified=2023-04-30 17:32:24.304952000, delta=1348000 ns, racy<=22500 ns 17:32:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.306682000, lastModified=2023-04-30 17:32:24.304952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.304952000 to 2023-04-30 17:32:24.305952000 17:32:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.307060000, lastModified=2023-04-30 17:32:24.305952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.307060000, lastModified=2023-04-30 17:32:24.305952000, delta=1108000 ns, racy<=22500 ns 17:32:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.307461000, lastModified=2023-04-30 17:32:24.305952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.307461000, lastModified=2023-04-30 17:32:24.305952000, delta=1509000 ns, racy<=22500 ns 17:32:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.307886000, lastModified=2023-04-30 17:32:24.306952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.307886000, lastModified=2023-04-30 17:32:24.306952000, delta=934000 ns, racy<=22500 ns 17:32:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.308314000, lastModified=2023-04-30 17:32:24.306952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.308314000, lastModified=2023-04-30 17:32:24.306952000, delta=1362000 ns, racy<=22500 ns 17:32:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.308973000, lastModified=2023-04-30 17:32:24.306952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.306952000 to 2023-04-30 17:32:24.307952000 17:32:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.309354000, lastModified=2023-04-30 17:32:24.307952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.309354000, lastModified=2023-04-30 17:32:24.307952000, delta=1402000 ns, racy<=22500 ns 17:32:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.309716000, lastModified=2023-04-30 17:32:24.307952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.307952000 to 2023-04-30 17:32:24.308952000 17:32:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.310144000, lastModified=2023-04-30 17:32:24.308952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.310144000, lastModified=2023-04-30 17:32:24.308952000, delta=1192000 ns, racy<=22500 ns 17:32:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.310518000, lastModified=2023-04-30 17:32:24.308952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.310518000, lastModified=2023-04-30 17:32:24.308952000, delta=1566000 ns, racy<=22500 ns 17:32:24.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.310983000, lastModified=2023-04-30 17:32:24.309952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.310983000, lastModified=2023-04-30 17:32:24.309952000, delta=1031000 ns, racy<=22500 ns 17:32:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.311363000, lastModified=2023-04-30 17:32:24.309952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.311363000, lastModified=2023-04-30 17:32:24.309952000, delta=1411000 ns, racy<=22500 ns 17:32:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.311732000, lastModified=2023-04-30 17:32:24.309952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.309952000 to 2023-04-30 17:32:24.310952000 17:32:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.312122000, lastModified=2023-04-30 17:32:24.310952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.312122000, lastModified=2023-04-30 17:32:24.310952000, delta=1170000 ns, racy<=22500 ns 17:32:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.312488000, lastModified=2023-04-30 17:32:24.310952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.312488000, lastModified=2023-04-30 17:32:24.310952000, delta=1536000 ns, racy<=22500 ns 17:32:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.312907000, lastModified=2023-04-30 17:32:24.311952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.312907000, lastModified=2023-04-30 17:32:24.311952000, delta=955000 ns, racy<=22500 ns 17:32:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.313309000, lastModified=2023-04-30 17:32:24.311952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.313309000, lastModified=2023-04-30 17:32:24.311952000, delta=1357000 ns, racy<=22500 ns 17:32:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.313681000, lastModified=2023-04-30 17:32:24.311952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.311952000 to 2023-04-30 17:32:24.312952000 17:32:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.314036000, lastModified=2023-04-30 17:32:24.312952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.314036000, lastModified=2023-04-30 17:32:24.312952000, delta=1084000 ns, racy<=22500 ns 17:32:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.314452000, lastModified=2023-04-30 17:32:24.312952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.314452000, lastModified=2023-04-30 17:32:24.312952000, delta=1500000 ns, racy<=22500 ns 17:32:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.314831000, lastModified=2023-04-30 17:32:24.312952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.312952000 to 2023-04-30 17:32:24.313952000 17:32:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.315189000, lastModified=2023-04-30 17:32:24.313952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.315189000, lastModified=2023-04-30 17:32:24.313952000, delta=1237000 ns, racy<=22500 ns 17:32:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.315556000, lastModified=2023-04-30 17:32:24.313952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.315556000, lastModified=2023-04-30 17:32:24.313952000, delta=1604000 ns, racy<=22500 ns 17:32:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.315936000, lastModified=2023-04-30 17:32:24.314952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.315936000, lastModified=2023-04-30 17:32:24.314952000, delta=984000 ns, racy<=22500 ns 17:32:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.316318000, lastModified=2023-04-30 17:32:24.314952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.316318000, lastModified=2023-04-30 17:32:24.314952000, delta=1366000 ns, racy<=22500 ns 17:32:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.316670000, lastModified=2023-04-30 17:32:24.314952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.314952000 to 2023-04-30 17:32:24.315952000 17:32:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.317328000, lastModified=2023-04-30 17:32:24.315952000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.317328000, lastModified=2023-04-30 17:32:24.315952000, delta=1376000 ns, racy<=22500 ns 17:32:24.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.369879000, lastModified=2023-04-30 17:32:24.367951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.367951000 to 2023-04-30 17:32:24.368951000 17:32:24.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.370512000, lastModified=2023-04-30 17:32:24.368951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.370512000, lastModified=2023-04-30 17:32:24.368951000, delta=1561000 ns, racy<=22500 ns 17:32:24.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.371142000, lastModified=2023-04-30 17:32:24.369951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.371142000, lastModified=2023-04-30 17:32:24.369951000, delta=1191000 ns, racy<=22500 ns 17:32:24.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.371759000, lastModified=2023-04-30 17:32:24.369951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.369951000 to 2023-04-30 17:32:24.370951000 17:32:24.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.372347000, lastModified=2023-04-30 17:32:24.370951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.372347000, lastModified=2023-04-30 17:32:24.370951000, delta=1396000 ns, racy<=22500 ns 17:32:24.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.372933000, lastModified=2023-04-30 17:32:24.371951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.372933000, lastModified=2023-04-30 17:32:24.371951000, delta=982000 ns, racy<=22500 ns 17:32:24.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.373575000, lastModified=2023-04-30 17:32:24.371951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.371951000 to 2023-04-30 17:32:24.372951000 17:32:24.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.374130000, lastModified=2023-04-30 17:32:24.372951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.374130000, lastModified=2023-04-30 17:32:24.372951000, delta=1179000 ns, racy<=22500 ns 17:32:24.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.374719000, lastModified=2023-04-30 17:32:24.372951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.372951000 to 2023-04-30 17:32:24.373951000 17:32:24.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.375312000, lastModified=2023-04-30 17:32:24.373951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.375312000, lastModified=2023-04-30 17:32:24.373951000, delta=1361000 ns, racy<=22500 ns 17:32:24.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.375913000, lastModified=2023-04-30 17:32:24.374951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.375913000, lastModified=2023-04-30 17:32:24.374951000, delta=962000 ns, racy<=22500 ns 17:32:24.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.376552000, lastModified=2023-04-30 17:32:24.374951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.376552000, lastModified=2023-04-30 17:32:24.374951000, delta=1601000 ns, racy<=22500 ns 17:32:24.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.377144000, lastModified=2023-04-30 17:32:24.375951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.377144000, lastModified=2023-04-30 17:32:24.375951000, delta=1193000 ns, racy<=22500 ns 17:32:24.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.377724000, lastModified=2023-04-30 17:32:24.375951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.375951000 to 2023-04-30 17:32:24.376951000 17:32:24.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.378330000, lastModified=2023-04-30 17:32:24.376951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.378330000, lastModified=2023-04-30 17:32:24.376951000, delta=1379000 ns, racy<=22500 ns 17:32:24.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.378907000, lastModified=2023-04-30 17:32:24.377951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.378907000, lastModified=2023-04-30 17:32:24.377951000, delta=956000 ns, racy<=22500 ns 17:32:24.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.379539000, lastModified=2023-04-30 17:32:24.377951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.379539000, lastModified=2023-04-30 17:32:24.377951000, delta=1588000 ns, racy<=22500 ns 17:32:24.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.380150000, lastModified=2023-04-30 17:32:24.378951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.380150000, lastModified=2023-04-30 17:32:24.378951000, delta=1199000 ns, racy<=22500 ns 17:32:24.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.380725000, lastModified=2023-04-30 17:32:24.378951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.378951000 to 2023-04-30 17:32:24.379951000 17:32:24.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.381625000, lastModified=2023-04-30 17:32:24.379951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.379951000 to 2023-04-30 17:32:24.380951000 17:32:24.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.382193000, lastModified=2023-04-30 17:32:24.380951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.382193000, lastModified=2023-04-30 17:32:24.380951000, delta=1242000 ns, racy<=22500 ns 17:32:24.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.382818000, lastModified=2023-04-30 17:32:24.380951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.380951000 to 2023-04-30 17:32:24.381951000 17:32:24.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.383366000, lastModified=2023-04-30 17:32:24.381951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.383366000, lastModified=2023-04-30 17:32:24.381951000, delta=1415000 ns, racy<=22500 ns 17:32:24.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.383974000, lastModified=2023-04-30 17:32:24.382951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.383974000, lastModified=2023-04-30 17:32:24.382951000, delta=1023000 ns, racy<=22500 ns 17:32:24.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.384561000, lastModified=2023-04-30 17:32:24.382951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.384561000, lastModified=2023-04-30 17:32:24.382951000, delta=1610000 ns, racy<=22500 ns 17:32:24.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.385137000, lastModified=2023-04-30 17:32:24.383951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.385137000, lastModified=2023-04-30 17:32:24.383951000, delta=1186000 ns, racy<=22500 ns 17:32:24.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.385716000, lastModified=2023-04-30 17:32:24.383951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.383951000 to 2023-04-30 17:32:24.384951000 17:32:24.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.386269000, lastModified=2023-04-30 17:32:24.384951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.386269000, lastModified=2023-04-30 17:32:24.384951000, delta=1318000 ns, racy<=22500 ns 17:32:24.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.386866000, lastModified=2023-04-30 17:32:24.384951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.384951000 to 2023-04-30 17:32:24.385951000 17:32:24.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.387423000, lastModified=2023-04-30 17:32:24.385951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.387423000, lastModified=2023-04-30 17:32:24.385951000, delta=1472000 ns, racy<=22500 ns 17:32:24.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.388000000, lastModified=2023-04-30 17:32:24.386951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.388000000, lastModified=2023-04-30 17:32:24.386951000, delta=1049000 ns, racy<=22500 ns 17:32:24.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.388572000, lastModified=2023-04-30 17:32:24.386951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.388572000, lastModified=2023-04-30 17:32:24.386951000, delta=1621000 ns, racy<=22500 ns 17:32:24.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.389176000, lastModified=2023-04-30 17:32:24.387951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.389176000, lastModified=2023-04-30 17:32:24.387951000, delta=1225000 ns, racy<=22500 ns 17:32:24.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.389744000, lastModified=2023-04-30 17:32:24.387951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.387951000 to 2023-04-30 17:32:24.388951000 17:32:24.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.390191000, lastModified=2023-04-30 17:32:24.388951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.390191000, lastModified=2023-04-30 17:32:24.388951000, delta=1240000 ns, racy<=22500 ns 17:32:24.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.390595000, lastModified=2023-04-30 17:32:24.388951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.390595000, lastModified=2023-04-30 17:32:24.388951000, delta=1644000 ns, racy<=22500 ns 17:32:24.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.390998000, lastModified=2023-04-30 17:32:24.389951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.390998000, lastModified=2023-04-30 17:32:24.389951000, delta=1047000 ns, racy<=22500 ns 17:32:24.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.391402000, lastModified=2023-04-30 17:32:24.389951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.391402000, lastModified=2023-04-30 17:32:24.389951000, delta=1451000 ns, racy<=22500 ns 17:32:24.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.391769000, lastModified=2023-04-30 17:32:24.389951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.389951000 to 2023-04-30 17:32:24.390951000 17:32:24.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.394633000, lastModified=2023-04-30 17:32:24.392951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.392951000 to 2023-04-30 17:32:24.393951000 17:32:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.395433000, lastModified=2023-04-30 17:32:24.393951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.395433000, lastModified=2023-04-30 17:32:24.393951000, delta=1482000 ns, racy<=22500 ns 17:32:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.395841000, lastModified=2023-04-30 17:32:24.393951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.393951000 to 2023-04-30 17:32:24.394951000 17:32:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.396209000, lastModified=2023-04-30 17:32:24.394951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.396209000, lastModified=2023-04-30 17:32:24.394951000, delta=1258000 ns, racy<=22500 ns 17:32:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.396580000, lastModified=2023-04-30 17:32:24.394951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.396580000, lastModified=2023-04-30 17:32:24.394951000, delta=1629000 ns, racy<=22500 ns 17:32:24.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.397019000, lastModified=2023-04-30 17:32:24.395951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.397019000, lastModified=2023-04-30 17:32:24.395951000, delta=1068000 ns, racy<=22500 ns 17:32:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.397422000, lastModified=2023-04-30 17:32:24.395951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.397422000, lastModified=2023-04-30 17:32:24.395951000, delta=1471000 ns, racy<=22500 ns 17:32:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.397819000, lastModified=2023-04-30 17:32:24.395951000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.395951000 to 2023-04-30 17:32:24.480950000 17:32:24.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.484104000, lastModified=2023-04-30 17:32:24.482950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.484104000, lastModified=2023-04-30 17:32:24.482950000, delta=1154000 ns, racy<=22500 ns 17:32:24.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.484766000, lastModified=2023-04-30 17:32:24.482950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.482950000 to 2023-04-30 17:32:24.483950000 17:32:24.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.485299000, lastModified=2023-04-30 17:32:24.483950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.485299000, lastModified=2023-04-30 17:32:24.483950000, delta=1349000 ns, racy<=22500 ns 17:32:24.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.485757000, lastModified=2023-04-30 17:32:24.483950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.483950000 to 2023-04-30 17:32:24.484950000 17:32:24.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.486220000, lastModified=2023-04-30 17:32:24.484950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.486220000, lastModified=2023-04-30 17:32:24.484950000, delta=1270000 ns, racy<=22500 ns 17:32:24.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.486726000, lastModified=2023-04-30 17:32:24.484950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.484950000 to 2023-04-30 17:32:24.485950000 17:32:24.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.487226000, lastModified=2023-04-30 17:32:24.485950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.487226000, lastModified=2023-04-30 17:32:24.485950000, delta=1276000 ns, racy<=22500 ns 17:32:24.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.487707000, lastModified=2023-04-30 17:32:24.485950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.485950000 to 2023-04-30 17:32:24.486950000 17:32:24.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.492359000, lastModified=2023-04-30 17:32:24.490950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.492359000, lastModified=2023-04-30 17:32:24.490950000, delta=1409000 ns, racy<=22500 ns 17:32:24.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.493115000, lastModified=2023-04-30 17:32:24.491950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.493115000, lastModified=2023-04-30 17:32:24.491950000, delta=1165000 ns, racy<=22500 ns 17:32:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.493611000, lastModified=2023-04-30 17:32:24.491950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.491950000 to 2023-04-30 17:32:24.492950000 17:32:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.494106000, lastModified=2023-04-30 17:32:24.492950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.494106000, lastModified=2023-04-30 17:32:24.492950000, delta=1156000 ns, racy<=22500 ns 17:32:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.494577000, lastModified=2023-04-30 17:32:24.492950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.494577000, lastModified=2023-04-30 17:32:24.492950000, delta=1627000 ns, racy<=22500 ns 17:32:24.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.495272000, lastModified=2023-04-30 17:32:24.493950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.495272000, lastModified=2023-04-30 17:32:24.493950000, delta=1322000 ns, racy<=22500 ns 17:32:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.495812000, lastModified=2023-04-30 17:32:24.493950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.493950000 to 2023-04-30 17:32:24.494950000 17:32:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.496276000, lastModified=2023-04-30 17:32:24.494950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.496276000, lastModified=2023-04-30 17:32:24.494950000, delta=1326000 ns, racy<=22500 ns 17:32:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.496745000, lastModified=2023-04-30 17:32:24.494950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.494950000 to 2023-04-30 17:32:24.495950000 17:32:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.497253000, lastModified=2023-04-30 17:32:24.495950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.497253000, lastModified=2023-04-30 17:32:24.495950000, delta=1303000 ns, racy<=22500 ns 17:32:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.497729000, lastModified=2023-04-30 17:32:24.495950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.495950000 to 2023-04-30 17:32:24.496950000 17:32:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.498159000, lastModified=2023-04-30 17:32:24.496950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.498159000, lastModified=2023-04-30 17:32:24.496950000, delta=1209000 ns, racy<=22500 ns 17:32:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.498682000, lastModified=2023-04-30 17:32:24.496950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.496950000 to 2023-04-30 17:32:24.497950000 17:32:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.499123000, lastModified=2023-04-30 17:32:24.497950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.499123000, lastModified=2023-04-30 17:32:24.497950000, delta=1173000 ns, racy<=22500 ns 17:32:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.499608000, lastModified=2023-04-30 17:32:24.497950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.499608000, lastModified=2023-04-30 17:32:24.497950000, delta=1658000 ns, racy<=22500 ns 17:32:24.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.500133000, lastModified=2023-04-30 17:32:24.498950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.500133000, lastModified=2023-04-30 17:32:24.498950000, delta=1183000 ns, racy<=22500 ns 17:32:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.500623000, lastModified=2023-04-30 17:32:24.498950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.498950000 to 2023-04-30 17:32:24.499950000 17:32:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.501058000, lastModified=2023-04-30 17:32:24.499950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.501058000, lastModified=2023-04-30 17:32:24.499950000, delta=1108000 ns, racy<=22500 ns 17:32:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.501544000, lastModified=2023-04-30 17:32:24.499950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.501544000, lastModified=2023-04-30 17:32:24.499950000, delta=1594000 ns, racy<=22500 ns 17:32:24.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.569276000, lastModified=2023-04-30 17:32:24.500950000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.500950000 to 2023-04-30 17:32:24.568949000 17:32:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.570267000, lastModified=2023-04-30 17:32:24.568949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.570267000, lastModified=2023-04-30 17:32:24.568949000, delta=1318000 ns, racy<=22500 ns 17:32:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.570793000, lastModified=2023-04-30 17:32:24.568949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.568949000 to 2023-04-30 17:32:24.569949000 17:32:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.571326000, lastModified=2023-04-30 17:32:24.569949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.571326000, lastModified=2023-04-30 17:32:24.569949000, delta=1377000 ns, racy<=22500 ns 17:32:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.571854000, lastModified=2023-04-30 17:32:24.569949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.569949000 to 2023-04-30 17:32:24.570949000 17:32:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.572290000, lastModified=2023-04-30 17:32:24.570949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.572290000, lastModified=2023-04-30 17:32:24.570949000, delta=1341000 ns, racy<=22500 ns 17:32:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.572733000, lastModified=2023-04-30 17:32:24.570949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.570949000 to 2023-04-30 17:32:24.571949000 17:32:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.573496000, lastModified=2023-04-30 17:32:24.571949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.573496000, lastModified=2023-04-30 17:32:24.571949000, delta=1547000 ns, racy<=22500 ns 17:32:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.573982000, lastModified=2023-04-30 17:32:24.572949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.573982000, lastModified=2023-04-30 17:32:24.572949000, delta=1033000 ns, racy<=22500 ns 17:32:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.574498000, lastModified=2023-04-30 17:32:24.572949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.574498000, lastModified=2023-04-30 17:32:24.572949000, delta=1549000 ns, racy<=22500 ns 17:32:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.575020000, lastModified=2023-04-30 17:32:24.573949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.575020000, lastModified=2023-04-30 17:32:24.573949000, delta=1071000 ns, racy<=22500 ns 17:32:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.575480000, lastModified=2023-04-30 17:32:24.573949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.575480000, lastModified=2023-04-30 17:32:24.573949000, delta=1531000 ns, racy<=22500 ns 17:32:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.575938000, lastModified=2023-04-30 17:32:24.574949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.575938000, lastModified=2023-04-30 17:32:24.574949000, delta=989000 ns, racy<=22500 ns 17:32:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.576467000, lastModified=2023-04-30 17:32:24.574949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.576467000, lastModified=2023-04-30 17:32:24.574949000, delta=1518000 ns, racy<=22500 ns 17:32:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.576962000, lastModified=2023-04-30 17:32:24.575949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.576962000, lastModified=2023-04-30 17:32:24.575949000, delta=1013000 ns, racy<=22500 ns 17:32:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.577474000, lastModified=2023-04-30 17:32:24.575949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.577474000, lastModified=2023-04-30 17:32:24.575949000, delta=1525000 ns, racy<=22500 ns 17:32:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.577980000, lastModified=2023-04-30 17:32:24.576949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.577980000, lastModified=2023-04-30 17:32:24.576949000, delta=1031000 ns, racy<=22500 ns 17:32:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.578466000, lastModified=2023-04-30 17:32:24.576949000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.578466000, lastModified=2023-04-30 17:32:24.576949000, delta=1517000 ns, racy<=22500 ns 17:32:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.578977000, lastModified=2023-04-30 17:32:24.577948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.578977000, lastModified=2023-04-30 17:32:24.577948000, delta=1029000 ns, racy<=22500 ns 17:32:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.579445000, lastModified=2023-04-30 17:32:24.577948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.579445000, lastModified=2023-04-30 17:32:24.577948000, delta=1497000 ns, racy<=22500 ns 17:32:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.579896000, lastModified=2023-04-30 17:32:24.578948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.579896000, lastModified=2023-04-30 17:32:24.578948000, delta=948000 ns, racy<=22500 ns 17:32:24.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.580418000, lastModified=2023-04-30 17:32:24.578948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.580418000, lastModified=2023-04-30 17:32:24.578948000, delta=1470000 ns, racy<=22500 ns 17:32:24.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.580893000, lastModified=2023-04-30 17:32:24.579948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.580893000, lastModified=2023-04-30 17:32:24.579948000, delta=945000 ns, racy<=22500 ns 17:32:24.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.581373000, lastModified=2023-04-30 17:32:24.579948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.581373000, lastModified=2023-04-30 17:32:24.579948000, delta=1425000 ns, racy<=22500 ns 17:32:24.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.581848000, lastModified=2023-04-30 17:32:24.579948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.579948000 to 2023-04-30 17:32:24.580948000 17:32:24.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.582340000, lastModified=2023-04-30 17:32:24.580948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.582340000, lastModified=2023-04-30 17:32:24.580948000, delta=1392000 ns, racy<=22500 ns 17:32:24.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.582837000, lastModified=2023-04-30 17:32:24.580948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.580948000 to 2023-04-30 17:32:24.581948000 17:32:24.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.583559000, lastModified=2023-04-30 17:32:24.581948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.583559000, lastModified=2023-04-30 17:32:24.581948000, delta=1611000 ns, racy<=22500 ns 17:32:24.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.584058000, lastModified=2023-04-30 17:32:24.582948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.584058000, lastModified=2023-04-30 17:32:24.582948000, delta=1110000 ns, racy<=22500 ns 17:32:24.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.584587000, lastModified=2023-04-30 17:32:24.582948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.584587000, lastModified=2023-04-30 17:32:24.582948000, delta=1639000 ns, racy<=22500 ns 17:32:24.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.585115000, lastModified=2023-04-30 17:32:24.583948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.585115000, lastModified=2023-04-30 17:32:24.583948000, delta=1167000 ns, racy<=22500 ns 17:32:24.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.585628000, lastModified=2023-04-30 17:32:24.583948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.583948000 to 2023-04-30 17:32:24.584948000 17:32:24.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.586121000, lastModified=2023-04-30 17:32:24.584948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.586121000, lastModified=2023-04-30 17:32:24.584948000, delta=1173000 ns, racy<=22500 ns 17:32:24.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.586621000, lastModified=2023-04-30 17:32:24.584948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.584948000 to 2023-04-30 17:32:24.585948000 17:32:24.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.587117000, lastModified=2023-04-30 17:32:24.585948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.587117000, lastModified=2023-04-30 17:32:24.585948000, delta=1169000 ns, racy<=22500 ns 17:32:24.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.587660000, lastModified=2023-04-30 17:32:24.585948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.585948000 to 2023-04-30 17:32:24.586948000 17:32:24.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.588104000, lastModified=2023-04-30 17:32:24.586948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.588104000, lastModified=2023-04-30 17:32:24.586948000, delta=1156000 ns, racy<=22500 ns 17:32:24.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.588596000, lastModified=2023-04-30 17:32:24.586948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.588596000, lastModified=2023-04-30 17:32:24.586948000, delta=1648000 ns, racy<=22500 ns 17:32:24.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.589127000, lastModified=2023-04-30 17:32:24.587948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.589127000, lastModified=2023-04-30 17:32:24.587948000, delta=1179000 ns, racy<=22500 ns 17:32:24.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.589597000, lastModified=2023-04-30 17:32:24.587948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.587948000 to 2023-04-30 17:32:24.588948000 17:32:24.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.590088000, lastModified=2023-04-30 17:32:24.588948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.590088000, lastModified=2023-04-30 17:32:24.588948000, delta=1140000 ns, racy<=22500 ns 17:32:24.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.590605000, lastModified=2023-04-30 17:32:24.588948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.588948000 to 2023-04-30 17:32:24.589948000 17:32:24.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.591236000, lastModified=2023-04-30 17:32:24.589948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.591236000, lastModified=2023-04-30 17:32:24.589948000, delta=1288000 ns, racy<=22500 ns 17:32:24.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.591694000, lastModified=2023-04-30 17:32:24.589948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.589948000 to 2023-04-30 17:32:24.590948000 17:32:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.592155000, lastModified=2023-04-30 17:32:24.590948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.592155000, lastModified=2023-04-30 17:32:24.590948000, delta=1207000 ns, racy<=22500 ns 17:32:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.592653000, lastModified=2023-04-30 17:32:24.590948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.590948000 to 2023-04-30 17:32:24.591948000 17:32:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.593079000, lastModified=2023-04-30 17:32:24.591948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.593079000, lastModified=2023-04-30 17:32:24.591948000, delta=1131000 ns, racy<=22500 ns 17:32:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.593556000, lastModified=2023-04-30 17:32:24.591948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.591948000 to 2023-04-30 17:32:24.592948000 17:32:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.595095000, lastModified=2023-04-30 17:32:24.593948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.595095000, lastModified=2023-04-30 17:32:24.593948000, delta=1147000 ns, racy<=22500 ns 17:32:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.595636000, lastModified=2023-04-30 17:32:24.593948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.593948000 to 2023-04-30 17:32:24.594948000 17:32:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.596138000, lastModified=2023-04-30 17:32:24.594948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.596138000, lastModified=2023-04-30 17:32:24.594948000, delta=1190000 ns, racy<=22500 ns 17:32:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.596630000, lastModified=2023-04-30 17:32:24.594948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.594948000 to 2023-04-30 17:32:24.595948000 17:32:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.597129000, lastModified=2023-04-30 17:32:24.595948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.597129000, lastModified=2023-04-30 17:32:24.595948000, delta=1181000 ns, racy<=22500 ns 17:32:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.597588000, lastModified=2023-04-30 17:32:24.595948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.597588000, lastModified=2023-04-30 17:32:24.595948000, delta=1640000 ns, racy<=22500 ns 17:32:24.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.598108000, lastModified=2023-04-30 17:32:24.596948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.598108000, lastModified=2023-04-30 17:32:24.596948000, delta=1160000 ns, racy<=22500 ns 17:32:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.598623000, lastModified=2023-04-30 17:32:24.596948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.596948000 to 2023-04-30 17:32:24.597948000 17:32:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.599124000, lastModified=2023-04-30 17:32:24.597948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.599124000, lastModified=2023-04-30 17:32:24.597948000, delta=1176000 ns, racy<=22500 ns 17:32:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.599620000, lastModified=2023-04-30 17:32:24.597948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.597948000 to 2023-04-30 17:32:24.598948000 17:32:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.600138000, lastModified=2023-04-30 17:32:24.598948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.600138000, lastModified=2023-04-30 17:32:24.598948000, delta=1190000 ns, racy<=22500 ns 17:32:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.600594000, lastModified=2023-04-30 17:32:24.598948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.600594000, lastModified=2023-04-30 17:32:24.598948000, delta=1646000 ns, racy<=22500 ns 17:32:24.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.601060000, lastModified=2023-04-30 17:32:24.599948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.601060000, lastModified=2023-04-30 17:32:24.599948000, delta=1112000 ns, racy<=22500 ns 17:32:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.601528000, lastModified=2023-04-30 17:32:24.599948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.601528000, lastModified=2023-04-30 17:32:24.599948000, delta=1580000 ns, racy<=22500 ns 17:32:24.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.602043000, lastModified=2023-04-30 17:32:24.600948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.602043000, lastModified=2023-04-30 17:32:24.600948000, delta=1095000 ns, racy<=22500 ns 17:32:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.602551000, lastModified=2023-04-30 17:32:24.600948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.602551000, lastModified=2023-04-30 17:32:24.600948000, delta=1603000 ns, racy<=22500 ns 17:32:24.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.603082000, lastModified=2023-04-30 17:32:24.601948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.603082000, lastModified=2023-04-30 17:32:24.601948000, delta=1134000 ns, racy<=22500 ns 17:32:24.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.603981000, lastModified=2023-04-30 17:32:24.602948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.603981000, lastModified=2023-04-30 17:32:24.602948000, delta=1033000 ns, racy<=22500 ns 17:32:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.604484000, lastModified=2023-04-30 17:32:24.602948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.604484000, lastModified=2023-04-30 17:32:24.602948000, delta=1536000 ns, racy<=22500 ns 17:32:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.604918000, lastModified=2023-04-30 17:32:24.603948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.604918000, lastModified=2023-04-30 17:32:24.603948000, delta=970000 ns, racy<=22500 ns 17:32:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.605577000, lastModified=2023-04-30 17:32:24.603948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.605577000, lastModified=2023-04-30 17:32:24.603948000, delta=1629000 ns, racy<=22500 ns 17:32:24.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.605993000, lastModified=2023-04-30 17:32:24.604948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.605993000, lastModified=2023-04-30 17:32:24.604948000, delta=1045000 ns, racy<=22500 ns 17:32:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.606422000, lastModified=2023-04-30 17:32:24.604948000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.606422000, lastModified=2023-04-30 17:32:24.604948000, delta=1474000 ns, racy<=22500 ns 17:32:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.669755000, lastModified=2023-04-30 17:32:24.667947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.667947000 to 2023-04-30 17:32:24.668947000 17:32:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.670202000, lastModified=2023-04-30 17:32:24.668947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.670202000, lastModified=2023-04-30 17:32:24.668947000, delta=1255000 ns, racy<=22500 ns 17:32:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.670592000, lastModified=2023-04-30 17:32:24.668947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.670592000, lastModified=2023-04-30 17:32:24.668947000, delta=1645000 ns, racy<=22500 ns 17:32:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.671071000, lastModified=2023-04-30 17:32:24.669947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.671071000, lastModified=2023-04-30 17:32:24.669947000, delta=1124000 ns, racy<=22500 ns 17:32:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.671531000, lastModified=2023-04-30 17:32:24.669947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.671531000, lastModified=2023-04-30 17:32:24.669947000, delta=1584000 ns, racy<=22500 ns 17:32:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.671967000, lastModified=2023-04-30 17:32:24.670947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.671967000, lastModified=2023-04-30 17:32:24.670947000, delta=1020000 ns, racy<=22500 ns 17:32:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.672384000, lastModified=2023-04-30 17:32:24.670947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.672384000, lastModified=2023-04-30 17:32:24.670947000, delta=1437000 ns, racy<=22500 ns 17:32:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.672792000, lastModified=2023-04-30 17:32:24.670947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.670947000 to 2023-04-30 17:32:24.671947000 17:32:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.673219000, lastModified=2023-04-30 17:32:24.671947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.673219000, lastModified=2023-04-30 17:32:24.671947000, delta=1272000 ns, racy<=22500 ns 17:32:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.673609000, lastModified=2023-04-30 17:32:24.671947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.673609000, lastModified=2023-04-30 17:32:24.671947000, delta=1662000 ns, racy<=22500 ns 17:32:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.674053000, lastModified=2023-04-30 17:32:24.672947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.674053000, lastModified=2023-04-30 17:32:24.672947000, delta=1106000 ns, racy<=22500 ns 17:32:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.674481000, lastModified=2023-04-30 17:32:24.672947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.674481000, lastModified=2023-04-30 17:32:24.672947000, delta=1534000 ns, racy<=22500 ns 17:32:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.674895000, lastModified=2023-04-30 17:32:24.673947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.674895000, lastModified=2023-04-30 17:32:24.673947000, delta=948000 ns, racy<=22500 ns 17:32:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.675331000, lastModified=2023-04-30 17:32:24.673947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.675331000, lastModified=2023-04-30 17:32:24.673947000, delta=1384000 ns, racy<=22500 ns 17:32:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.675722000, lastModified=2023-04-30 17:32:24.673947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.673947000 to 2023-04-30 17:32:24.674947000 17:32:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.676139000, lastModified=2023-04-30 17:32:24.674947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.676139000, lastModified=2023-04-30 17:32:24.674947000, delta=1192000 ns, racy<=22500 ns 17:32:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.676553000, lastModified=2023-04-30 17:32:24.674947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.676553000, lastModified=2023-04-30 17:32:24.674947000, delta=1606000 ns, racy<=22500 ns 17:32:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.676997000, lastModified=2023-04-30 17:32:24.675947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.676997000, lastModified=2023-04-30 17:32:24.675947000, delta=1050000 ns, racy<=22500 ns 17:32:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.677753000, lastModified=2023-04-30 17:32:24.675947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.675947000 to 2023-04-30 17:32:24.676947000 17:32:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.678231000, lastModified=2023-04-30 17:32:24.676947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.678231000, lastModified=2023-04-30 17:32:24.676947000, delta=1284000 ns, racy<=22500 ns 17:32:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.678674000, lastModified=2023-04-30 17:32:24.676947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.676947000 to 2023-04-30 17:32:24.677947000 17:32:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.679151000, lastModified=2023-04-30 17:32:24.677947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.679151000, lastModified=2023-04-30 17:32:24.677947000, delta=1204000 ns, racy<=22500 ns 17:32:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.679610000, lastModified=2023-04-30 17:32:24.677947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.679610000, lastModified=2023-04-30 17:32:24.677947000, delta=1663000 ns, racy<=22500 ns 17:32:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.680086000, lastModified=2023-04-30 17:32:24.678947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.680086000, lastModified=2023-04-30 17:32:24.678947000, delta=1139000 ns, racy<=22500 ns 17:32:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.680564000, lastModified=2023-04-30 17:32:24.678947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.680564000, lastModified=2023-04-30 17:32:24.678947000, delta=1617000 ns, racy<=22500 ns 17:32:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.681039000, lastModified=2023-04-30 17:32:24.679947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.681039000, lastModified=2023-04-30 17:32:24.679947000, delta=1092000 ns, racy<=22500 ns 17:32:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.681496000, lastModified=2023-04-30 17:32:24.679947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.681496000, lastModified=2023-04-30 17:32:24.679947000, delta=1549000 ns, racy<=22500 ns 17:32:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.681968000, lastModified=2023-04-30 17:32:24.680947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.681968000, lastModified=2023-04-30 17:32:24.680947000, delta=1021000 ns, racy<=22500 ns 17:32:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.682434000, lastModified=2023-04-30 17:32:24.680947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.682434000, lastModified=2023-04-30 17:32:24.680947000, delta=1487000 ns, racy<=22500 ns 17:32:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.682948000, lastModified=2023-04-30 17:32:24.681947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.682948000, lastModified=2023-04-30 17:32:24.681947000, delta=1001000 ns, racy<=22500 ns 17:32:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.683414000, lastModified=2023-04-30 17:32:24.681947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.683414000, lastModified=2023-04-30 17:32:24.681947000, delta=1467000 ns, racy<=22500 ns 17:32:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.683867000, lastModified=2023-04-30 17:32:24.682947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.683867000, lastModified=2023-04-30 17:32:24.682947000, delta=920000 ns, racy<=22500 ns 17:32:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.684343000, lastModified=2023-04-30 17:32:24.682947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.684343000, lastModified=2023-04-30 17:32:24.682947000, delta=1396000 ns, racy<=22500 ns 17:32:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.684770000, lastModified=2023-04-30 17:32:24.682947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.682947000 to 2023-04-30 17:32:24.683947000 17:32:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.685240000, lastModified=2023-04-30 17:32:24.683947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.685240000, lastModified=2023-04-30 17:32:24.683947000, delta=1293000 ns, racy<=22500 ns 17:32:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.685679000, lastModified=2023-04-30 17:32:24.683947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.683947000 to 2023-04-30 17:32:24.684947000 17:32:24.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.686158000, lastModified=2023-04-30 17:32:24.684947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.686158000, lastModified=2023-04-30 17:32:24.684947000, delta=1211000 ns, racy<=22500 ns 17:32:24.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.686585000, lastModified=2023-04-30 17:32:24.684947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.686585000, lastModified=2023-04-30 17:32:24.684947000, delta=1638000 ns, racy<=22500 ns 17:32:24.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.687386000, lastModified=2023-04-30 17:32:24.685947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.687386000, lastModified=2023-04-30 17:32:24.685947000, delta=1439000 ns, racy<=22500 ns 17:32:24.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.687869000, lastModified=2023-04-30 17:32:24.686947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.687869000, lastModified=2023-04-30 17:32:24.686947000, delta=922000 ns, racy<=22500 ns 17:32:24.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.688331000, lastModified=2023-04-30 17:32:24.686947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.688331000, lastModified=2023-04-30 17:32:24.686947000, delta=1384000 ns, racy<=22500 ns 17:32:24.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.688802000, lastModified=2023-04-30 17:32:24.686947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.686947000 to 2023-04-30 17:32:24.687947000 17:32:24.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.689232000, lastModified=2023-04-30 17:32:24.687947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.689232000, lastModified=2023-04-30 17:32:24.687947000, delta=1285000 ns, racy<=22500 ns 17:32:24.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.689681000, lastModified=2023-04-30 17:32:24.687947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.687947000 to 2023-04-30 17:32:24.688947000 17:32:24.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.690109000, lastModified=2023-04-30 17:32:24.688947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.690109000, lastModified=2023-04-30 17:32:24.688947000, delta=1162000 ns, racy<=22500 ns 17:32:24.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.690576000, lastModified=2023-04-30 17:32:24.688947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.690576000, lastModified=2023-04-30 17:32:24.688947000, delta=1629000 ns, racy<=22500 ns 17:32:24.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.691054000, lastModified=2023-04-30 17:32:24.689947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.691054000, lastModified=2023-04-30 17:32:24.689947000, delta=1107000 ns, racy<=22500 ns 17:32:24.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.691511000, lastModified=2023-04-30 17:32:24.689947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.691511000, lastModified=2023-04-30 17:32:24.689947000, delta=1564000 ns, racy<=22500 ns 17:32:24.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.692021000, lastModified=2023-04-30 17:32:24.690947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.692021000, lastModified=2023-04-30 17:32:24.690947000, delta=1074000 ns, racy<=22500 ns 17:32:24.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.692468000, lastModified=2023-04-30 17:32:24.690947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.692468000, lastModified=2023-04-30 17:32:24.690947000, delta=1521000 ns, racy<=22500 ns 17:32:24.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.692863000, lastModified=2023-04-30 17:32:24.691947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.692863000, lastModified=2023-04-30 17:32:24.691947000, delta=916000 ns, racy<=22500 ns 17:32:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.693252000, lastModified=2023-04-30 17:32:24.691947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.693252000, lastModified=2023-04-30 17:32:24.691947000, delta=1305000 ns, racy<=22500 ns 17:32:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.693626000, lastModified=2023-04-30 17:32:24.691947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.693626000, lastModified=2023-04-30 17:32:24.691947000, delta=1679000 ns, racy<=22500 ns 17:32:24.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.694027000, lastModified=2023-04-30 17:32:24.692947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.694027000, lastModified=2023-04-30 17:32:24.692947000, delta=1080000 ns, racy<=22500 ns 17:32:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.694428000, lastModified=2023-04-30 17:32:24.692947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.694428000, lastModified=2023-04-30 17:32:24.692947000, delta=1481000 ns, racy<=22500 ns 17:32:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.694811000, lastModified=2023-04-30 17:32:24.692947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.692947000 to 2023-04-30 17:32:24.693947000 17:32:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.695199000, lastModified=2023-04-30 17:32:24.693947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.695199000, lastModified=2023-04-30 17:32:24.693947000, delta=1252000 ns, racy<=22500 ns 17:32:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.695570000, lastModified=2023-04-30 17:32:24.693947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.695570000, lastModified=2023-04-30 17:32:24.693947000, delta=1623000 ns, racy<=22500 ns 17:32:24.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.695980000, lastModified=2023-04-30 17:32:24.694947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.695980000, lastModified=2023-04-30 17:32:24.694947000, delta=1033000 ns, racy<=22500 ns 17:32:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.696619000, lastModified=2023-04-30 17:32:24.694947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.696619000, lastModified=2023-04-30 17:32:24.694947000, delta=1672000 ns, racy<=22500 ns 17:32:24.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.697030000, lastModified=2023-04-30 17:32:24.695947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.697030000, lastModified=2023-04-30 17:32:24.695947000, delta=1083000 ns, racy<=22500 ns 17:32:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.697463000, lastModified=2023-04-30 17:32:24.695947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.697463000, lastModified=2023-04-30 17:32:24.695947000, delta=1516000 ns, racy<=22500 ns 17:32:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.697882000, lastModified=2023-04-30 17:32:24.696947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.697882000, lastModified=2023-04-30 17:32:24.696947000, delta=935000 ns, racy<=22500 ns 17:32:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.698281000, lastModified=2023-04-30 17:32:24.696947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.698281000, lastModified=2023-04-30 17:32:24.696947000, delta=1334000 ns, racy<=22500 ns 17:32:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.698653000, lastModified=2023-04-30 17:32:24.696947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.696947000 to 2023-04-30 17:32:24.697947000 17:32:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.699025000, lastModified=2023-04-30 17:32:24.697947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.699025000, lastModified=2023-04-30 17:32:24.697947000, delta=1078000 ns, racy<=22500 ns 17:32:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.699409000, lastModified=2023-04-30 17:32:24.697947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.699409000, lastModified=2023-04-30 17:32:24.697947000, delta=1462000 ns, racy<=22500 ns 17:32:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.699794000, lastModified=2023-04-30 17:32:24.697947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.697947000 to 2023-04-30 17:32:24.698947000 17:32:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.700177000, lastModified=2023-04-30 17:32:24.698947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.700177000, lastModified=2023-04-30 17:32:24.698947000, delta=1230000 ns, racy<=22500 ns 17:32:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.700551000, lastModified=2023-04-30 17:32:24.698947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.700551000, lastModified=2023-04-30 17:32:24.698947000, delta=1604000 ns, racy<=22500 ns 17:32:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.700937000, lastModified=2023-04-30 17:32:24.699947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.700937000, lastModified=2023-04-30 17:32:24.699947000, delta=990000 ns, racy<=22500 ns 17:32:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.701328000, lastModified=2023-04-30 17:32:24.699947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.701328000, lastModified=2023-04-30 17:32:24.699947000, delta=1381000 ns, racy<=22500 ns 17:32:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.701711000, lastModified=2023-04-30 17:32:24.699947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.699947000 to 2023-04-30 17:32:24.700947000 17:32:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.702083000, lastModified=2023-04-30 17:32:24.700947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.702083000, lastModified=2023-04-30 17:32:24.700947000, delta=1136000 ns, racy<=22500 ns 17:32:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.702461000, lastModified=2023-04-30 17:32:24.700947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.702461000, lastModified=2023-04-30 17:32:24.700947000, delta=1514000 ns, racy<=22500 ns 17:32:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.702867000, lastModified=2023-04-30 17:32:24.701947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.702867000, lastModified=2023-04-30 17:32:24.701947000, delta=920000 ns, racy<=22500 ns 17:32:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.703252000, lastModified=2023-04-30 17:32:24.701947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.703252000, lastModified=2023-04-30 17:32:24.701947000, delta=1305000 ns, racy<=22500 ns 17:32:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.703626000, lastModified=2023-04-30 17:32:24.701947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.703626000, lastModified=2023-04-30 17:32:24.701947000, delta=1679000 ns, racy<=22500 ns 17:32:24.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.704017000, lastModified=2023-04-30 17:32:24.702947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.704017000, lastModified=2023-04-30 17:32:24.702947000, delta=1070000 ns, racy<=22500 ns 17:32:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.704666000, lastModified=2023-04-30 17:32:24.702947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.702947000 to 2023-04-30 17:32:24.703947000 17:32:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.705046000, lastModified=2023-04-30 17:32:24.703947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.705046000, lastModified=2023-04-30 17:32:24.703947000, delta=1099000 ns, racy<=22500 ns 17:32:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.705442000, lastModified=2023-04-30 17:32:24.703947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.705442000, lastModified=2023-04-30 17:32:24.703947000, delta=1495000 ns, racy<=22500 ns 17:32:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.705828000, lastModified=2023-04-30 17:32:24.703947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.703947000 to 2023-04-30 17:32:24.704947000 17:32:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.706189000, lastModified=2023-04-30 17:32:24.704947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.706189000, lastModified=2023-04-30 17:32:24.704947000, delta=1242000 ns, racy<=22500 ns 17:32:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.706564000, lastModified=2023-04-30 17:32:24.704947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.706564000, lastModified=2023-04-30 17:32:24.704947000, delta=1617000 ns, racy<=22500 ns 17:32:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.706972000, lastModified=2023-04-30 17:32:24.705947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.706972000, lastModified=2023-04-30 17:32:24.705947000, delta=1025000 ns, racy<=22500 ns 17:32:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.707381000, lastModified=2023-04-30 17:32:24.705947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.707381000, lastModified=2023-04-30 17:32:24.705947000, delta=1434000 ns, racy<=22500 ns 17:32:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.707771000, lastModified=2023-04-30 17:32:24.705947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.705947000 to 2023-04-30 17:32:24.706947000 17:32:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.708137000, lastModified=2023-04-30 17:32:24.706947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.708137000, lastModified=2023-04-30 17:32:24.706947000, delta=1190000 ns, racy<=22500 ns 17:32:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.708518000, lastModified=2023-04-30 17:32:24.706947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.708518000, lastModified=2023-04-30 17:32:24.706947000, delta=1571000 ns, racy<=22500 ns 17:32:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.708903000, lastModified=2023-04-30 17:32:24.707947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.708903000, lastModified=2023-04-30 17:32:24.707947000, delta=956000 ns, racy<=22500 ns 17:32:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.709295000, lastModified=2023-04-30 17:32:24.707947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.709295000, lastModified=2023-04-30 17:32:24.707947000, delta=1348000 ns, racy<=22500 ns 17:32:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.709663000, lastModified=2023-04-30 17:32:24.707947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.707947000 to 2023-04-30 17:32:24.708947000 17:32:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.710030000, lastModified=2023-04-30 17:32:24.708947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.710030000, lastModified=2023-04-30 17:32:24.708947000, delta=1083000 ns, racy<=22500 ns 17:32:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.710415000, lastModified=2023-04-30 17:32:24.708947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.710415000, lastModified=2023-04-30 17:32:24.708947000, delta=1468000 ns, racy<=22500 ns 17:32:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.710797000, lastModified=2023-04-30 17:32:24.708947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.708947000 to 2023-04-30 17:32:24.709947000 17:32:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.711164000, lastModified=2023-04-30 17:32:24.709947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.711164000, lastModified=2023-04-30 17:32:24.709947000, delta=1217000 ns, racy<=22500 ns 17:32:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.711535000, lastModified=2023-04-30 17:32:24.709947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.711535000, lastModified=2023-04-30 17:32:24.709947000, delta=1588000 ns, racy<=22500 ns 17:32:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.711925000, lastModified=2023-04-30 17:32:24.710947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.711925000, lastModified=2023-04-30 17:32:24.710947000, delta=978000 ns, racy<=22500 ns 17:32:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.712310000, lastModified=2023-04-30 17:32:24.710947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.712310000, lastModified=2023-04-30 17:32:24.710947000, delta=1363000 ns, racy<=22500 ns 17:32:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.712940000, lastModified=2023-04-30 17:32:24.711947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.712940000, lastModified=2023-04-30 17:32:24.711947000, delta=993000 ns, racy<=22500 ns 17:32:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.713347000, lastModified=2023-04-30 17:32:24.711947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.713347000, lastModified=2023-04-30 17:32:24.711947000, delta=1400000 ns, racy<=22500 ns 17:32:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.713732000, lastModified=2023-04-30 17:32:24.711947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.711947000 to 2023-04-30 17:32:24.712947000 17:32:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.714101000, lastModified=2023-04-30 17:32:24.712947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.714101000, lastModified=2023-04-30 17:32:24.712947000, delta=1154000 ns, racy<=22500 ns 17:32:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.714494000, lastModified=2023-04-30 17:32:24.712947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.714494000, lastModified=2023-04-30 17:32:24.712947000, delta=1547000 ns, racy<=22500 ns 17:32:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.714878000, lastModified=2023-04-30 17:32:24.713947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.714878000, lastModified=2023-04-30 17:32:24.713947000, delta=931000 ns, racy<=22500 ns 17:32:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.715282000, lastModified=2023-04-30 17:32:24.713947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.715282000, lastModified=2023-04-30 17:32:24.713947000, delta=1335000 ns, racy<=22500 ns 17:32:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.715654000, lastModified=2023-04-30 17:32:24.713947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.713947000 to 2023-04-30 17:32:24.714947000 17:32:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.716018000, lastModified=2023-04-30 17:32:24.714947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.716018000, lastModified=2023-04-30 17:32:24.714947000, delta=1071000 ns, racy<=22500 ns 17:32:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.716424000, lastModified=2023-04-30 17:32:24.714947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.716424000, lastModified=2023-04-30 17:32:24.714947000, delta=1477000 ns, racy<=22500 ns 17:32:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.716817000, lastModified=2023-04-30 17:32:24.714947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.714947000 to 2023-04-30 17:32:24.715947000 17:32:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.717189000, lastModified=2023-04-30 17:32:24.715947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.717189000, lastModified=2023-04-30 17:32:24.715947000, delta=1242000 ns, racy<=22500 ns 17:32:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.717576000, lastModified=2023-04-30 17:32:24.715947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.717576000, lastModified=2023-04-30 17:32:24.715947000, delta=1629000 ns, racy<=22500 ns 17:32:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.717963000, lastModified=2023-04-30 17:32:24.716947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.717963000, lastModified=2023-04-30 17:32:24.716947000, delta=1016000 ns, racy<=22500 ns 17:32:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.718370000, lastModified=2023-04-30 17:32:24.716947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.718370000, lastModified=2023-04-30 17:32:24.716947000, delta=1423000 ns, racy<=22500 ns 17:32:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.718726000, lastModified=2023-04-30 17:32:24.716947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.716947000 to 2023-04-30 17:32:24.717947000 17:32:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.719094000, lastModified=2023-04-30 17:32:24.717947000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.719094000, lastModified=2023-04-30 17:32:24.717947000, delta=1147000 ns, racy<=22500 ns 17:32:24.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.769760000, lastModified=2023-04-30 17:32:24.767946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.767946000 to 2023-04-30 17:32:24.768946000 17:32:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.770251000, lastModified=2023-04-30 17:32:24.768946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.770251000, lastModified=2023-04-30 17:32:24.768946000, delta=1305000 ns, racy<=22500 ns 17:32:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.770680000, lastModified=2023-04-30 17:32:24.768946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.768946000 to 2023-04-30 17:32:24.769946000 17:32:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.771290000, lastModified=2023-04-30 17:32:24.769946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.771290000, lastModified=2023-04-30 17:32:24.769946000, delta=1344000 ns, racy<=22500 ns 17:32:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.771688000, lastModified=2023-04-30 17:32:24.769946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.769946000 to 2023-04-30 17:32:24.770946000 17:32:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.772060000, lastModified=2023-04-30 17:32:24.770946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.772060000, lastModified=2023-04-30 17:32:24.770946000, delta=1114000 ns, racy<=22500 ns 17:32:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.772440000, lastModified=2023-04-30 17:32:24.770946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.772440000, lastModified=2023-04-30 17:32:24.770946000, delta=1494000 ns, racy<=22500 ns 17:32:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.772823000, lastModified=2023-04-30 17:32:24.770946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.770946000 to 2023-04-30 17:32:24.771946000 17:32:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.773314000, lastModified=2023-04-30 17:32:24.771946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.773314000, lastModified=2023-04-30 17:32:24.771946000, delta=1368000 ns, racy<=22500 ns 17:32:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.773791000, lastModified=2023-04-30 17:32:24.771946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.771946000 to 2023-04-30 17:32:24.772946000 17:32:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.774206000, lastModified=2023-04-30 17:32:24.772946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.774206000, lastModified=2023-04-30 17:32:24.772946000, delta=1260000 ns, racy<=22500 ns 17:32:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.774588000, lastModified=2023-04-30 17:32:24.772946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.774588000, lastModified=2023-04-30 17:32:24.772946000, delta=1642000 ns, racy<=22500 ns 17:32:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.775007000, lastModified=2023-04-30 17:32:24.773946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.775007000, lastModified=2023-04-30 17:32:24.773946000, delta=1061000 ns, racy<=22500 ns 17:32:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.775446000, lastModified=2023-04-30 17:32:24.773946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.775446000, lastModified=2023-04-30 17:32:24.773946000, delta=1500000 ns, racy<=22500 ns 17:32:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.775858000, lastModified=2023-04-30 17:32:24.773946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.773946000 to 2023-04-30 17:32:24.774946000 17:32:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.776253000, lastModified=2023-04-30 17:32:24.774946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.776253000, lastModified=2023-04-30 17:32:24.774946000, delta=1307000 ns, racy<=22500 ns 17:32:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.776637000, lastModified=2023-04-30 17:32:24.774946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.776637000, lastModified=2023-04-30 17:32:24.774946000, delta=1691000 ns, racy<=22500 ns 17:32:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.777057000, lastModified=2023-04-30 17:32:24.775946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.777057000, lastModified=2023-04-30 17:32:24.775946000, delta=1111000 ns, racy<=22500 ns 17:32:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.777445000, lastModified=2023-04-30 17:32:24.775946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.777445000, lastModified=2023-04-30 17:32:24.775946000, delta=1499000 ns, racy<=22500 ns 17:32:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.777845000, lastModified=2023-04-30 17:32:24.775946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.775946000 to 2023-04-30 17:32:24.776946000 17:32:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.778232000, lastModified=2023-04-30 17:32:24.776946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.778232000, lastModified=2023-04-30 17:32:24.776946000, delta=1286000 ns, racy<=22500 ns 17:32:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.778600000, lastModified=2023-04-30 17:32:24.776946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.778600000, lastModified=2023-04-30 17:32:24.776946000, delta=1654000 ns, racy<=22500 ns 17:32:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.778971000, lastModified=2023-04-30 17:32:24.777946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.778971000, lastModified=2023-04-30 17:32:24.777946000, delta=1025000 ns, racy<=22500 ns 17:32:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.779381000, lastModified=2023-04-30 17:32:24.777946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.779381000, lastModified=2023-04-30 17:32:24.777946000, delta=1435000 ns, racy<=22500 ns 17:32:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.780022000, lastModified=2023-04-30 17:32:24.778946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.780022000, lastModified=2023-04-30 17:32:24.778946000, delta=1076000 ns, racy<=22500 ns 17:32:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.780398000, lastModified=2023-04-30 17:32:24.778946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.780398000, lastModified=2023-04-30 17:32:24.778946000, delta=1452000 ns, racy<=22500 ns 17:32:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.780753000, lastModified=2023-04-30 17:32:24.778946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.778946000 to 2023-04-30 17:32:24.779946000 17:32:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.781116000, lastModified=2023-04-30 17:32:24.779946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.781116000, lastModified=2023-04-30 17:32:24.779946000, delta=1170000 ns, racy<=22500 ns 17:32:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.781525000, lastModified=2023-04-30 17:32:24.779946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.781525000, lastModified=2023-04-30 17:32:24.779946000, delta=1579000 ns, racy<=22500 ns 17:32:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.781895000, lastModified=2023-04-30 17:32:24.780946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.781895000, lastModified=2023-04-30 17:32:24.780946000, delta=949000 ns, racy<=22500 ns 17:32:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.782269000, lastModified=2023-04-30 17:32:24.780946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.782269000, lastModified=2023-04-30 17:32:24.780946000, delta=1323000 ns, racy<=22500 ns 17:32:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.782651000, lastModified=2023-04-30 17:32:24.780946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.780946000 to 2023-04-30 17:32:24.781946000 17:32:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.783029000, lastModified=2023-04-30 17:32:24.781946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.783029000, lastModified=2023-04-30 17:32:24.781946000, delta=1083000 ns, racy<=22500 ns 17:32:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.783418000, lastModified=2023-04-30 17:32:24.781946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.783418000, lastModified=2023-04-30 17:32:24.781946000, delta=1472000 ns, racy<=22500 ns 17:32:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.783778000, lastModified=2023-04-30 17:32:24.781946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.781946000 to 2023-04-30 17:32:24.782946000 17:32:24.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.784179000, lastModified=2023-04-30 17:32:24.782946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.784179000, lastModified=2023-04-30 17:32:24.782946000, delta=1233000 ns, racy<=22500 ns 17:32:24.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.784523000, lastModified=2023-04-30 17:32:24.782946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.784523000, lastModified=2023-04-30 17:32:24.782946000, delta=1577000 ns, racy<=22500 ns 17:32:24.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.784907000, lastModified=2023-04-30 17:32:24.783946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.784907000, lastModified=2023-04-30 17:32:24.783946000, delta=961000 ns, racy<=22500 ns 17:32:24.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.785341000, lastModified=2023-04-30 17:32:24.783946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.785341000, lastModified=2023-04-30 17:32:24.783946000, delta=1395000 ns, racy<=22500 ns 17:32:24.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.785703000, lastModified=2023-04-30 17:32:24.783946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.783946000 to 2023-04-30 17:32:24.784946000 17:32:24.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.786060000, lastModified=2023-04-30 17:32:24.784946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.786060000, lastModified=2023-04-30 17:32:24.784946000, delta=1114000 ns, racy<=22500 ns 17:32:24.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.786426000, lastModified=2023-04-30 17:32:24.784946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.786426000, lastModified=2023-04-30 17:32:24.784946000, delta=1480000 ns, racy<=22500 ns 17:32:24.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.786793000, lastModified=2023-04-30 17:32:24.784946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.784946000 to 2023-04-30 17:32:24.785946000 17:32:24.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.787173000, lastModified=2023-04-30 17:32:24.785946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.787173000, lastModified=2023-04-30 17:32:24.785946000, delta=1227000 ns, racy<=22500 ns 17:32:24.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.787861000, lastModified=2023-04-30 17:32:24.785946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.785946000 to 2023-04-30 17:32:24.786946000 17:32:24.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.788233000, lastModified=2023-04-30 17:32:24.786946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.788233000, lastModified=2023-04-30 17:32:24.786946000, delta=1287000 ns, racy<=22500 ns 17:32:24.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.788614000, lastModified=2023-04-30 17:32:24.786946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.788614000, lastModified=2023-04-30 17:32:24.786946000, delta=1668000 ns, racy<=22500 ns 17:32:24.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.789038000, lastModified=2023-04-30 17:32:24.787946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.789038000, lastModified=2023-04-30 17:32:24.787946000, delta=1092000 ns, racy<=22500 ns 17:32:24.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.789440000, lastModified=2023-04-30 17:32:24.787946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.789440000, lastModified=2023-04-30 17:32:24.787946000, delta=1494000 ns, racy<=22500 ns 17:32:24.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.789836000, lastModified=2023-04-30 17:32:24.787946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.787946000 to 2023-04-30 17:32:24.788946000 17:32:24.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.790242000, lastModified=2023-04-30 17:32:24.788946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.790242000, lastModified=2023-04-30 17:32:24.788946000, delta=1296000 ns, racy<=22500 ns 17:32:24.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.790624000, lastModified=2023-04-30 17:32:24.788946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.790624000, lastModified=2023-04-30 17:32:24.788946000, delta=1678000 ns, racy<=22500 ns 17:32:24.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.791012000, lastModified=2023-04-30 17:32:24.789946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.791012000, lastModified=2023-04-30 17:32:24.789946000, delta=1066000 ns, racy<=22500 ns 17:32:24.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.791415000, lastModified=2023-04-30 17:32:24.789946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.791415000, lastModified=2023-04-30 17:32:24.789946000, delta=1469000 ns, racy<=22500 ns 17:32:24.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.791865000, lastModified=2023-04-30 17:32:24.789946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.789946000 to 2023-04-30 17:32:24.790946000 17:32:24.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.792281000, lastModified=2023-04-30 17:32:24.790946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.792281000, lastModified=2023-04-30 17:32:24.790946000, delta=1335000 ns, racy<=22500 ns 17:32:24.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.792681000, lastModified=2023-04-30 17:32:24.790946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.790946000 to 2023-04-30 17:32:24.791946000 17:32:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.793076000, lastModified=2023-04-30 17:32:24.791946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.793076000, lastModified=2023-04-30 17:32:24.791946000, delta=1130000 ns, racy<=22500 ns 17:32:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.793563000, lastModified=2023-04-30 17:32:24.791946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.793563000, lastModified=2023-04-30 17:32:24.791946000, delta=1617000 ns, racy<=22500 ns 17:32:24.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.794101000, lastModified=2023-04-30 17:32:24.792946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.794101000, lastModified=2023-04-30 17:32:24.792946000, delta=1155000 ns, racy<=22500 ns 17:32:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.794574000, lastModified=2023-04-30 17:32:24.792946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.794574000, lastModified=2023-04-30 17:32:24.792946000, delta=1628000 ns, racy<=22500 ns 17:32:24.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.795026000, lastModified=2023-04-30 17:32:24.793946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.795026000, lastModified=2023-04-30 17:32:24.793946000, delta=1080000 ns, racy<=22500 ns 17:32:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.795547000, lastModified=2023-04-30 17:32:24.793946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.795547000, lastModified=2023-04-30 17:32:24.793946000, delta=1601000 ns, racy<=22500 ns 17:32:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.795956000, lastModified=2023-04-30 17:32:24.794946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.795956000, lastModified=2023-04-30 17:32:24.794946000, delta=1010000 ns, racy<=22500 ns 17:32:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.796360000, lastModified=2023-04-30 17:32:24.794946000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.796360000, lastModified=2023-04-30 17:32:24.794946000, delta=1414000 ns, racy<=22500 ns 17:32:24.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.796987000, lastModified=2023-04-30 17:32:24.795945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.796987000, lastModified=2023-04-30 17:32:24.795945000, delta=1042000 ns, racy<=22500 ns 17:32:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.797385000, lastModified=2023-04-30 17:32:24.795945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.797385000, lastModified=2023-04-30 17:32:24.795945000, delta=1440000 ns, racy<=22500 ns 17:32:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.797773000, lastModified=2023-04-30 17:32:24.795945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.795945000 to 2023-04-30 17:32:24.796945000 17:32:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.798163000, lastModified=2023-04-30 17:32:24.796945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.798163000, lastModified=2023-04-30 17:32:24.796945000, delta=1218000 ns, racy<=22500 ns 17:32:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.798578000, lastModified=2023-04-30 17:32:24.796945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.798578000, lastModified=2023-04-30 17:32:24.796945000, delta=1633000 ns, racy<=22500 ns 17:32:24.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.798978000, lastModified=2023-04-30 17:32:24.797945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.798978000, lastModified=2023-04-30 17:32:24.797945000, delta=1033000 ns, racy<=22500 ns 17:32:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.799369000, lastModified=2023-04-30 17:32:24.797945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.799369000, lastModified=2023-04-30 17:32:24.797945000, delta=1424000 ns, racy<=22500 ns 17:32:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.799753000, lastModified=2023-04-30 17:32:24.797945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.797945000 to 2023-04-30 17:32:24.798945000 17:32:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.800168000, lastModified=2023-04-30 17:32:24.798945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.800168000, lastModified=2023-04-30 17:32:24.798945000, delta=1223000 ns, racy<=22500 ns 17:32:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.800547000, lastModified=2023-04-30 17:32:24.798945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.800547000, lastModified=2023-04-30 17:32:24.798945000, delta=1602000 ns, racy<=22500 ns 17:32:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.800949000, lastModified=2023-04-30 17:32:24.799945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.800949000, lastModified=2023-04-30 17:32:24.799945000, delta=1004000 ns, racy<=22500 ns 17:32:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.801358000, lastModified=2023-04-30 17:32:24.799945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.801358000, lastModified=2023-04-30 17:32:24.799945000, delta=1413000 ns, racy<=22500 ns 17:32:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.801773000, lastModified=2023-04-30 17:32:24.799945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.799945000 to 2023-04-30 17:32:24.800945000 17:32:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.802181000, lastModified=2023-04-30 17:32:24.800945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.802181000, lastModified=2023-04-30 17:32:24.800945000, delta=1236000 ns, racy<=22500 ns 17:32:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.802565000, lastModified=2023-04-30 17:32:24.800945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.802565000, lastModified=2023-04-30 17:32:24.800945000, delta=1620000 ns, racy<=22500 ns 17:32:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.802962000, lastModified=2023-04-30 17:32:24.801945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.802962000, lastModified=2023-04-30 17:32:24.801945000, delta=1017000 ns, racy<=22500 ns 17:32:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.803352000, lastModified=2023-04-30 17:32:24.801945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.803352000, lastModified=2023-04-30 17:32:24.801945000, delta=1407000 ns, racy<=22500 ns 17:32:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.803741000, lastModified=2023-04-30 17:32:24.801945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.801945000 to 2023-04-30 17:32:24.802945000 17:32:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.804136000, lastModified=2023-04-30 17:32:24.802945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.804136000, lastModified=2023-04-30 17:32:24.802945000, delta=1191000 ns, racy<=22500 ns 17:32:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.804539000, lastModified=2023-04-30 17:32:24.802945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.804539000, lastModified=2023-04-30 17:32:24.802945000, delta=1594000 ns, racy<=22500 ns 17:32:24.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.805182000, lastModified=2023-04-30 17:32:24.803945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.805182000, lastModified=2023-04-30 17:32:24.803945000, delta=1237000 ns, racy<=22500 ns 17:32:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.805642000, lastModified=2023-04-30 17:32:24.803945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.803945000 to 2023-04-30 17:32:24.804945000 17:32:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.806071000, lastModified=2023-04-30 17:32:24.804945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.806071000, lastModified=2023-04-30 17:32:24.804945000, delta=1126000 ns, racy<=22500 ns 17:32:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.806480000, lastModified=2023-04-30 17:32:24.804945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.806480000, lastModified=2023-04-30 17:32:24.804945000, delta=1535000 ns, racy<=22500 ns 17:32:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.806884000, lastModified=2023-04-30 17:32:24.805945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.806884000, lastModified=2023-04-30 17:32:24.805945000, delta=939000 ns, racy<=22500 ns 17:32:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.807304000, lastModified=2023-04-30 17:32:24.805945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.807304000, lastModified=2023-04-30 17:32:24.805945000, delta=1359000 ns, racy<=22500 ns 17:32:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.807679000, lastModified=2023-04-30 17:32:24.805945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.805945000 to 2023-04-30 17:32:24.806945000 17:32:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.808151000, lastModified=2023-04-30 17:32:24.806945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.808151000, lastModified=2023-04-30 17:32:24.806945000, delta=1206000 ns, racy<=22500 ns 17:32:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.808554000, lastModified=2023-04-30 17:32:24.806945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.808554000, lastModified=2023-04-30 17:32:24.806945000, delta=1609000 ns, racy<=22500 ns 17:32:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.808958000, lastModified=2023-04-30 17:32:24.807945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.808958000, lastModified=2023-04-30 17:32:24.807945000, delta=1013000 ns, racy<=22500 ns 17:32:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.809367000, lastModified=2023-04-30 17:32:24.807945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.809367000, lastModified=2023-04-30 17:32:24.807945000, delta=1422000 ns, racy<=22500 ns 17:32:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.809741000, lastModified=2023-04-30 17:32:24.807945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.807945000 to 2023-04-30 17:32:24.808945000 17:32:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.810242000, lastModified=2023-04-30 17:32:24.808945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.810242000, lastModified=2023-04-30 17:32:24.808945000, delta=1297000 ns, racy<=22500 ns 17:32:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.810612000, lastModified=2023-04-30 17:32:24.808945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.810612000, lastModified=2023-04-30 17:32:24.808945000, delta=1667000 ns, racy<=22500 ns 17:32:24.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.811017000, lastModified=2023-04-30 17:32:24.809945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.811017000, lastModified=2023-04-30 17:32:24.809945000, delta=1072000 ns, racy<=22500 ns 17:32:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.811426000, lastModified=2023-04-30 17:32:24.809945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.811426000, lastModified=2023-04-30 17:32:24.809945000, delta=1481000 ns, racy<=22500 ns 17:32:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.811833000, lastModified=2023-04-30 17:32:24.809945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.809945000 to 2023-04-30 17:32:24.810945000 17:32:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.812225000, lastModified=2023-04-30 17:32:24.810945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.812225000, lastModified=2023-04-30 17:32:24.810945000, delta=1280000 ns, racy<=22500 ns 17:32:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.812595000, lastModified=2023-04-30 17:32:24.810945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.812595000, lastModified=2023-04-30 17:32:24.810945000, delta=1650000 ns, racy<=22500 ns 17:32:24.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.812994000, lastModified=2023-04-30 17:32:24.811945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.812994000, lastModified=2023-04-30 17:32:24.811945000, delta=1049000 ns, racy<=22500 ns 17:32:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.813396000, lastModified=2023-04-30 17:32:24.811945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.813396000, lastModified=2023-04-30 17:32:24.811945000, delta=1451000 ns, racy<=22500 ns 17:32:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.814120000, lastModified=2023-04-30 17:32:24.812945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.814120000, lastModified=2023-04-30 17:32:24.812945000, delta=1175000 ns, racy<=22500 ns 17:32:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.814512000, lastModified=2023-04-30 17:32:24.812945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.814512000, lastModified=2023-04-30 17:32:24.812945000, delta=1567000 ns, racy<=22500 ns 17:32:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.814918000, lastModified=2023-04-30 17:32:24.813945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.814918000, lastModified=2023-04-30 17:32:24.813945000, delta=973000 ns, racy<=22500 ns 17:32:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.815325000, lastModified=2023-04-30 17:32:24.813945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.815325000, lastModified=2023-04-30 17:32:24.813945000, delta=1380000 ns, racy<=22500 ns 17:32:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.815757000, lastModified=2023-04-30 17:32:24.813945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.813945000 to 2023-04-30 17:32:24.814945000 17:32:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.816118000, lastModified=2023-04-30 17:32:24.814945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.816118000, lastModified=2023-04-30 17:32:24.814945000, delta=1173000 ns, racy<=22500 ns 17:32:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.816497000, lastModified=2023-04-30 17:32:24.814945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.816497000, lastModified=2023-04-30 17:32:24.814945000, delta=1552000 ns, racy<=22500 ns 17:32:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.816885000, lastModified=2023-04-30 17:32:24.815945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.816885000, lastModified=2023-04-30 17:32:24.815945000, delta=940000 ns, racy<=22500 ns 17:32:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.817269000, lastModified=2023-04-30 17:32:24.815945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.817269000, lastModified=2023-04-30 17:32:24.815945000, delta=1324000 ns, racy<=22500 ns 17:32:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.817639000, lastModified=2023-04-30 17:32:24.815945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.815945000 to 2023-04-30 17:32:24.816945000 17:32:24.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.869642000, lastModified=2023-04-30 17:32:24.867945000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.867945000 to 2023-04-30 17:32:24.868944000 17:32:24.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.870114000, lastModified=2023-04-30 17:32:24.868944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.870114000, lastModified=2023-04-30 17:32:24.868944000, delta=1170000 ns, racy<=22500 ns 17:32:24.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.870566000, lastModified=2023-04-30 17:32:24.868944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.870566000, lastModified=2023-04-30 17:32:24.868944000, delta=1622000 ns, racy<=22500 ns 17:32:24.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.871027000, lastModified=2023-04-30 17:32:24.869944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.871027000, lastModified=2023-04-30 17:32:24.869944000, delta=1083000 ns, racy<=22500 ns 17:32:24.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.871466000, lastModified=2023-04-30 17:32:24.869944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.871466000, lastModified=2023-04-30 17:32:24.869944000, delta=1522000 ns, racy<=22500 ns 17:32:24.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.871883000, lastModified=2023-04-30 17:32:24.870944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.871883000, lastModified=2023-04-30 17:32:24.870944000, delta=939000 ns, racy<=22500 ns 17:32:24.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.872283000, lastModified=2023-04-30 17:32:24.870944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.872283000, lastModified=2023-04-30 17:32:24.870944000, delta=1339000 ns, racy<=22500 ns 17:32:24.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.872684000, lastModified=2023-04-30 17:32:24.870944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.870944000 to 2023-04-30 17:32:24.871944000 17:32:24.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.873055000, lastModified=2023-04-30 17:32:24.871944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.873055000, lastModified=2023-04-30 17:32:24.871944000, delta=1111000 ns, racy<=22500 ns 17:32:24.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.873471000, lastModified=2023-04-30 17:32:24.871944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.873471000, lastModified=2023-04-30 17:32:24.871944000, delta=1527000 ns, racy<=22500 ns 17:32:24.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.874129000, lastModified=2023-04-30 17:32:24.872944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.874129000, lastModified=2023-04-30 17:32:24.872944000, delta=1185000 ns, racy<=22500 ns 17:32:24.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.874549000, lastModified=2023-04-30 17:32:24.872944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.874549000, lastModified=2023-04-30 17:32:24.872944000, delta=1605000 ns, racy<=22500 ns 17:32:24.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.874958000, lastModified=2023-04-30 17:32:24.873944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.874958000, lastModified=2023-04-30 17:32:24.873944000, delta=1014000 ns, racy<=22500 ns 17:32:24.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.875369000, lastModified=2023-04-30 17:32:24.873944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.875369000, lastModified=2023-04-30 17:32:24.873944000, delta=1425000 ns, racy<=22500 ns 17:32:24.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.875753000, lastModified=2023-04-30 17:32:24.873944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.873944000 to 2023-04-30 17:32:24.874944000 17:32:24.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.876165000, lastModified=2023-04-30 17:32:24.874944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.876165000, lastModified=2023-04-30 17:32:24.874944000, delta=1221000 ns, racy<=22500 ns 17:32:24.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.876542000, lastModified=2023-04-30 17:32:24.874944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.876542000, lastModified=2023-04-30 17:32:24.874944000, delta=1598000 ns, racy<=22500 ns 17:32:24.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.876962000, lastModified=2023-04-30 17:32:24.875944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.876962000, lastModified=2023-04-30 17:32:24.875944000, delta=1018000 ns, racy<=22500 ns 17:32:24.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.877389000, lastModified=2023-04-30 17:32:24.875944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.877389000, lastModified=2023-04-30 17:32:24.875944000, delta=1445000 ns, racy<=22500 ns 17:32:24.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.877798000, lastModified=2023-04-30 17:32:24.875944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.875944000 to 2023-04-30 17:32:24.876944000 17:32:24.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.878183000, lastModified=2023-04-30 17:32:24.876944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.878183000, lastModified=2023-04-30 17:32:24.876944000, delta=1239000 ns, racy<=22500 ns 17:32:24.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.878608000, lastModified=2023-04-30 17:32:24.876944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.878608000, lastModified=2023-04-30 17:32:24.876944000, delta=1664000 ns, racy<=22500 ns 17:32:24.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.879050000, lastModified=2023-04-30 17:32:24.877944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.879050000, lastModified=2023-04-30 17:32:24.877944000, delta=1106000 ns, racy<=22500 ns 17:32:24.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.879479000, lastModified=2023-04-30 17:32:24.877944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.879479000, lastModified=2023-04-30 17:32:24.877944000, delta=1535000 ns, racy<=22500 ns 17:32:24.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.879887000, lastModified=2023-04-30 17:32:24.878944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.879887000, lastModified=2023-04-30 17:32:24.878944000, delta=943000 ns, racy<=22500 ns 17:32:24.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.880300000, lastModified=2023-04-30 17:32:24.878944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.880300000, lastModified=2023-04-30 17:32:24.878944000, delta=1356000 ns, racy<=22500 ns 17:32:24.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.880717000, lastModified=2023-04-30 17:32:24.878944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.878944000 to 2023-04-30 17:32:24.879944000 17:32:24.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.881159000, lastModified=2023-04-30 17:32:24.879944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.881159000, lastModified=2023-04-30 17:32:24.879944000, delta=1215000 ns, racy<=22500 ns 17:32:24.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.881606000, lastModified=2023-04-30 17:32:24.879944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.879944000 to 2023-04-30 17:32:24.880944000 17:32:24.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.882036000, lastModified=2023-04-30 17:32:24.880944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.882036000, lastModified=2023-04-30 17:32:24.880944000, delta=1092000 ns, racy<=22500 ns 17:32:24.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.882459000, lastModified=2023-04-30 17:32:24.880944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.882459000, lastModified=2023-04-30 17:32:24.880944000, delta=1515000 ns, racy<=22500 ns 17:32:24.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.883091000, lastModified=2023-04-30 17:32:24.881944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.883091000, lastModified=2023-04-30 17:32:24.881944000, delta=1147000 ns, racy<=22500 ns 17:32:24.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.883496000, lastModified=2023-04-30 17:32:24.881944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.883496000, lastModified=2023-04-30 17:32:24.881944000, delta=1552000 ns, racy<=22500 ns 17:32:24.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.883917000, lastModified=2023-04-30 17:32:24.882944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.883917000, lastModified=2023-04-30 17:32:24.882944000, delta=973000 ns, racy<=22500 ns 17:32:24.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.884310000, lastModified=2023-04-30 17:32:24.882944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.884310000, lastModified=2023-04-30 17:32:24.882944000, delta=1366000 ns, racy<=22500 ns 17:32:24.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.884692000, lastModified=2023-04-30 17:32:24.882944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.882944000 to 2023-04-30 17:32:24.883944000 17:32:24.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.885063000, lastModified=2023-04-30 17:32:24.883944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.885063000, lastModified=2023-04-30 17:32:24.883944000, delta=1119000 ns, racy<=22500 ns 17:32:24.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.885472000, lastModified=2023-04-30 17:32:24.883944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.885472000, lastModified=2023-04-30 17:32:24.883944000, delta=1528000 ns, racy<=22500 ns 17:32:24.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.885873000, lastModified=2023-04-30 17:32:24.884944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.885873000, lastModified=2023-04-30 17:32:24.884944000, delta=929000 ns, racy<=22500 ns 17:32:24.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.886308000, lastModified=2023-04-30 17:32:24.884944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.886308000, lastModified=2023-04-30 17:32:24.884944000, delta=1364000 ns, racy<=22500 ns 17:32:24.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.886685000, lastModified=2023-04-30 17:32:24.884944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.884944000 to 2023-04-30 17:32:24.885944000 17:32:24.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.887058000, lastModified=2023-04-30 17:32:24.885944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.887058000, lastModified=2023-04-30 17:32:24.885944000, delta=1114000 ns, racy<=22500 ns 17:32:24.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.887459000, lastModified=2023-04-30 17:32:24.885944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.887459000, lastModified=2023-04-30 17:32:24.885944000, delta=1515000 ns, racy<=22500 ns 17:32:24.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.887861000, lastModified=2023-04-30 17:32:24.886944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.887861000, lastModified=2023-04-30 17:32:24.886944000, delta=917000 ns, racy<=22500 ns 17:32:24.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.888259000, lastModified=2023-04-30 17:32:24.886944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.888259000, lastModified=2023-04-30 17:32:24.886944000, delta=1315000 ns, racy<=22500 ns 17:32:24.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.888678000, lastModified=2023-04-30 17:32:24.886944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.886944000 to 2023-04-30 17:32:24.887944000 17:32:24.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.889110000, lastModified=2023-04-30 17:32:24.887944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.889110000, lastModified=2023-04-30 17:32:24.887944000, delta=1166000 ns, racy<=22500 ns 17:32:24.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.889544000, lastModified=2023-04-30 17:32:24.887944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.889544000, lastModified=2023-04-30 17:32:24.887944000, delta=1600000 ns, racy<=22500 ns 17:32:24.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.889994000, lastModified=2023-04-30 17:32:24.888944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.889994000, lastModified=2023-04-30 17:32:24.888944000, delta=1050000 ns, racy<=22500 ns 17:32:24.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.890410000, lastModified=2023-04-30 17:32:24.888944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.890410000, lastModified=2023-04-30 17:32:24.888944000, delta=1466000 ns, racy<=22500 ns 17:32:24.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.890824000, lastModified=2023-04-30 17:32:24.888944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.888944000 to 2023-04-30 17:32:24.889944000 17:32:24.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.891545000, lastModified=2023-04-30 17:32:24.889944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.891545000, lastModified=2023-04-30 17:32:24.889944000, delta=1601000 ns, racy<=22500 ns 17:32:24.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.891983000, lastModified=2023-04-30 17:32:24.890944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.891983000, lastModified=2023-04-30 17:32:24.890944000, delta=1039000 ns, racy<=22500 ns 17:32:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.892390000, lastModified=2023-04-30 17:32:24.890944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.892390000, lastModified=2023-04-30 17:32:24.890944000, delta=1446000 ns, racy<=22500 ns 17:32:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.892756000, lastModified=2023-04-30 17:32:24.890944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.890944000 to 2023-04-30 17:32:24.891944000 17:32:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.893405000, lastModified=2023-04-30 17:32:24.891944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.893405000, lastModified=2023-04-30 17:32:24.891944000, delta=1461000 ns, racy<=22500 ns 17:32:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.893911000, lastModified=2023-04-30 17:32:24.892944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.893911000, lastModified=2023-04-30 17:32:24.892944000, delta=967000 ns, racy<=22500 ns 17:32:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.894489000, lastModified=2023-04-30 17:32:24.892944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.894489000, lastModified=2023-04-30 17:32:24.892944000, delta=1545000 ns, racy<=22500 ns 17:32:24.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.895001000, lastModified=2023-04-30 17:32:24.893944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.895001000, lastModified=2023-04-30 17:32:24.893944000, delta=1057000 ns, racy<=22500 ns 17:32:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.895565000, lastModified=2023-04-30 17:32:24.893944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.895565000, lastModified=2023-04-30 17:32:24.893944000, delta=1621000 ns, racy<=22500 ns 17:32:24.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.896113000, lastModified=2023-04-30 17:32:24.894944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.896113000, lastModified=2023-04-30 17:32:24.894944000, delta=1169000 ns, racy<=22500 ns 17:32:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.896605000, lastModified=2023-04-30 17:32:24.894944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.896605000, lastModified=2023-04-30 17:32:24.894944000, delta=1661000 ns, racy<=22500 ns 17:32:24.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.897111000, lastModified=2023-04-30 17:32:24.895944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.897111000, lastModified=2023-04-30 17:32:24.895944000, delta=1167000 ns, racy<=22500 ns 17:32:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.897669000, lastModified=2023-04-30 17:32:24.895944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.895944000 to 2023-04-30 17:32:24.896944000 17:32:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.898150000, lastModified=2023-04-30 17:32:24.896944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.898150000, lastModified=2023-04-30 17:32:24.896944000, delta=1206000 ns, racy<=22500 ns 17:32:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.898656000, lastModified=2023-04-30 17:32:24.896944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.896944000 to 2023-04-30 17:32:24.897944000 17:32:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.899197000, lastModified=2023-04-30 17:32:24.897944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.899197000, lastModified=2023-04-30 17:32:24.897944000, delta=1253000 ns, racy<=22500 ns 17:32:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.899702000, lastModified=2023-04-30 17:32:24.897944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.897944000 to 2023-04-30 17:32:24.898944000 17:32:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.900251000, lastModified=2023-04-30 17:32:24.898944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.900251000, lastModified=2023-04-30 17:32:24.898944000, delta=1307000 ns, racy<=22500 ns 17:32:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.900699000, lastModified=2023-04-30 17:32:24.898944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.898944000 to 2023-04-30 17:32:24.899944000 17:32:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.901252000, lastModified=2023-04-30 17:32:24.899944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.901252000, lastModified=2023-04-30 17:32:24.899944000, delta=1308000 ns, racy<=22500 ns 17:32:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.901747000, lastModified=2023-04-30 17:32:24.899944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.899944000 to 2023-04-30 17:32:24.900944000 17:32:24.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.902635000, lastModified=2023-04-30 17:32:24.900944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.900944000 to 2023-04-30 17:32:24.901944000 17:32:24.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.903201000, lastModified=2023-04-30 17:32:24.901944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.903201000, lastModified=2023-04-30 17:32:24.901944000, delta=1257000 ns, racy<=22500 ns 17:32:24.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.903717000, lastModified=2023-04-30 17:32:24.901944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.901944000 to 2023-04-30 17:32:24.902944000 17:32:24.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.904188000, lastModified=2023-04-30 17:32:24.902944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.904188000, lastModified=2023-04-30 17:32:24.902944000, delta=1244000 ns, racy<=22500 ns 17:32:24.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.904718000, lastModified=2023-04-30 17:32:24.902944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.902944000 to 2023-04-30 17:32:24.903944000 17:32:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.905207000, lastModified=2023-04-30 17:32:24.903944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.905207000, lastModified=2023-04-30 17:32:24.903944000, delta=1263000 ns, racy<=22500 ns 17:32:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.905720000, lastModified=2023-04-30 17:32:24.903944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.903944000 to 2023-04-30 17:32:24.904944000 17:32:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.906214000, lastModified=2023-04-30 17:32:24.904944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.906214000, lastModified=2023-04-30 17:32:24.904944000, delta=1270000 ns, racy<=22500 ns 17:32:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.906642000, lastModified=2023-04-30 17:32:24.904944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.904944000 to 2023-04-30 17:32:24.905944000 17:32:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.907180000, lastModified=2023-04-30 17:32:24.905944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.907180000, lastModified=2023-04-30 17:32:24.905944000, delta=1236000 ns, racy<=22500 ns 17:32:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.907655000, lastModified=2023-04-30 17:32:24.905944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.905944000 to 2023-04-30 17:32:24.906944000 17:32:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.908257000, lastModified=2023-04-30 17:32:24.906944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.908257000, lastModified=2023-04-30 17:32:24.906944000, delta=1313000 ns, racy<=22500 ns 17:32:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.908836000, lastModified=2023-04-30 17:32:24.906944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.906944000 to 2023-04-30 17:32:24.907944000 17:32:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.909267000, lastModified=2023-04-30 17:32:24.907944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.909267000, lastModified=2023-04-30 17:32:24.907944000, delta=1323000 ns, racy<=22500 ns 17:32:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.909767000, lastModified=2023-04-30 17:32:24.907944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.907944000 to 2023-04-30 17:32:24.908944000 17:32:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.910245000, lastModified=2023-04-30 17:32:24.908944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.910245000, lastModified=2023-04-30 17:32:24.908944000, delta=1301000 ns, racy<=22500 ns 17:32:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.910676000, lastModified=2023-04-30 17:32:24.908944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.908944000 to 2023-04-30 17:32:24.909944000 17:32:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.911258000, lastModified=2023-04-30 17:32:24.909944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.911258000, lastModified=2023-04-30 17:32:24.909944000, delta=1314000 ns, racy<=22500 ns 17:32:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.911843000, lastModified=2023-04-30 17:32:24.909944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.909944000 to 2023-04-30 17:32:24.910944000 17:32:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.912291000, lastModified=2023-04-30 17:32:24.910944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.912291000, lastModified=2023-04-30 17:32:24.910944000, delta=1347000 ns, racy<=22500 ns 17:32:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.913032000, lastModified=2023-04-30 17:32:24.910944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.910944000 to 2023-04-30 17:32:24.911944000 17:32:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.913568000, lastModified=2023-04-30 17:32:24.911944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.913568000, lastModified=2023-04-30 17:32:24.911944000, delta=1624000 ns, racy<=22500 ns 17:32:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.914096000, lastModified=2023-04-30 17:32:24.912944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.914096000, lastModified=2023-04-30 17:32:24.912944000, delta=1152000 ns, racy<=22500 ns 17:32:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.914631000, lastModified=2023-04-30 17:32:24.912944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.912944000 to 2023-04-30 17:32:24.913944000 17:32:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.915141000, lastModified=2023-04-30 17:32:24.913944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.915141000, lastModified=2023-04-30 17:32:24.913944000, delta=1197000 ns, racy<=22500 ns 17:32:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.915672000, lastModified=2023-04-30 17:32:24.913944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.913944000 to 2023-04-30 17:32:24.914944000 17:32:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.916137000, lastModified=2023-04-30 17:32:24.914944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.916137000, lastModified=2023-04-30 17:32:24.914944000, delta=1193000 ns, racy<=22500 ns 17:32:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.916590000, lastModified=2023-04-30 17:32:24.914944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.916590000, lastModified=2023-04-30 17:32:24.914944000, delta=1646000 ns, racy<=22500 ns 17:32:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.917068000, lastModified=2023-04-30 17:32:24.915944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.917068000, lastModified=2023-04-30 17:32:24.915944000, delta=1124000 ns, racy<=22500 ns 17:32:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.917538000, lastModified=2023-04-30 17:32:24.915944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.917538000, lastModified=2023-04-30 17:32:24.915944000, delta=1594000 ns, racy<=22500 ns 17:32:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.918032000, lastModified=2023-04-30 17:32:24.916944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.918032000, lastModified=2023-04-30 17:32:24.916944000, delta=1088000 ns, racy<=22500 ns 17:32:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.918512000, lastModified=2023-04-30 17:32:24.916944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.918512000, lastModified=2023-04-30 17:32:24.916944000, delta=1568000 ns, racy<=22500 ns 17:32:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.919019000, lastModified=2023-04-30 17:32:24.917944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.919019000, lastModified=2023-04-30 17:32:24.917944000, delta=1075000 ns, racy<=22500 ns 17:32:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.919590000, lastModified=2023-04-30 17:32:24.917944000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.919590000, lastModified=2023-04-30 17:32:24.917944000, delta=1646000 ns, racy<=22500 ns 17:32:24.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.969811000, lastModified=2023-04-30 17:32:24.967943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.967943000 to 2023-04-30 17:32:24.969943000 17:32:24.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.971822000, lastModified=2023-04-30 17:32:24.969943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.969943000 to 2023-04-30 17:32:24.970943000 17:32:24.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.972587000, lastModified=2023-04-30 17:32:24.970943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.972587000, lastModified=2023-04-30 17:32:24.970943000, delta=1644000 ns, racy<=22500 ns 17:32:24.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.973128000, lastModified=2023-04-30 17:32:24.971943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.973128000, lastModified=2023-04-30 17:32:24.971943000, delta=1185000 ns, racy<=22500 ns 17:32:24.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.973714000, lastModified=2023-04-30 17:32:24.971943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.971943000 to 2023-04-30 17:32:24.972943000 17:32:24.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.974264000, lastModified=2023-04-30 17:32:24.972943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.974264000, lastModified=2023-04-30 17:32:24.972943000, delta=1321000 ns, racy<=22500 ns 17:32:24.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.974796000, lastModified=2023-04-30 17:32:24.972943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.972943000 to 2023-04-30 17:32:24.973943000 17:32:24.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.975668000, lastModified=2023-04-30 17:32:24.973943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.973943000 to 2023-04-30 17:32:24.974943000 17:32:24.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.976106000, lastModified=2023-04-30 17:32:24.974943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.976106000, lastModified=2023-04-30 17:32:24.974943000, delta=1163000 ns, racy<=22500 ns 17:32:24.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.976618000, lastModified=2023-04-30 17:32:24.974943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.976618000, lastModified=2023-04-30 17:32:24.974943000, delta=1675000 ns, racy<=22500 ns 17:32:24.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.977104000, lastModified=2023-04-30 17:32:24.975943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.977104000, lastModified=2023-04-30 17:32:24.975943000, delta=1161000 ns, racy<=22500 ns 17:32:24.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.977670000, lastModified=2023-04-30 17:32:24.975943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.975943000 to 2023-04-30 17:32:24.976943000 17:32:24.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.978094000, lastModified=2023-04-30 17:32:24.976943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.978094000, lastModified=2023-04-30 17:32:24.976943000, delta=1151000 ns, racy<=22500 ns 17:32:24.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.978578000, lastModified=2023-04-30 17:32:24.976943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.978578000, lastModified=2023-04-30 17:32:24.976943000, delta=1635000 ns, racy<=22500 ns 17:32:24.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.979076000, lastModified=2023-04-30 17:32:24.977943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.979076000, lastModified=2023-04-30 17:32:24.977943000, delta=1133000 ns, racy<=22500 ns 17:32:24.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.979546000, lastModified=2023-04-30 17:32:24.977943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.979546000, lastModified=2023-04-30 17:32:24.977943000, delta=1603000 ns, racy<=22500 ns 17:32:24.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.980043000, lastModified=2023-04-30 17:32:24.978943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.980043000, lastModified=2023-04-30 17:32:24.978943000, delta=1100000 ns, racy<=22500 ns 17:32:24.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.980562000, lastModified=2023-04-30 17:32:24.978943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.980562000, lastModified=2023-04-30 17:32:24.978943000, delta=1619000 ns, racy<=22500 ns 17:32:24.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.981044000, lastModified=2023-04-30 17:32:24.979943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.981044000, lastModified=2023-04-30 17:32:24.979943000, delta=1101000 ns, racy<=22500 ns 17:32:24.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.981550000, lastModified=2023-04-30 17:32:24.979943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.981550000, lastModified=2023-04-30 17:32:24.979943000, delta=1607000 ns, racy<=22500 ns 17:32:24.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.982056000, lastModified=2023-04-30 17:32:24.980943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.982056000, lastModified=2023-04-30 17:32:24.980943000, delta=1113000 ns, racy<=22500 ns 17:32:24.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.982627000, lastModified=2023-04-30 17:32:24.980943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.980943000 to 2023-04-30 17:32:24.981943000 17:32:24.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.983072000, lastModified=2023-04-30 17:32:24.981943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.983072000, lastModified=2023-04-30 17:32:24.981943000, delta=1129000 ns, racy<=22500 ns 17:32:24.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.983642000, lastModified=2023-04-30 17:32:24.981943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.981943000 to 2023-04-30 17:32:24.982943000 17:32:24.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.984127000, lastModified=2023-04-30 17:32:24.982943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.984127000, lastModified=2023-04-30 17:32:24.982943000, delta=1184000 ns, racy<=22500 ns 17:32:24.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.984612000, lastModified=2023-04-30 17:32:24.982943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.984612000, lastModified=2023-04-30 17:32:24.982943000, delta=1669000 ns, racy<=22500 ns 17:32:24.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.985081000, lastModified=2023-04-30 17:32:24.983943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.985081000, lastModified=2023-04-30 17:32:24.983943000, delta=1138000 ns, racy<=22500 ns 17:32:24.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.985880000, lastModified=2023-04-30 17:32:24.983943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.983943000 to 2023-04-30 17:32:24.984943000 17:32:24.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.986380000, lastModified=2023-04-30 17:32:24.984943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.986380000, lastModified=2023-04-30 17:32:24.984943000, delta=1437000 ns, racy<=22500 ns 17:32:24.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.986846000, lastModified=2023-04-30 17:32:24.984943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.984943000 to 2023-04-30 17:32:24.985943000 17:32:24.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.987302000, lastModified=2023-04-30 17:32:24.985943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.987302000, lastModified=2023-04-30 17:32:24.985943000, delta=1359000 ns, racy<=22500 ns 17:32:24.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.987796000, lastModified=2023-04-30 17:32:24.985943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.985943000 to 2023-04-30 17:32:24.986943000 17:32:24.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.988311000, lastModified=2023-04-30 17:32:24.986943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.988311000, lastModified=2023-04-30 17:32:24.986943000, delta=1368000 ns, racy<=22500 ns 17:32:24.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.988750000, lastModified=2023-04-30 17:32:24.986943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.986943000 to 2023-04-30 17:32:24.987943000 17:32:24.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.989297000, lastModified=2023-04-30 17:32:24.987943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.989297000, lastModified=2023-04-30 17:32:24.987943000, delta=1354000 ns, racy<=22500 ns 17:32:24.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.989768000, lastModified=2023-04-30 17:32:24.987943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.987943000 to 2023-04-30 17:32:24.988943000 17:32:24.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.990250000, lastModified=2023-04-30 17:32:24.988943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.990250000, lastModified=2023-04-30 17:32:24.988943000, delta=1307000 ns, racy<=22500 ns 17:32:24.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.990745000, lastModified=2023-04-30 17:32:24.988943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.988943000 to 2023-04-30 17:32:24.989943000 17:32:24.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.991244000, lastModified=2023-04-30 17:32:24.989943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.991244000, lastModified=2023-04-30 17:32:24.989943000, delta=1301000 ns, racy<=22500 ns 17:32:24.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.991727000, lastModified=2023-04-30 17:32:24.989943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.989943000 to 2023-04-30 17:32:24.990943000 17:32:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.992246000, lastModified=2023-04-30 17:32:24.990943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.992246000, lastModified=2023-04-30 17:32:24.990943000, delta=1303000 ns, racy<=22500 ns 17:32:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.992800000, lastModified=2023-04-30 17:32:24.990943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.990943000 to 2023-04-30 17:32:24.991943000 17:32:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.993264000, lastModified=2023-04-30 17:32:24.991943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.993264000, lastModified=2023-04-30 17:32:24.991943000, delta=1321000 ns, racy<=22500 ns 17:32:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.993722000, lastModified=2023-04-30 17:32:24.991943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.991943000 to 2023-04-30 17:32:24.992943000 17:32:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.994225000, lastModified=2023-04-30 17:32:24.992943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.994225000, lastModified=2023-04-30 17:32:24.992943000, delta=1282000 ns, racy<=22500 ns 17:32:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.994658000, lastModified=2023-04-30 17:32:24.992943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.992943000 to 2023-04-30 17:32:24.993943000 17:32:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.995102000, lastModified=2023-04-30 17:32:24.993943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.995102000, lastModified=2023-04-30 17:32:24.993943000, delta=1159000 ns, racy<=22500 ns 17:32:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.995597000, lastModified=2023-04-30 17:32:24.993943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.993943000 to 2023-04-30 17:32:24.994943000 17:32:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.996420000, lastModified=2023-04-30 17:32:24.994943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.996420000, lastModified=2023-04-30 17:32:24.994943000, delta=1477000 ns, racy<=22500 ns 17:32:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.996902000, lastModified=2023-04-30 17:32:24.995943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.996902000, lastModified=2023-04-30 17:32:24.995943000, delta=959000 ns, racy<=22500 ns 17:32:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.997363000, lastModified=2023-04-30 17:32:24.995943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.997363000, lastModified=2023-04-30 17:32:24.995943000, delta=1420000 ns, racy<=22500 ns 17:32:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.997892000, lastModified=2023-04-30 17:32:24.996943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.997892000, lastModified=2023-04-30 17:32:24.996943000, delta=949000 ns, racy<=22500 ns 17:32:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.998486000, lastModified=2023-04-30 17:32:24.996943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.998486000, lastModified=2023-04-30 17:32:24.996943000, delta=1543000 ns, racy<=22500 ns 17:32:24.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.999010000, lastModified=2023-04-30 17:32:24.997943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.999010000, lastModified=2023-04-30 17:32:24.997943000, delta=1067000 ns, racy<=22500 ns 17:32:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:24.999570000, lastModified=2023-04-30 17:32:24.997943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:24.999570000, lastModified=2023-04-30 17:32:24.997943000, delta=1627000 ns, racy<=22500 ns 17:32:24.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.000114000, lastModified=2023-04-30 17:32:24.998943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.000114000, lastModified=2023-04-30 17:32:24.998943000, delta=1171000 ns, racy<=22500 ns 17:32:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.000682000, lastModified=2023-04-30 17:32:24.998943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.998943000 to 2023-04-30 17:32:24.999943000 17:32:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.001119000, lastModified=2023-04-30 17:32:24.999943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.001119000, lastModified=2023-04-30 17:32:24.999943000, delta=1176000 ns, racy<=22500 ns 17:32:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.001583000, lastModified=2023-04-30 17:32:24.999943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:24.999943000 to 2023-04-30 17:32:25.000943000 17:32:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.002100000, lastModified=2023-04-30 17:32:25.000943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.002100000, lastModified=2023-04-30 17:32:25.000943000, delta=1157000 ns, racy<=22500 ns 17:32:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.002686000, lastModified=2023-04-30 17:32:25.000943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.000943000 to 2023-04-30 17:32:25.001943000 17:32:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.003153000, lastModified=2023-04-30 17:32:25.001943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.003153000, lastModified=2023-04-30 17:32:25.001943000, delta=1210000 ns, racy<=22500 ns 17:32:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.003606000, lastModified=2023-04-30 17:32:25.001943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.001943000 to 2023-04-30 17:32:25.002943000 17:32:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.004120000, lastModified=2023-04-30 17:32:25.002943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.004120000, lastModified=2023-04-30 17:32:25.002943000, delta=1177000 ns, racy<=22500 ns 17:32:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.004588000, lastModified=2023-04-30 17:32:25.002943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.004588000, lastModified=2023-04-30 17:32:25.002943000, delta=1645000 ns, racy<=22500 ns 17:32:25.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.005077000, lastModified=2023-04-30 17:32:25.003943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.005077000, lastModified=2023-04-30 17:32:25.003943000, delta=1134000 ns, racy<=22500 ns 17:32:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.005649000, lastModified=2023-04-30 17:32:25.003943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.003943000 to 2023-04-30 17:32:25.004943000 17:32:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.006105000, lastModified=2023-04-30 17:32:25.004943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.006105000, lastModified=2023-04-30 17:32:25.004943000, delta=1162000 ns, racy<=22500 ns 17:32:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.006933000, lastModified=2023-04-30 17:32:25.004943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.004943000 to 2023-04-30 17:32:25.005943000 17:32:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.007483000, lastModified=2023-04-30 17:32:25.005943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.007483000, lastModified=2023-04-30 17:32:25.005943000, delta=1540000 ns, racy<=22500 ns 17:32:25.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.008033000, lastModified=2023-04-30 17:32:25.006943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.008033000, lastModified=2023-04-30 17:32:25.006943000, delta=1090000 ns, racy<=22500 ns 17:32:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.008536000, lastModified=2023-04-30 17:32:25.006943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.008536000, lastModified=2023-04-30 17:32:25.006943000, delta=1593000 ns, racy<=22500 ns 17:32:25.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.009036000, lastModified=2023-04-30 17:32:25.007943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.009036000, lastModified=2023-04-30 17:32:25.007943000, delta=1093000 ns, racy<=22500 ns 17:32:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.009558000, lastModified=2023-04-30 17:32:25.007943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.009558000, lastModified=2023-04-30 17:32:25.007943000, delta=1615000 ns, racy<=22500 ns 17:32:25.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.010062000, lastModified=2023-04-30 17:32:25.008943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.010062000, lastModified=2023-04-30 17:32:25.008943000, delta=1119000 ns, racy<=22500 ns 17:32:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.010680000, lastModified=2023-04-30 17:32:25.008943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.008943000 to 2023-04-30 17:32:25.009943000 17:32:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.011219000, lastModified=2023-04-30 17:32:25.009943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.011219000, lastModified=2023-04-30 17:32:25.009943000, delta=1276000 ns, racy<=22500 ns 17:32:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.011643000, lastModified=2023-04-30 17:32:25.009943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.009943000 to 2023-04-30 17:32:25.010943000 17:32:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.012258000, lastModified=2023-04-30 17:32:25.010943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.012258000, lastModified=2023-04-30 17:32:25.010943000, delta=1315000 ns, racy<=22500 ns 17:32:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.012755000, lastModified=2023-04-30 17:32:25.010943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.010943000 to 2023-04-30 17:32:25.011943000 17:32:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.013212000, lastModified=2023-04-30 17:32:25.011943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.013212000, lastModified=2023-04-30 17:32:25.011943000, delta=1269000 ns, racy<=22500 ns 17:32:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.013683000, lastModified=2023-04-30 17:32:25.011943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.011943000 to 2023-04-30 17:32:25.012943000 17:32:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.014139000, lastModified=2023-04-30 17:32:25.012943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.014139000, lastModified=2023-04-30 17:32:25.012943000, delta=1196000 ns, racy<=22500 ns 17:32:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.014734000, lastModified=2023-04-30 17:32:25.012943000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.012943000 to 2023-04-30 17:32:25.013942000 17:32:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.015186000, lastModified=2023-04-30 17:32:25.013942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.015186000, lastModified=2023-04-30 17:32:25.013942000, delta=1244000 ns, racy<=22500 ns 17:32:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.015676000, lastModified=2023-04-30 17:32:25.013942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.013942000 to 2023-04-30 17:32:25.014942000 17:32:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.016116000, lastModified=2023-04-30 17:32:25.014942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.016116000, lastModified=2023-04-30 17:32:25.014942000, delta=1174000 ns, racy<=22500 ns 17:32:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.016591000, lastModified=2023-04-30 17:32:25.014942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.016591000, lastModified=2023-04-30 17:32:25.014942000, delta=1649000 ns, racy<=22500 ns 17:32:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.017141000, lastModified=2023-04-30 17:32:25.015942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.017141000, lastModified=2023-04-30 17:32:25.015942000, delta=1199000 ns, racy<=22500 ns 17:32:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.017978000, lastModified=2023-04-30 17:32:25.016942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.017978000, lastModified=2023-04-30 17:32:25.016942000, delta=1036000 ns, racy<=22500 ns 17:32:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.018354000, lastModified=2023-04-30 17:32:25.016942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.018354000, lastModified=2023-04-30 17:32:25.016942000, delta=1412000 ns, racy<=22500 ns 17:32:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.018690000, lastModified=2023-04-30 17:32:25.016942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.016942000 to 2023-04-30 17:32:25.067942000 17:32:25.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.069809000, lastModified=2023-04-30 17:32:25.067942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.067942000 to 2023-04-30 17:32:25.068942000 17:32:25.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.070381000, lastModified=2023-04-30 17:32:25.068942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.070381000, lastModified=2023-04-30 17:32:25.068942000, delta=1439000 ns, racy<=22500 ns 17:32:25.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.070943000, lastModified=2023-04-30 17:32:25.069942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.070943000, lastModified=2023-04-30 17:32:25.069942000, delta=1001000 ns, racy<=22500 ns 17:32:25.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.071546000, lastModified=2023-04-30 17:32:25.069942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.071546000, lastModified=2023-04-30 17:32:25.069942000, delta=1604000 ns, racy<=22500 ns 17:32:25.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.072008000, lastModified=2023-04-30 17:32:25.070942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.072008000, lastModified=2023-04-30 17:32:25.070942000, delta=1066000 ns, racy<=22500 ns 17:32:25.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.072469000, lastModified=2023-04-30 17:32:25.070942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.072469000, lastModified=2023-04-30 17:32:25.070942000, delta=1527000 ns, racy<=22500 ns 17:32:25.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.073025000, lastModified=2023-04-30 17:32:25.071942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.073025000, lastModified=2023-04-30 17:32:25.071942000, delta=1083000 ns, racy<=22500 ns 17:32:25.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.073617000, lastModified=2023-04-30 17:32:25.071942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.071942000 to 2023-04-30 17:32:25.072942000 17:32:25.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.074083000, lastModified=2023-04-30 17:32:25.072942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.074083000, lastModified=2023-04-30 17:32:25.072942000, delta=1141000 ns, racy<=22500 ns 17:32:25.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.074580000, lastModified=2023-04-30 17:32:25.072942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.074580000, lastModified=2023-04-30 17:32:25.072942000, delta=1638000 ns, racy<=22500 ns 17:32:25.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.075064000, lastModified=2023-04-30 17:32:25.073942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.075064000, lastModified=2023-04-30 17:32:25.073942000, delta=1122000 ns, racy<=22500 ns 17:32:25.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.075598000, lastModified=2023-04-30 17:32:25.073942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.075598000, lastModified=2023-04-30 17:32:25.073942000, delta=1656000 ns, racy<=22500 ns 17:32:25.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.076105000, lastModified=2023-04-30 17:32:25.074942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.076105000, lastModified=2023-04-30 17:32:25.074942000, delta=1163000 ns, racy<=22500 ns 17:32:25.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.076606000, lastModified=2023-04-30 17:32:25.074942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.074942000 to 2023-04-30 17:32:25.075942000 17:32:25.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.077161000, lastModified=2023-04-30 17:32:25.075942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.077161000, lastModified=2023-04-30 17:32:25.075942000, delta=1219000 ns, racy<=22500 ns 17:32:25.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.077675000, lastModified=2023-04-30 17:32:25.075942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.075942000 to 2023-04-30 17:32:25.076942000 17:32:25.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.078239000, lastModified=2023-04-30 17:32:25.076942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.078239000, lastModified=2023-04-30 17:32:25.076942000, delta=1297000 ns, racy<=22500 ns 17:32:25.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.079251000, lastModified=2023-04-30 17:32:25.076942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.076942000 to 2023-04-30 17:32:25.077942000 17:32:25.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.079720000, lastModified=2023-04-30 17:32:25.077942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.077942000 to 2023-04-30 17:32:25.078942000 17:32:25.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.080186000, lastModified=2023-04-30 17:32:25.078942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.080186000, lastModified=2023-04-30 17:32:25.078942000, delta=1244000 ns, racy<=22500 ns 17:32:25.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.080620000, lastModified=2023-04-30 17:32:25.078942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.078942000 to 2023-04-30 17:32:25.079942000 17:32:25.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.081116000, lastModified=2023-04-30 17:32:25.079942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.081116000, lastModified=2023-04-30 17:32:25.079942000, delta=1174000 ns, racy<=22500 ns 17:32:25.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.081711000, lastModified=2023-04-30 17:32:25.079942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.079942000 to 2023-04-30 17:32:25.080942000 17:32:25.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.082166000, lastModified=2023-04-30 17:32:25.080942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.082166000, lastModified=2023-04-30 17:32:25.080942000, delta=1224000 ns, racy<=22500 ns 17:32:25.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.082656000, lastModified=2023-04-30 17:32:25.080942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.080942000 to 2023-04-30 17:32:25.081942000 17:32:25.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.083155000, lastModified=2023-04-30 17:32:25.081942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.083155000, lastModified=2023-04-30 17:32:25.081942000, delta=1213000 ns, racy<=22500 ns 17:32:25.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.083788000, lastModified=2023-04-30 17:32:25.081942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.081942000 to 2023-04-30 17:32:25.082942000 17:32:25.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.084258000, lastModified=2023-04-30 17:32:25.082942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.084258000, lastModified=2023-04-30 17:32:25.082942000, delta=1316000 ns, racy<=22500 ns 17:32:25.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.084731000, lastModified=2023-04-30 17:32:25.082942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.082942000 to 2023-04-30 17:32:25.083942000 17:32:25.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.085216000, lastModified=2023-04-30 17:32:25.083942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.085216000, lastModified=2023-04-30 17:32:25.083942000, delta=1274000 ns, racy<=22500 ns 17:32:25.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.085716000, lastModified=2023-04-30 17:32:25.083942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.083942000 to 2023-04-30 17:32:25.084942000 17:32:25.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.086291000, lastModified=2023-04-30 17:32:25.084942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.086291000, lastModified=2023-04-30 17:32:25.084942000, delta=1349000 ns, racy<=22500 ns 17:32:25.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.086771000, lastModified=2023-04-30 17:32:25.084942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.084942000 to 2023-04-30 17:32:25.085942000 17:32:25.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.087260000, lastModified=2023-04-30 17:32:25.085942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.087260000, lastModified=2023-04-30 17:32:25.085942000, delta=1318000 ns, racy<=22500 ns 17:32:25.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.087717000, lastModified=2023-04-30 17:32:25.085942000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.085942000 to 2023-04-30 17:32:25.086941000 17:32:25.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.088274000, lastModified=2023-04-30 17:32:25.086941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.088274000, lastModified=2023-04-30 17:32:25.086941000, delta=1333000 ns, racy<=22500 ns 17:32:25.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.088845000, lastModified=2023-04-30 17:32:25.086941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.086941000 to 2023-04-30 17:32:25.087941000 17:32:25.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.089394000, lastModified=2023-04-30 17:32:25.087941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.089394000, lastModified=2023-04-30 17:32:25.087941000, delta=1453000 ns, racy<=22500 ns 17:32:25.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.090234000, lastModified=2023-04-30 17:32:25.088941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.090234000, lastModified=2023-04-30 17:32:25.088941000, delta=1293000 ns, racy<=22500 ns 17:32:25.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.090721000, lastModified=2023-04-30 17:32:25.088941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.088941000 to 2023-04-30 17:32:25.089941000 17:32:25.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.091257000, lastModified=2023-04-30 17:32:25.089941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.091257000, lastModified=2023-04-30 17:32:25.089941000, delta=1316000 ns, racy<=22500 ns 17:32:25.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.091759000, lastModified=2023-04-30 17:32:25.089941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.089941000 to 2023-04-30 17:32:25.090941000 17:32:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.092304000, lastModified=2023-04-30 17:32:25.090941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.092304000, lastModified=2023-04-30 17:32:25.090941000, delta=1363000 ns, racy<=22500 ns 17:32:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.092814000, lastModified=2023-04-30 17:32:25.090941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.090941000 to 2023-04-30 17:32:25.091941000 17:32:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.093375000, lastModified=2023-04-30 17:32:25.091941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.093375000, lastModified=2023-04-30 17:32:25.091941000, delta=1434000 ns, racy<=22500 ns 17:32:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.093954000, lastModified=2023-04-30 17:32:25.092941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.093954000, lastModified=2023-04-30 17:32:25.092941000, delta=1013000 ns, racy<=22500 ns 17:32:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.094439000, lastModified=2023-04-30 17:32:25.092941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.094439000, lastModified=2023-04-30 17:32:25.092941000, delta=1498000 ns, racy<=22500 ns 17:32:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.094930000, lastModified=2023-04-30 17:32:25.093941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.094930000, lastModified=2023-04-30 17:32:25.093941000, delta=989000 ns, racy<=22500 ns 17:32:25.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.095431000, lastModified=2023-04-30 17:32:25.093941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.095431000, lastModified=2023-04-30 17:32:25.093941000, delta=1490000 ns, racy<=22500 ns 17:32:25.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.095989000, lastModified=2023-04-30 17:32:25.094941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.095989000, lastModified=2023-04-30 17:32:25.094941000, delta=1048000 ns, racy<=22500 ns 17:32:25.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.096462000, lastModified=2023-04-30 17:32:25.094941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.096462000, lastModified=2023-04-30 17:32:25.094941000, delta=1521000 ns, racy<=22500 ns 17:32:25.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.096962000, lastModified=2023-04-30 17:32:25.095941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.096962000, lastModified=2023-04-30 17:32:25.095941000, delta=1021000 ns, racy<=22500 ns 17:32:25.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.097460000, lastModified=2023-04-30 17:32:25.095941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.097460000, lastModified=2023-04-30 17:32:25.095941000, delta=1519000 ns, racy<=22500 ns 17:32:25.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.097965000, lastModified=2023-04-30 17:32:25.096941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.097965000, lastModified=2023-04-30 17:32:25.096941000, delta=1024000 ns, racy<=22500 ns 17:32:25.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.098466000, lastModified=2023-04-30 17:32:25.096941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.098466000, lastModified=2023-04-30 17:32:25.096941000, delta=1525000 ns, racy<=22500 ns 17:32:25.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.098965000, lastModified=2023-04-30 17:32:25.097941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.098965000, lastModified=2023-04-30 17:32:25.097941000, delta=1024000 ns, racy<=22500 ns 17:32:25.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.099445000, lastModified=2023-04-30 17:32:25.097941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.099445000, lastModified=2023-04-30 17:32:25.097941000, delta=1504000 ns, racy<=22500 ns 17:32:25.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.099995000, lastModified=2023-04-30 17:32:25.098941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.099995000, lastModified=2023-04-30 17:32:25.098941000, delta=1054000 ns, racy<=22500 ns 17:32:25.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.100876000, lastModified=2023-04-30 17:32:25.098941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.098941000 to 2023-04-30 17:32:25.099941000 17:32:25.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.101341000, lastModified=2023-04-30 17:32:25.099941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.101341000, lastModified=2023-04-30 17:32:25.099941000, delta=1400000 ns, racy<=22500 ns 17:32:25.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.101858000, lastModified=2023-04-30 17:32:25.099941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.099941000 to 2023-04-30 17:32:25.100941000 17:32:25.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.102393000, lastModified=2023-04-30 17:32:25.100941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.102393000, lastModified=2023-04-30 17:32:25.100941000, delta=1452000 ns, racy<=22500 ns 17:32:25.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.102943000, lastModified=2023-04-30 17:32:25.101941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.102943000, lastModified=2023-04-30 17:32:25.101941000, delta=1002000 ns, racy<=22500 ns 17:32:25.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.103622000, lastModified=2023-04-30 17:32:25.101941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.101941000 to 2023-04-30 17:32:25.102941000 17:32:25.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.104236000, lastModified=2023-04-30 17:32:25.102941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.104236000, lastModified=2023-04-30 17:32:25.102941000, delta=1295000 ns, racy<=22500 ns 17:32:25.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.104708000, lastModified=2023-04-30 17:32:25.102941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.102941000 to 2023-04-30 17:32:25.103941000 17:32:25.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.105248000, lastModified=2023-04-30 17:32:25.103941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.105248000, lastModified=2023-04-30 17:32:25.103941000, delta=1307000 ns, racy<=22500 ns 17:32:25.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.105711000, lastModified=2023-04-30 17:32:25.103941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.103941000 to 2023-04-30 17:32:25.104941000 17:32:25.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.106262000, lastModified=2023-04-30 17:32:25.104941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.106262000, lastModified=2023-04-30 17:32:25.104941000, delta=1321000 ns, racy<=22500 ns 17:32:25.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.106739000, lastModified=2023-04-30 17:32:25.104941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.104941000 to 2023-04-30 17:32:25.105941000 17:32:25.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.107340000, lastModified=2023-04-30 17:32:25.105941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.107340000, lastModified=2023-04-30 17:32:25.105941000, delta=1399000 ns, racy<=22500 ns 17:32:25.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.107832000, lastModified=2023-04-30 17:32:25.105941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.105941000 to 2023-04-30 17:32:25.106941000 17:32:25.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.108370000, lastModified=2023-04-30 17:32:25.106941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.108370000, lastModified=2023-04-30 17:32:25.106941000, delta=1429000 ns, racy<=22500 ns 17:32:25.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.108910000, lastModified=2023-04-30 17:32:25.106941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.106941000 to 2023-04-30 17:32:25.107941000 17:32:25.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.109448000, lastModified=2023-04-30 17:32:25.107941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.109448000, lastModified=2023-04-30 17:32:25.107941000, delta=1507000 ns, racy<=22500 ns 17:32:25.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.109955000, lastModified=2023-04-30 17:32:25.108941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.109955000, lastModified=2023-04-30 17:32:25.108941000, delta=1014000 ns, racy<=22500 ns 17:32:25.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.110515000, lastModified=2023-04-30 17:32:25.108941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.110515000, lastModified=2023-04-30 17:32:25.108941000, delta=1574000 ns, racy<=22500 ns 17:32:25.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.111071000, lastModified=2023-04-30 17:32:25.109941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.111071000, lastModified=2023-04-30 17:32:25.109941000, delta=1130000 ns, racy<=22500 ns 17:32:25.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.111567000, lastModified=2023-04-30 17:32:25.109941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.111567000, lastModified=2023-04-30 17:32:25.109941000, delta=1626000 ns, racy<=22500 ns 17:32:25.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.112382000, lastModified=2023-04-30 17:32:25.110941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.112382000, lastModified=2023-04-30 17:32:25.110941000, delta=1441000 ns, racy<=22500 ns 17:32:25.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.112893000, lastModified=2023-04-30 17:32:25.111941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.112893000, lastModified=2023-04-30 17:32:25.111941000, delta=952000 ns, racy<=22500 ns 17:32:25.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.113587000, lastModified=2023-04-30 17:32:25.111941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.111941000 to 2023-04-30 17:32:25.112941000 17:32:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.114146000, lastModified=2023-04-30 17:32:25.112941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.114146000, lastModified=2023-04-30 17:32:25.112941000, delta=1205000 ns, racy<=22500 ns 17:32:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.114750000, lastModified=2023-04-30 17:32:25.112941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.112941000 to 2023-04-30 17:32:25.113941000 17:32:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.115221000, lastModified=2023-04-30 17:32:25.113941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.115221000, lastModified=2023-04-30 17:32:25.113941000, delta=1280000 ns, racy<=22500 ns 17:32:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.115664000, lastModified=2023-04-30 17:32:25.113941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.113941000 to 2023-04-30 17:32:25.114941000 17:32:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.116198000, lastModified=2023-04-30 17:32:25.114941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.116198000, lastModified=2023-04-30 17:32:25.114941000, delta=1257000 ns, racy<=22500 ns 17:32:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.116656000, lastModified=2023-04-30 17:32:25.114941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.114941000 to 2023-04-30 17:32:25.115941000 17:32:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.117194000, lastModified=2023-04-30 17:32:25.115941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.117194000, lastModified=2023-04-30 17:32:25.115941000, delta=1253000 ns, racy<=22500 ns 17:32:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.117668000, lastModified=2023-04-30 17:32:25.115941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.115941000 to 2023-04-30 17:32:25.116941000 17:32:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.118172000, lastModified=2023-04-30 17:32:25.116941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.118172000, lastModified=2023-04-30 17:32:25.116941000, delta=1231000 ns, racy<=22500 ns 17:32:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.169283000, lastModified=2023-04-30 17:32:25.116941000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.116941000 to 2023-04-30 17:32:25.167940000 17:32:25.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.169989000, lastModified=2023-04-30 17:32:25.168940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.169989000, lastModified=2023-04-30 17:32:25.168940000, delta=1049000 ns, racy<=22500 ns 17:32:25.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.170587000, lastModified=2023-04-30 17:32:25.168940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.170587000, lastModified=2023-04-30 17:32:25.168940000, delta=1647000 ns, racy<=22500 ns 17:32:25.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.171075000, lastModified=2023-04-30 17:32:25.169940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.171075000, lastModified=2023-04-30 17:32:25.169940000, delta=1135000 ns, racy<=22500 ns 17:32:25.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.171518000, lastModified=2023-04-30 17:32:25.169940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.171518000, lastModified=2023-04-30 17:32:25.169940000, delta=1578000 ns, racy<=22500 ns 17:32:25.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.171902000, lastModified=2023-04-30 17:32:25.170940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.171902000, lastModified=2023-04-30 17:32:25.170940000, delta=962000 ns, racy<=22500 ns 17:32:25.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.172317000, lastModified=2023-04-30 17:32:25.170940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.172317000, lastModified=2023-04-30 17:32:25.170940000, delta=1377000 ns, racy<=22500 ns 17:32:25.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.172660000, lastModified=2023-04-30 17:32:25.170940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.170940000 to 2023-04-30 17:32:25.171940000 17:32:25.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.173237000, lastModified=2023-04-30 17:32:25.171940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.173237000, lastModified=2023-04-30 17:32:25.171940000, delta=1297000 ns, racy<=22500 ns 17:32:25.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.173594000, lastModified=2023-04-30 17:32:25.171940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.173594000, lastModified=2023-04-30 17:32:25.171940000, delta=1654000 ns, racy<=22500 ns 17:32:25.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.173983000, lastModified=2023-04-30 17:32:25.172940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.173983000, lastModified=2023-04-30 17:32:25.172940000, delta=1043000 ns, racy<=22500 ns 17:32:25.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.174388000, lastModified=2023-04-30 17:32:25.172940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.174388000, lastModified=2023-04-30 17:32:25.172940000, delta=1448000 ns, racy<=22500 ns 17:32:25.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.174750000, lastModified=2023-04-30 17:32:25.172940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.172940000 to 2023-04-30 17:32:25.173940000 17:32:25.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.175116000, lastModified=2023-04-30 17:32:25.173940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.175116000, lastModified=2023-04-30 17:32:25.173940000, delta=1176000 ns, racy<=22500 ns 17:32:25.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.175480000, lastModified=2023-04-30 17:32:25.173940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.175480000, lastModified=2023-04-30 17:32:25.173940000, delta=1540000 ns, racy<=22500 ns 17:32:25.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.175836000, lastModified=2023-04-30 17:32:25.173940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.173940000 to 2023-04-30 17:32:25.174940000 17:32:25.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.176212000, lastModified=2023-04-30 17:32:25.174940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.176212000, lastModified=2023-04-30 17:32:25.174940000, delta=1272000 ns, racy<=22500 ns 17:32:25.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.176574000, lastModified=2023-04-30 17:32:25.174940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.176574000, lastModified=2023-04-30 17:32:25.174940000, delta=1634000 ns, racy<=22500 ns 17:32:25.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.176925000, lastModified=2023-04-30 17:32:25.175940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.176925000, lastModified=2023-04-30 17:32:25.175940000, delta=985000 ns, racy<=22500 ns 17:32:25.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.177305000, lastModified=2023-04-30 17:32:25.175940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.177305000, lastModified=2023-04-30 17:32:25.175940000, delta=1365000 ns, racy<=22500 ns 17:32:25.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.177914000, lastModified=2023-04-30 17:32:25.176940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.177914000, lastModified=2023-04-30 17:32:25.176940000, delta=974000 ns, racy<=22500 ns 17:32:25.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.178306000, lastModified=2023-04-30 17:32:25.176940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.178306000, lastModified=2023-04-30 17:32:25.176940000, delta=1366000 ns, racy<=22500 ns 17:32:25.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.178679000, lastModified=2023-04-30 17:32:25.176940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.176940000 to 2023-04-30 17:32:25.177940000 17:32:25.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.179061000, lastModified=2023-04-30 17:32:25.177940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.179061000, lastModified=2023-04-30 17:32:25.177940000, delta=1121000 ns, racy<=22500 ns 17:32:25.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.179430000, lastModified=2023-04-30 17:32:25.177940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.179430000, lastModified=2023-04-30 17:32:25.177940000, delta=1490000 ns, racy<=22500 ns 17:32:25.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.179828000, lastModified=2023-04-30 17:32:25.177940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.177940000 to 2023-04-30 17:32:25.178940000 17:32:25.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.180241000, lastModified=2023-04-30 17:32:25.178940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.180241000, lastModified=2023-04-30 17:32:25.178940000, delta=1301000 ns, racy<=22500 ns 17:32:25.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.180603000, lastModified=2023-04-30 17:32:25.178940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.180603000, lastModified=2023-04-30 17:32:25.178940000, delta=1663000 ns, racy<=22500 ns 17:32:25.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.181039000, lastModified=2023-04-30 17:32:25.179940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.181039000, lastModified=2023-04-30 17:32:25.179940000, delta=1099000 ns, racy<=22500 ns 17:32:25.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.181647000, lastModified=2023-04-30 17:32:25.179940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.181647000, lastModified=2023-04-30 17:32:25.179940000, delta=1707000 ns, racy<=22500 ns 17:32:25.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.182044000, lastModified=2023-04-30 17:32:25.180940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.182044000, lastModified=2023-04-30 17:32:25.180940000, delta=1104000 ns, racy<=22500 ns 17:32:25.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.182443000, lastModified=2023-04-30 17:32:25.180940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.182443000, lastModified=2023-04-30 17:32:25.180940000, delta=1503000 ns, racy<=22500 ns 17:32:25.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.182877000, lastModified=2023-04-30 17:32:25.181940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.182877000, lastModified=2023-04-30 17:32:25.181940000, delta=937000 ns, racy<=22500 ns 17:32:25.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.183298000, lastModified=2023-04-30 17:32:25.181940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.183298000, lastModified=2023-04-30 17:32:25.181940000, delta=1358000 ns, racy<=22500 ns 17:32:25.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.183653000, lastModified=2023-04-30 17:32:25.181940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.181940000 to 2023-04-30 17:32:25.182940000 17:32:25.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.184003000, lastModified=2023-04-30 17:32:25.182940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.184003000, lastModified=2023-04-30 17:32:25.182940000, delta=1063000 ns, racy<=22500 ns 17:32:25.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.184360000, lastModified=2023-04-30 17:32:25.182940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.184360000, lastModified=2023-04-30 17:32:25.182940000, delta=1420000 ns, racy<=22500 ns 17:32:25.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.184707000, lastModified=2023-04-30 17:32:25.182940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.182940000 to 2023-04-30 17:32:25.183940000 17:32:25.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.185044000, lastModified=2023-04-30 17:32:25.183940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.185044000, lastModified=2023-04-30 17:32:25.183940000, delta=1104000 ns, racy<=22500 ns 17:32:25.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.185419000, lastModified=2023-04-30 17:32:25.183940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.185419000, lastModified=2023-04-30 17:32:25.183940000, delta=1479000 ns, racy<=22500 ns 17:32:25.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.185777000, lastModified=2023-04-30 17:32:25.183940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.183940000 to 2023-04-30 17:32:25.184940000 17:32:25.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.186166000, lastModified=2023-04-30 17:32:25.184940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.186166000, lastModified=2023-04-30 17:32:25.184940000, delta=1226000 ns, racy<=22500 ns 17:32:25.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.186499000, lastModified=2023-04-30 17:32:25.184940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.186499000, lastModified=2023-04-30 17:32:25.184940000, delta=1559000 ns, racy<=22500 ns 17:32:25.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.186866000, lastModified=2023-04-30 17:32:25.185940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.186866000, lastModified=2023-04-30 17:32:25.185940000, delta=926000 ns, racy<=22500 ns 17:32:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.187224000, lastModified=2023-04-30 17:32:25.185940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.187224000, lastModified=2023-04-30 17:32:25.185940000, delta=1284000 ns, racy<=22500 ns 17:32:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.187573000, lastModified=2023-04-30 17:32:25.185940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.187573000, lastModified=2023-04-30 17:32:25.185940000, delta=1633000 ns, racy<=22500 ns 17:32:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.187927000, lastModified=2023-04-30 17:32:25.186940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.187927000, lastModified=2023-04-30 17:32:25.186940000, delta=987000 ns, racy<=22500 ns 17:32:25.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.188286000, lastModified=2023-04-30 17:32:25.186940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.188286000, lastModified=2023-04-30 17:32:25.186940000, delta=1346000 ns, racy<=22500 ns 17:32:25.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.188612000, lastModified=2023-04-30 17:32:25.186940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.188612000, lastModified=2023-04-30 17:32:25.186940000, delta=1672000 ns, racy<=22500 ns 17:32:25.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.189192000, lastModified=2023-04-30 17:32:25.187940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.189192000, lastModified=2023-04-30 17:32:25.187940000, delta=1252000 ns, racy<=22500 ns 17:32:25.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.189562000, lastModified=2023-04-30 17:32:25.187940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.189562000, lastModified=2023-04-30 17:32:25.187940000, delta=1622000 ns, racy<=22500 ns 17:32:25.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.189953000, lastModified=2023-04-30 17:32:25.188940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.189953000, lastModified=2023-04-30 17:32:25.188940000, delta=1013000 ns, racy<=22500 ns 17:32:25.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.190340000, lastModified=2023-04-30 17:32:25.188940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.190340000, lastModified=2023-04-30 17:32:25.188940000, delta=1400000 ns, racy<=22500 ns 17:32:25.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.190669000, lastModified=2023-04-30 17:32:25.188940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.188940000 to 2023-04-30 17:32:25.189940000 17:32:25.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.191027000, lastModified=2023-04-30 17:32:25.189940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.191027000, lastModified=2023-04-30 17:32:25.189940000, delta=1087000 ns, racy<=22500 ns 17:32:25.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.191385000, lastModified=2023-04-30 17:32:25.189940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.191385000, lastModified=2023-04-30 17:32:25.189940000, delta=1445000 ns, racy<=22500 ns 17:32:25.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.191711000, lastModified=2023-04-30 17:32:25.189940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.189940000 to 2023-04-30 17:32:25.190940000 17:32:25.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.192077000, lastModified=2023-04-30 17:32:25.190940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.192077000, lastModified=2023-04-30 17:32:25.190940000, delta=1137000 ns, racy<=22500 ns 17:32:25.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.192499000, lastModified=2023-04-30 17:32:25.190940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.192499000, lastModified=2023-04-30 17:32:25.190940000, delta=1559000 ns, racy<=22500 ns 17:32:25.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.192874000, lastModified=2023-04-30 17:32:25.191940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.192874000, lastModified=2023-04-30 17:32:25.191940000, delta=934000 ns, racy<=22500 ns 17:32:25.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.193226000, lastModified=2023-04-30 17:32:25.191940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.193226000, lastModified=2023-04-30 17:32:25.191940000, delta=1286000 ns, racy<=22500 ns 17:32:25.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.193564000, lastModified=2023-04-30 17:32:25.191940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.191940000 to 2023-04-30 17:32:25.192940000 17:32:25.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.194675000, lastModified=2023-04-30 17:32:25.192940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.192940000 to 2023-04-30 17:32:25.193940000 17:32:25.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.195016000, lastModified=2023-04-30 17:32:25.193940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.195016000, lastModified=2023-04-30 17:32:25.193940000, delta=1076000 ns, racy<=22500 ns 17:32:25.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.195388000, lastModified=2023-04-30 17:32:25.193940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.195388000, lastModified=2023-04-30 17:32:25.193940000, delta=1448000 ns, racy<=22500 ns 17:32:25.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.195725000, lastModified=2023-04-30 17:32:25.193940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.193940000 to 2023-04-30 17:32:25.194940000 17:32:25.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.196060000, lastModified=2023-04-30 17:32:25.194940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.196060000, lastModified=2023-04-30 17:32:25.194940000, delta=1120000 ns, racy<=22500 ns 17:32:25.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.196464000, lastModified=2023-04-30 17:32:25.194940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.196464000, lastModified=2023-04-30 17:32:25.194940000, delta=1524000 ns, racy<=22500 ns 17:32:25.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.196851000, lastModified=2023-04-30 17:32:25.194940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.194940000 to 2023-04-30 17:32:25.195940000 17:32:25.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.197187000, lastModified=2023-04-30 17:32:25.195940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.197187000, lastModified=2023-04-30 17:32:25.195940000, delta=1247000 ns, racy<=22500 ns 17:32:25.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.197826000, lastModified=2023-04-30 17:32:25.195940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.195940000 to 2023-04-30 17:32:25.196940000 17:32:25.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.198192000, lastModified=2023-04-30 17:32:25.196940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.198192000, lastModified=2023-04-30 17:32:25.196940000, delta=1252000 ns, racy<=22500 ns 17:32:25.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.198526000, lastModified=2023-04-30 17:32:25.196940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.198526000, lastModified=2023-04-30 17:32:25.196940000, delta=1586000 ns, racy<=22500 ns 17:32:25.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.198900000, lastModified=2023-04-30 17:32:25.197940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.198900000, lastModified=2023-04-30 17:32:25.197940000, delta=960000 ns, racy<=22500 ns 17:32:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.199277000, lastModified=2023-04-30 17:32:25.197940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.199277000, lastModified=2023-04-30 17:32:25.197940000, delta=1337000 ns, racy<=22500 ns 17:32:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.199617000, lastModified=2023-04-30 17:32:25.197940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.199617000, lastModified=2023-04-30 17:32:25.197940000, delta=1677000 ns, racy<=22500 ns 17:32:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.199981000, lastModified=2023-04-30 17:32:25.198940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.199981000, lastModified=2023-04-30 17:32:25.198940000, delta=1041000 ns, racy<=22500 ns 17:32:25.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.200325000, lastModified=2023-04-30 17:32:25.198940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.200325000, lastModified=2023-04-30 17:32:25.198940000, delta=1385000 ns, racy<=22500 ns 17:32:25.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.200665000, lastModified=2023-04-30 17:32:25.198940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.198940000 to 2023-04-30 17:32:25.199940000 17:32:25.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.200990000, lastModified=2023-04-30 17:32:25.199940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.200990000, lastModified=2023-04-30 17:32:25.199940000, delta=1050000 ns, racy<=22500 ns 17:32:25.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.201339000, lastModified=2023-04-30 17:32:25.199940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.201339000, lastModified=2023-04-30 17:32:25.199940000, delta=1399000 ns, racy<=22500 ns 17:32:25.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.201674000, lastModified=2023-04-30 17:32:25.199940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.199940000 to 2023-04-30 17:32:25.200940000 17:32:25.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.202024000, lastModified=2023-04-30 17:32:25.200940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.202024000, lastModified=2023-04-30 17:32:25.200940000, delta=1084000 ns, racy<=22500 ns 17:32:25.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.202395000, lastModified=2023-04-30 17:32:25.200940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.202395000, lastModified=2023-04-30 17:32:25.200940000, delta=1455000 ns, racy<=22500 ns 17:32:25.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.202749000, lastModified=2023-04-30 17:32:25.200940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.200940000 to 2023-04-30 17:32:25.201940000 17:32:25.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.203128000, lastModified=2023-04-30 17:32:25.201940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.203128000, lastModified=2023-04-30 17:32:25.201940000, delta=1188000 ns, racy<=22500 ns 17:32:25.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.203478000, lastModified=2023-04-30 17:32:25.201940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.203478000, lastModified=2023-04-30 17:32:25.201940000, delta=1538000 ns, racy<=22500 ns 17:32:25.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.203850000, lastModified=2023-04-30 17:32:25.201940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.201940000 to 2023-04-30 17:32:25.202940000 17:32:25.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.204191000, lastModified=2023-04-30 17:32:25.202940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.204191000, lastModified=2023-04-30 17:32:25.202940000, delta=1251000 ns, racy<=22500 ns 17:32:25.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.204571000, lastModified=2023-04-30 17:32:25.202940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.204571000, lastModified=2023-04-30 17:32:25.202940000, delta=1631000 ns, racy<=22500 ns 17:32:25.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.205150000, lastModified=2023-04-30 17:32:25.203940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.205150000, lastModified=2023-04-30 17:32:25.203940000, delta=1210000 ns, racy<=22500 ns 17:32:25.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.205513000, lastModified=2023-04-30 17:32:25.203940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.205513000, lastModified=2023-04-30 17:32:25.203940000, delta=1573000 ns, racy<=22500 ns 17:32:25.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.205884000, lastModified=2023-04-30 17:32:25.204940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.205884000, lastModified=2023-04-30 17:32:25.204940000, delta=944000 ns, racy<=22500 ns 17:32:25.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.206300000, lastModified=2023-04-30 17:32:25.204940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.206300000, lastModified=2023-04-30 17:32:25.204940000, delta=1360000 ns, racy<=22500 ns 17:32:25.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.206659000, lastModified=2023-04-30 17:32:25.204940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.206659000, lastModified=2023-04-30 17:32:25.204940000, delta=1719000 ns, racy<=22500 ns 17:32:25.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.207034000, lastModified=2023-04-30 17:32:25.205940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.207034000, lastModified=2023-04-30 17:32:25.205940000, delta=1094000 ns, racy<=22500 ns 17:32:25.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.207407000, lastModified=2023-04-30 17:32:25.205940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.207407000, lastModified=2023-04-30 17:32:25.205940000, delta=1467000 ns, racy<=22500 ns 17:32:25.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.207730000, lastModified=2023-04-30 17:32:25.205940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.205940000 to 2023-04-30 17:32:25.206940000 17:32:25.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.208099000, lastModified=2023-04-30 17:32:25.206940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.208099000, lastModified=2023-04-30 17:32:25.206940000, delta=1159000 ns, racy<=22500 ns 17:32:25.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.208439000, lastModified=2023-04-30 17:32:25.206940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.208439000, lastModified=2023-04-30 17:32:25.206940000, delta=1499000 ns, racy<=22500 ns 17:32:25.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.208761000, lastModified=2023-04-30 17:32:25.206940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.206940000 to 2023-04-30 17:32:25.207940000 17:32:25.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.209109000, lastModified=2023-04-30 17:32:25.207940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.209109000, lastModified=2023-04-30 17:32:25.207940000, delta=1169000 ns, racy<=22500 ns 17:32:25.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.209445000, lastModified=2023-04-30 17:32:25.207940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.209445000, lastModified=2023-04-30 17:32:25.207940000, delta=1505000 ns, racy<=22500 ns 17:32:25.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.209819000, lastModified=2023-04-30 17:32:25.207940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.207940000 to 2023-04-30 17:32:25.208940000 17:32:25.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.210194000, lastModified=2023-04-30 17:32:25.208940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.210194000, lastModified=2023-04-30 17:32:25.208940000, delta=1254000 ns, racy<=22500 ns 17:32:25.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.210532000, lastModified=2023-04-30 17:32:25.208940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.210532000, lastModified=2023-04-30 17:32:25.208940000, delta=1592000 ns, racy<=22500 ns 17:32:25.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.210918000, lastModified=2023-04-30 17:32:25.209940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.210918000, lastModified=2023-04-30 17:32:25.209940000, delta=978000 ns, racy<=22500 ns 17:32:25.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.211287000, lastModified=2023-04-30 17:32:25.209940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.211287000, lastModified=2023-04-30 17:32:25.209940000, delta=1347000 ns, racy<=22500 ns 17:32:25.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.211619000, lastModified=2023-04-30 17:32:25.209940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.211619000, lastModified=2023-04-30 17:32:25.209940000, delta=1679000 ns, racy<=22500 ns 17:32:25.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.211970000, lastModified=2023-04-30 17:32:25.210940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.211970000, lastModified=2023-04-30 17:32:25.210940000, delta=1030000 ns, racy<=22500 ns 17:32:25.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.212312000, lastModified=2023-04-30 17:32:25.210940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.212312000, lastModified=2023-04-30 17:32:25.210940000, delta=1372000 ns, racy<=22500 ns 17:32:25.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.212973000, lastModified=2023-04-30 17:32:25.211940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.212973000, lastModified=2023-04-30 17:32:25.211940000, delta=1033000 ns, racy<=22500 ns 17:32:25.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.213340000, lastModified=2023-04-30 17:32:25.211940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.213340000, lastModified=2023-04-30 17:32:25.211940000, delta=1400000 ns, racy<=22500 ns 17:32:25.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.213670000, lastModified=2023-04-30 17:32:25.211940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.211940000 to 2023-04-30 17:32:25.212940000 17:32:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.214014000, lastModified=2023-04-30 17:32:25.212940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.214014000, lastModified=2023-04-30 17:32:25.212940000, delta=1074000 ns, racy<=22500 ns 17:32:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.214386000, lastModified=2023-04-30 17:32:25.212940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.214386000, lastModified=2023-04-30 17:32:25.212940000, delta=1446000 ns, racy<=22500 ns 17:32:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.214719000, lastModified=2023-04-30 17:32:25.212940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.212940000 to 2023-04-30 17:32:25.213940000 17:32:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.215165000, lastModified=2023-04-30 17:32:25.213940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.215165000, lastModified=2023-04-30 17:32:25.213940000, delta=1225000 ns, racy<=22500 ns 17:32:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.215489000, lastModified=2023-04-30 17:32:25.213940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.215489000, lastModified=2023-04-30 17:32:25.213940000, delta=1549000 ns, racy<=22500 ns 17:32:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.215842000, lastModified=2023-04-30 17:32:25.213940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.213940000 to 2023-04-30 17:32:25.214940000 17:32:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.216216000, lastModified=2023-04-30 17:32:25.214940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.216216000, lastModified=2023-04-30 17:32:25.214940000, delta=1276000 ns, racy<=22500 ns 17:32:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.216553000, lastModified=2023-04-30 17:32:25.214940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.216553000, lastModified=2023-04-30 17:32:25.214940000, delta=1613000 ns, racy<=22500 ns 17:32:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.216922000, lastModified=2023-04-30 17:32:25.215940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.216922000, lastModified=2023-04-30 17:32:25.215940000, delta=982000 ns, racy<=22500 ns 17:32:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.217276000, lastModified=2023-04-30 17:32:25.215940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.217276000, lastModified=2023-04-30 17:32:25.215940000, delta=1336000 ns, racy<=22500 ns 17:32:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.217657000, lastModified=2023-04-30 17:32:25.215940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.215940000 to 2023-04-30 17:32:25.216940000 17:32:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.218154000, lastModified=2023-04-30 17:32:25.216940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.218154000, lastModified=2023-04-30 17:32:25.216940000, delta=1214000 ns, racy<=22500 ns 17:32:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.218646000, lastModified=2023-04-30 17:32:25.216940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.216940000 to 2023-04-30 17:32:25.217940000 17:32:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.219076000, lastModified=2023-04-30 17:32:25.217940000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.219076000, lastModified=2023-04-30 17:32:25.217940000, delta=1136000 ns, racy<=22500 ns 17:32:25.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.269625000, lastModified=2023-04-30 17:32:25.267939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.267939000 to 2023-04-30 17:32:25.268939000 17:32:25.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.270163000, lastModified=2023-04-30 17:32:25.268939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.270163000, lastModified=2023-04-30 17:32:25.268939000, delta=1224000 ns, racy<=22500 ns 17:32:25.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.270712000, lastModified=2023-04-30 17:32:25.268939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.268939000 to 2023-04-30 17:32:25.269939000 17:32:25.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.271541000, lastModified=2023-04-30 17:32:25.269939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.271541000, lastModified=2023-04-30 17:32:25.269939000, delta=1602000 ns, racy<=22500 ns 17:32:25.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.272115000, lastModified=2023-04-30 17:32:25.270939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.272115000, lastModified=2023-04-30 17:32:25.270939000, delta=1176000 ns, racy<=22500 ns 17:32:25.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.272670000, lastModified=2023-04-30 17:32:25.270939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.270939000 to 2023-04-30 17:32:25.271939000 17:32:25.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.273181000, lastModified=2023-04-30 17:32:25.271939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.273181000, lastModified=2023-04-30 17:32:25.271939000, delta=1242000 ns, racy<=22500 ns 17:32:25.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.273743000, lastModified=2023-04-30 17:32:25.271939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.271939000 to 2023-04-30 17:32:25.272939000 17:32:25.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.274257000, lastModified=2023-04-30 17:32:25.272939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.274257000, lastModified=2023-04-30 17:32:25.272939000, delta=1318000 ns, racy<=22500 ns 17:32:25.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.275332000, lastModified=2023-04-30 17:32:25.273939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.275332000, lastModified=2023-04-30 17:32:25.273939000, delta=1393000 ns, racy<=22500 ns 17:32:25.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.275904000, lastModified=2023-04-30 17:32:25.274939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.275904000, lastModified=2023-04-30 17:32:25.274939000, delta=965000 ns, racy<=22500 ns 17:32:25.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.276437000, lastModified=2023-04-30 17:32:25.274939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.276437000, lastModified=2023-04-30 17:32:25.274939000, delta=1498000 ns, racy<=22500 ns 17:32:25.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.276993000, lastModified=2023-04-30 17:32:25.275939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.276993000, lastModified=2023-04-30 17:32:25.275939000, delta=1054000 ns, racy<=22500 ns 17:32:25.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.277518000, lastModified=2023-04-30 17:32:25.275939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.277518000, lastModified=2023-04-30 17:32:25.275939000, delta=1579000 ns, racy<=22500 ns 17:32:25.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.278084000, lastModified=2023-04-30 17:32:25.276939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.278084000, lastModified=2023-04-30 17:32:25.276939000, delta=1145000 ns, racy<=22500 ns 17:32:25.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.278516000, lastModified=2023-04-30 17:32:25.276939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.278516000, lastModified=2023-04-30 17:32:25.276939000, delta=1577000 ns, racy<=22500 ns 17:32:25.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.278954000, lastModified=2023-04-30 17:32:25.277939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.278954000, lastModified=2023-04-30 17:32:25.277939000, delta=1015000 ns, racy<=22500 ns 17:32:25.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.279720000, lastModified=2023-04-30 17:32:25.277939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.277939000 to 2023-04-30 17:32:25.278939000 17:32:25.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.280089000, lastModified=2023-04-30 17:32:25.278939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.280089000, lastModified=2023-04-30 17:32:25.278939000, delta=1150000 ns, racy<=22500 ns 17:32:25.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.280470000, lastModified=2023-04-30 17:32:25.278939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.280470000, lastModified=2023-04-30 17:32:25.278939000, delta=1531000 ns, racy<=22500 ns 17:32:25.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.280834000, lastModified=2023-04-30 17:32:25.278939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.278939000 to 2023-04-30 17:32:25.279939000 17:32:25.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.281190000, lastModified=2023-04-30 17:32:25.279939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.281190000, lastModified=2023-04-30 17:32:25.279939000, delta=1251000 ns, racy<=22500 ns 17:32:25.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.281544000, lastModified=2023-04-30 17:32:25.279939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.281544000, lastModified=2023-04-30 17:32:25.279939000, delta=1605000 ns, racy<=22500 ns 17:32:25.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.281937000, lastModified=2023-04-30 17:32:25.280939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.281937000, lastModified=2023-04-30 17:32:25.280939000, delta=998000 ns, racy<=22500 ns 17:32:25.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.282537000, lastModified=2023-04-30 17:32:25.280939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.282537000, lastModified=2023-04-30 17:32:25.280939000, delta=1598000 ns, racy<=22500 ns 17:32:25.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.282904000, lastModified=2023-04-30 17:32:25.281939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.282904000, lastModified=2023-04-30 17:32:25.281939000, delta=965000 ns, racy<=22500 ns 17:32:25.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.283269000, lastModified=2023-04-30 17:32:25.281939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.283269000, lastModified=2023-04-30 17:32:25.281939000, delta=1330000 ns, racy<=22500 ns 17:32:25.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.283614000, lastModified=2023-04-30 17:32:25.281939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.283614000, lastModified=2023-04-30 17:32:25.281939000, delta=1675000 ns, racy<=22500 ns 17:32:25.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.283966000, lastModified=2023-04-30 17:32:25.282939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.283966000, lastModified=2023-04-30 17:32:25.282939000, delta=1027000 ns, racy<=22500 ns 17:32:25.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.284333000, lastModified=2023-04-30 17:32:25.282939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.284333000, lastModified=2023-04-30 17:32:25.282939000, delta=1394000 ns, racy<=22500 ns 17:32:25.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.284689000, lastModified=2023-04-30 17:32:25.282939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.282939000 to 2023-04-30 17:32:25.283939000 17:32:25.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.285033000, lastModified=2023-04-30 17:32:25.283939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.285033000, lastModified=2023-04-30 17:32:25.283939000, delta=1094000 ns, racy<=22500 ns 17:32:25.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.285397000, lastModified=2023-04-30 17:32:25.283939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.285397000, lastModified=2023-04-30 17:32:25.283939000, delta=1458000 ns, racy<=22500 ns 17:32:25.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.285755000, lastModified=2023-04-30 17:32:25.283939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.283939000 to 2023-04-30 17:32:25.284939000 17:32:25.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.286105000, lastModified=2023-04-30 17:32:25.284939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.286105000, lastModified=2023-04-30 17:32:25.284939000, delta=1166000 ns, racy<=22500 ns 17:32:25.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.286473000, lastModified=2023-04-30 17:32:25.284939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.286473000, lastModified=2023-04-30 17:32:25.284939000, delta=1534000 ns, racy<=22500 ns 17:32:25.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.286832000, lastModified=2023-04-30 17:32:25.284939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.284939000 to 2023-04-30 17:32:25.285939000 17:32:25.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.287183000, lastModified=2023-04-30 17:32:25.285939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.287183000, lastModified=2023-04-30 17:32:25.285939000, delta=1244000 ns, racy<=22500 ns 17:32:25.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.287550000, lastModified=2023-04-30 17:32:25.285939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.287550000, lastModified=2023-04-30 17:32:25.285939000, delta=1611000 ns, racy<=22500 ns 17:32:25.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.287945000, lastModified=2023-04-30 17:32:25.286939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.287945000, lastModified=2023-04-30 17:32:25.286939000, delta=1006000 ns, racy<=22500 ns 17:32:25.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.288302000, lastModified=2023-04-30 17:32:25.286939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.288302000, lastModified=2023-04-30 17:32:25.286939000, delta=1363000 ns, racy<=22500 ns 17:32:25.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.288651000, lastModified=2023-04-30 17:32:25.286939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.288651000, lastModified=2023-04-30 17:32:25.286939000, delta=1712000 ns, racy<=22500 ns 17:32:25.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.289010000, lastModified=2023-04-30 17:32:25.287939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.289010000, lastModified=2023-04-30 17:32:25.287939000, delta=1071000 ns, racy<=22500 ns 17:32:25.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.289394000, lastModified=2023-04-30 17:32:25.287939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.289394000, lastModified=2023-04-30 17:32:25.287939000, delta=1455000 ns, racy<=22500 ns 17:32:25.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.289973000, lastModified=2023-04-30 17:32:25.287939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.287939000 to 2023-04-30 17:32:25.288939000 17:32:25.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.290329000, lastModified=2023-04-30 17:32:25.288939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.290329000, lastModified=2023-04-30 17:32:25.288939000, delta=1390000 ns, racy<=22500 ns 17:32:25.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.290676000, lastModified=2023-04-30 17:32:25.288939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.288939000 to 2023-04-30 17:32:25.289939000 17:32:25.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.291015000, lastModified=2023-04-30 17:32:25.289939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.291015000, lastModified=2023-04-30 17:32:25.289939000, delta=1076000 ns, racy<=22500 ns 17:32:25.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.291403000, lastModified=2023-04-30 17:32:25.289939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.291403000, lastModified=2023-04-30 17:32:25.289939000, delta=1464000 ns, racy<=22500 ns 17:32:25.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.291748000, lastModified=2023-04-30 17:32:25.289939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.289939000 to 2023-04-30 17:32:25.290939000 17:32:25.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.292108000, lastModified=2023-04-30 17:32:25.290939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.292108000, lastModified=2023-04-30 17:32:25.290939000, delta=1169000 ns, racy<=22500 ns 17:32:25.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.292458000, lastModified=2023-04-30 17:32:25.290939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.292458000, lastModified=2023-04-30 17:32:25.290939000, delta=1519000 ns, racy<=22500 ns 17:32:25.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.292828000, lastModified=2023-04-30 17:32:25.290939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.290939000 to 2023-04-30 17:32:25.291939000 17:32:25.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.293192000, lastModified=2023-04-30 17:32:25.291939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.293192000, lastModified=2023-04-30 17:32:25.291939000, delta=1253000 ns, racy<=22500 ns 17:32:25.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.293540000, lastModified=2023-04-30 17:32:25.291939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.293540000, lastModified=2023-04-30 17:32:25.291939000, delta=1601000 ns, racy<=22500 ns 17:32:25.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.293894000, lastModified=2023-04-30 17:32:25.292939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.293894000, lastModified=2023-04-30 17:32:25.292939000, delta=955000 ns, racy<=22500 ns 17:32:25.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.294266000, lastModified=2023-04-30 17:32:25.292939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.294266000, lastModified=2023-04-30 17:32:25.292939000, delta=1327000 ns, racy<=22500 ns 17:32:25.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.294635000, lastModified=2023-04-30 17:32:25.292939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.294635000, lastModified=2023-04-30 17:32:25.292939000, delta=1696000 ns, racy<=22500 ns 17:32:25.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.295022000, lastModified=2023-04-30 17:32:25.293939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.295022000, lastModified=2023-04-30 17:32:25.293939000, delta=1083000 ns, racy<=22500 ns 17:32:25.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.295382000, lastModified=2023-04-30 17:32:25.293939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.295382000, lastModified=2023-04-30 17:32:25.293939000, delta=1443000 ns, racy<=22500 ns 17:32:25.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.295736000, lastModified=2023-04-30 17:32:25.293939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.293939000 to 2023-04-30 17:32:25.294939000 17:32:25.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.296104000, lastModified=2023-04-30 17:32:25.294939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.296104000, lastModified=2023-04-30 17:32:25.294939000, delta=1165000 ns, racy<=22500 ns 17:32:25.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.296458000, lastModified=2023-04-30 17:32:25.294939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.296458000, lastModified=2023-04-30 17:32:25.294939000, delta=1519000 ns, racy<=22500 ns 17:32:25.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.296852000, lastModified=2023-04-30 17:32:25.294939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.294939000 to 2023-04-30 17:32:25.295939000 17:32:25.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.297182000, lastModified=2023-04-30 17:32:25.295939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.297182000, lastModified=2023-04-30 17:32:25.295939000, delta=1243000 ns, racy<=22500 ns 17:32:25.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.297805000, lastModified=2023-04-30 17:32:25.295939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.295939000 to 2023-04-30 17:32:25.296939000 17:32:25.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.298146000, lastModified=2023-04-30 17:32:25.296939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.298146000, lastModified=2023-04-30 17:32:25.296939000, delta=1207000 ns, racy<=22500 ns 17:32:25.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.298490000, lastModified=2023-04-30 17:32:25.296939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.298490000, lastModified=2023-04-30 17:32:25.296939000, delta=1551000 ns, racy<=22500 ns 17:32:25.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.298 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.298851000, lastModified=2023-04-30 17:32:25.297939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.298851000, lastModified=2023-04-30 17:32:25.297939000, delta=912000 ns, racy<=22500 ns 17:32:25.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.299223000, lastModified=2023-04-30 17:32:25.297939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.299223000, lastModified=2023-04-30 17:32:25.297939000, delta=1284000 ns, racy<=22500 ns 17:32:25.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.299559000, lastModified=2023-04-30 17:32:25.297939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.299559000, lastModified=2023-04-30 17:32:25.297939000, delta=1620000 ns, racy<=22500 ns 17:32:25.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.299928000, lastModified=2023-04-30 17:32:25.298939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.299928000, lastModified=2023-04-30 17:32:25.298939000, delta=989000 ns, racy<=22500 ns 17:32:25.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.300297000, lastModified=2023-04-30 17:32:25.298939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.300297000, lastModified=2023-04-30 17:32:25.298939000, delta=1358000 ns, racy<=22500 ns 17:32:25.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.300662000, lastModified=2023-04-30 17:32:25.298939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.298939000 to 2023-04-30 17:32:25.299939000 17:32:25.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.301069000, lastModified=2023-04-30 17:32:25.299939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.301069000, lastModified=2023-04-30 17:32:25.299939000, delta=1130000 ns, racy<=22500 ns 17:32:25.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.301437000, lastModified=2023-04-30 17:32:25.299939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.301437000, lastModified=2023-04-30 17:32:25.299939000, delta=1498000 ns, racy<=22500 ns 17:32:25.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.301789000, lastModified=2023-04-30 17:32:25.299939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.299939000 to 2023-04-30 17:32:25.300939000 17:32:25.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.302115000, lastModified=2023-04-30 17:32:25.300939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.302115000, lastModified=2023-04-30 17:32:25.300939000, delta=1176000 ns, racy<=22500 ns 17:32:25.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.302478000, lastModified=2023-04-30 17:32:25.300939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.302478000, lastModified=2023-04-30 17:32:25.300939000, delta=1539000 ns, racy<=22500 ns 17:32:25.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.302837000, lastModified=2023-04-30 17:32:25.300939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.300939000 to 2023-04-30 17:32:25.301939000 17:32:25.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.303177000, lastModified=2023-04-30 17:32:25.301939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.303177000, lastModified=2023-04-30 17:32:25.301939000, delta=1238000 ns, racy<=22500 ns 17:32:25.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.303525000, lastModified=2023-04-30 17:32:25.301939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.303525000, lastModified=2023-04-30 17:32:25.301939000, delta=1586000 ns, racy<=22500 ns 17:32:25.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.303892000, lastModified=2023-04-30 17:32:25.302939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.303892000, lastModified=2023-04-30 17:32:25.302939000, delta=953000 ns, racy<=22500 ns 17:32:25.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.304251000, lastModified=2023-04-30 17:32:25.302939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.304251000, lastModified=2023-04-30 17:32:25.302939000, delta=1312000 ns, racy<=22500 ns 17:32:25.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.304624000, lastModified=2023-04-30 17:32:25.302939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.304624000, lastModified=2023-04-30 17:32:25.302939000, delta=1685000 ns, racy<=22500 ns 17:32:25.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.305214000, lastModified=2023-04-30 17:32:25.303939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.305214000, lastModified=2023-04-30 17:32:25.303939000, delta=1275000 ns, racy<=22500 ns 17:32:25.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.305598000, lastModified=2023-04-30 17:32:25.303939000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.305598000, lastModified=2023-04-30 17:32:25.303939000, delta=1659000 ns, racy<=22500 ns 17:32:25.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.305970000, lastModified=2023-04-30 17:32:25.304938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.305970000, lastModified=2023-04-30 17:32:25.304938000, delta=1032000 ns, racy<=22500 ns 17:32:25.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.306328000, lastModified=2023-04-30 17:32:25.304938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.306328000, lastModified=2023-04-30 17:32:25.304938000, delta=1390000 ns, racy<=22500 ns 17:32:25.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.306763000, lastModified=2023-04-30 17:32:25.304938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.304938000 to 2023-04-30 17:32:25.305938000 17:32:25.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.307229000, lastModified=2023-04-30 17:32:25.305938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.307229000, lastModified=2023-04-30 17:32:25.305938000, delta=1291000 ns, racy<=22500 ns 17:32:25.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.307587000, lastModified=2023-04-30 17:32:25.305938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.307587000, lastModified=2023-04-30 17:32:25.305938000, delta=1649000 ns, racy<=22500 ns 17:32:25.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.307970000, lastModified=2023-04-30 17:32:25.306938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.307970000, lastModified=2023-04-30 17:32:25.306938000, delta=1032000 ns, racy<=22500 ns 17:32:25.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.308328000, lastModified=2023-04-30 17:32:25.306938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.308328000, lastModified=2023-04-30 17:32:25.306938000, delta=1390000 ns, racy<=22500 ns 17:32:25.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.308678000, lastModified=2023-04-30 17:32:25.306938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.306938000 to 2023-04-30 17:32:25.307938000 17:32:25.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.309010000, lastModified=2023-04-30 17:32:25.307938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.309010000, lastModified=2023-04-30 17:32:25.307938000, delta=1072000 ns, racy<=22500 ns 17:32:25.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.309439000, lastModified=2023-04-30 17:32:25.307938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.309439000, lastModified=2023-04-30 17:32:25.307938000, delta=1501000 ns, racy<=22500 ns 17:32:25.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.309956000, lastModified=2023-04-30 17:32:25.308938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.309956000, lastModified=2023-04-30 17:32:25.308938000, delta=1018000 ns, racy<=22500 ns 17:32:25.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.310328000, lastModified=2023-04-30 17:32:25.308938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.310328000, lastModified=2023-04-30 17:32:25.308938000, delta=1390000 ns, racy<=22500 ns 17:32:25.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.310688000, lastModified=2023-04-30 17:32:25.308938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.308938000 to 2023-04-30 17:32:25.309938000 17:32:25.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.311040000, lastModified=2023-04-30 17:32:25.309938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.311040000, lastModified=2023-04-30 17:32:25.309938000, delta=1102000 ns, racy<=22500 ns 17:32:25.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.311406000, lastModified=2023-04-30 17:32:25.309938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.311406000, lastModified=2023-04-30 17:32:25.309938000, delta=1468000 ns, racy<=22500 ns 17:32:25.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.312211000, lastModified=2023-04-30 17:32:25.310938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.312211000, lastModified=2023-04-30 17:32:25.310938000, delta=1273000 ns, racy<=22500 ns 17:32:25.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.312666000, lastModified=2023-04-30 17:32:25.310938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.310938000 to 2023-04-30 17:32:25.311938000 17:32:25.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.313036000, lastModified=2023-04-30 17:32:25.311938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.313036000, lastModified=2023-04-30 17:32:25.311938000, delta=1098000 ns, racy<=22500 ns 17:32:25.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.313426000, lastModified=2023-04-30 17:32:25.311938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.313426000, lastModified=2023-04-30 17:32:25.311938000, delta=1488000 ns, racy<=22500 ns 17:32:25.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.314021000, lastModified=2023-04-30 17:32:25.312938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.314021000, lastModified=2023-04-30 17:32:25.312938000, delta=1083000 ns, racy<=22500 ns 17:32:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.314407000, lastModified=2023-04-30 17:32:25.312938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.314407000, lastModified=2023-04-30 17:32:25.312938000, delta=1469000 ns, racy<=22500 ns 17:32:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.314759000, lastModified=2023-04-30 17:32:25.312938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.312938000 to 2023-04-30 17:32:25.313938000 17:32:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.315118000, lastModified=2023-04-30 17:32:25.313938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.315118000, lastModified=2023-04-30 17:32:25.313938000, delta=1180000 ns, racy<=22500 ns 17:32:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.315483000, lastModified=2023-04-30 17:32:25.313938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.315483000, lastModified=2023-04-30 17:32:25.313938000, delta=1545000 ns, racy<=22500 ns 17:32:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.315864000, lastModified=2023-04-30 17:32:25.314938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.315864000, lastModified=2023-04-30 17:32:25.314938000, delta=926000 ns, racy<=22500 ns 17:32:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.316392000, lastModified=2023-04-30 17:32:25.314938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.316392000, lastModified=2023-04-30 17:32:25.314938000, delta=1454000 ns, racy<=22500 ns 17:32:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.316861000, lastModified=2023-04-30 17:32:25.314938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.314938000 to 2023-04-30 17:32:25.315938000 17:32:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.317257000, lastModified=2023-04-30 17:32:25.315938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.317257000, lastModified=2023-04-30 17:32:25.315938000, delta=1319000 ns, racy<=22500 ns 17:32:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.317621000, lastModified=2023-04-30 17:32:25.315938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.317621000, lastModified=2023-04-30 17:32:25.315938000, delta=1683000 ns, racy<=22500 ns 17:32:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.318055000, lastModified=2023-04-30 17:32:25.316938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.318055000, lastModified=2023-04-30 17:32:25.316938000, delta=1117000 ns, racy<=22500 ns 17:32:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.318433000, lastModified=2023-04-30 17:32:25.316938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.318433000, lastModified=2023-04-30 17:32:25.316938000, delta=1495000 ns, racy<=22500 ns 17:32:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.318755000, lastModified=2023-04-30 17:32:25.316938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.316938000 to 2023-04-30 17:32:25.317938000 17:32:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.319161000, lastModified=2023-04-30 17:32:25.317938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.319161000, lastModified=2023-04-30 17:32:25.317938000, delta=1223000 ns, racy<=22500 ns 17:32:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.319475000, lastModified=2023-04-30 17:32:25.317938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.319475000, lastModified=2023-04-30 17:32:25.317938000, delta=1537000 ns, racy<=22500 ns 17:32:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.319814000, lastModified=2023-04-30 17:32:25.317938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.317938000 to 2023-04-30 17:32:25.318938000 17:32:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.369248000, lastModified=2023-04-30 17:32:25.318938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.318938000 to 2023-04-30 17:32:25.367938000 17:32:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.369746000, lastModified=2023-04-30 17:32:25.367938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.367938000 to 2023-04-30 17:32:25.368938000 17:32:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.370140000, lastModified=2023-04-30 17:32:25.368938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.370140000, lastModified=2023-04-30 17:32:25.368938000, delta=1202000 ns, racy<=22500 ns 17:32:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.370506000, lastModified=2023-04-30 17:32:25.368938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.370506000, lastModified=2023-04-30 17:32:25.368938000, delta=1568000 ns, racy<=22500 ns 17:32:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.371154000, lastModified=2023-04-30 17:32:25.369938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.371154000, lastModified=2023-04-30 17:32:25.369938000, delta=1216000 ns, racy<=22500 ns 17:32:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.371550000, lastModified=2023-04-30 17:32:25.369938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.371550000, lastModified=2023-04-30 17:32:25.369938000, delta=1612000 ns, racy<=22500 ns 17:32:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.371925000, lastModified=2023-04-30 17:32:25.370938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.371925000, lastModified=2023-04-30 17:32:25.370938000, delta=987000 ns, racy<=22500 ns 17:32:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.372302000, lastModified=2023-04-30 17:32:25.370938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.372302000, lastModified=2023-04-30 17:32:25.370938000, delta=1364000 ns, racy<=22500 ns 17:32:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.372649000, lastModified=2023-04-30 17:32:25.370938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.372649000, lastModified=2023-04-30 17:32:25.370938000, delta=1711000 ns, racy<=22500 ns 17:32:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.373027000, lastModified=2023-04-30 17:32:25.371938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.373027000, lastModified=2023-04-30 17:32:25.371938000, delta=1089000 ns, racy<=22500 ns 17:32:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.373392000, lastModified=2023-04-30 17:32:25.371938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.373392000, lastModified=2023-04-30 17:32:25.371938000, delta=1454000 ns, racy<=22500 ns 17:32:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.373754000, lastModified=2023-04-30 17:32:25.371938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.371938000 to 2023-04-30 17:32:25.372938000 17:32:25.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.374154000, lastModified=2023-04-30 17:32:25.372938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.374154000, lastModified=2023-04-30 17:32:25.372938000, delta=1216000 ns, racy<=22500 ns 17:32:25.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.374512000, lastModified=2023-04-30 17:32:25.372938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.374512000, lastModified=2023-04-30 17:32:25.372938000, delta=1574000 ns, racy<=22500 ns 17:32:25.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.374919000, lastModified=2023-04-30 17:32:25.373938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.374919000, lastModified=2023-04-30 17:32:25.373938000, delta=981000 ns, racy<=22500 ns 17:32:25.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.375288000, lastModified=2023-04-30 17:32:25.373938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.375288000, lastModified=2023-04-30 17:32:25.373938000, delta=1350000 ns, racy<=22500 ns 17:32:25.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.375645000, lastModified=2023-04-30 17:32:25.373938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.375645000, lastModified=2023-04-30 17:32:25.373938000, delta=1707000 ns, racy<=22500 ns 17:32:25.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.376024000, lastModified=2023-04-30 17:32:25.374938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.376024000, lastModified=2023-04-30 17:32:25.374938000, delta=1086000 ns, racy<=22500 ns 17:32:25.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.376434000, lastModified=2023-04-30 17:32:25.374938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.376434000, lastModified=2023-04-30 17:32:25.374938000, delta=1496000 ns, racy<=22500 ns 17:32:25.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.376804000, lastModified=2023-04-30 17:32:25.374938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.374938000 to 2023-04-30 17:32:25.375938000 17:32:25.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.377161000, lastModified=2023-04-30 17:32:25.375938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.377161000, lastModified=2023-04-30 17:32:25.375938000, delta=1223000 ns, racy<=22500 ns 17:32:25.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.377501000, lastModified=2023-04-30 17:32:25.375938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.377501000, lastModified=2023-04-30 17:32:25.375938000, delta=1563000 ns, racy<=22500 ns 17:32:25.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.377875000, lastModified=2023-04-30 17:32:25.376938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.377875000, lastModified=2023-04-30 17:32:25.376938000, delta=937000 ns, racy<=22500 ns 17:32:25.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.378287000, lastModified=2023-04-30 17:32:25.376938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.378287000, lastModified=2023-04-30 17:32:25.376938000, delta=1349000 ns, racy<=22500 ns 17:32:25.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.378624000, lastModified=2023-04-30 17:32:25.376938000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.376938000 to 2023-04-30 17:32:25.377937000 17:32:25.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.402145000, lastModified=2023-04-30 17:32:25.400937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.400937000 to 2023-04-30 17:32:25.403937000 17:32:25.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.406137000, lastModified=2023-04-30 17:32:25.404937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.406137000, lastModified=2023-04-30 17:32:25.404937000, delta=1200000 ns, racy<=22500 ns 17:32:25.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.406554000, lastModified=2023-04-30 17:32:25.404937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.406554000, lastModified=2023-04-30 17:32:25.404937000, delta=1617000 ns, racy<=22500 ns 17:32:25.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.406939000, lastModified=2023-04-30 17:32:25.405937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.406939000, lastModified=2023-04-30 17:32:25.405937000, delta=1002000 ns, racy<=22500 ns 17:32:25.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.407310000, lastModified=2023-04-30 17:32:25.405937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.407310000, lastModified=2023-04-30 17:32:25.405937000, delta=1373000 ns, racy<=22500 ns 17:32:25.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.407665000, lastModified=2023-04-30 17:32:25.405937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.405937000 to 2023-04-30 17:32:25.406937000 17:32:25.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.408017000, lastModified=2023-04-30 17:32:25.406937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.408017000, lastModified=2023-04-30 17:32:25.406937000, delta=1080000 ns, racy<=22500 ns 17:32:25.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.408379000, lastModified=2023-04-30 17:32:25.406937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.408379000, lastModified=2023-04-30 17:32:25.406937000, delta=1442000 ns, racy<=22500 ns 17:32:25.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.408742000, lastModified=2023-04-30 17:32:25.406937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.406937000 to 2023-04-30 17:32:25.407937000 17:32:25.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.409103000, lastModified=2023-04-30 17:32:25.407937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.409103000, lastModified=2023-04-30 17:32:25.407937000, delta=1166000 ns, racy<=22500 ns 17:32:25.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.433215000, lastModified=2023-04-30 17:32:25.431937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.433215000, lastModified=2023-04-30 17:32:25.431937000, delta=1278000 ns, racy<=22500 ns 17:32:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.433774000, lastModified=2023-04-30 17:32:25.431937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.431937000 to 2023-04-30 17:32:25.432937000 17:32:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.434175000, lastModified=2023-04-30 17:32:25.432937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.434175000, lastModified=2023-04-30 17:32:25.432937000, delta=1238000 ns, racy<=22500 ns 17:32:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.434554000, lastModified=2023-04-30 17:32:25.432937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.434554000, lastModified=2023-04-30 17:32:25.432937000, delta=1617000 ns, racy<=22500 ns 17:32:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.434940000, lastModified=2023-04-30 17:32:25.433937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.434940000, lastModified=2023-04-30 17:32:25.433937000, delta=1003000 ns, racy<=22500 ns 17:32:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.435290000, lastModified=2023-04-30 17:32:25.433937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.435290000, lastModified=2023-04-30 17:32:25.433937000, delta=1353000 ns, racy<=22500 ns 17:32:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.435648000, lastModified=2023-04-30 17:32:25.433937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.435648000, lastModified=2023-04-30 17:32:25.433937000, delta=1711000 ns, racy<=22500 ns 17:32:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.436048000, lastModified=2023-04-30 17:32:25.434937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.436048000, lastModified=2023-04-30 17:32:25.434937000, delta=1111000 ns, racy<=22500 ns 17:32:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.436420000, lastModified=2023-04-30 17:32:25.434937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.436420000, lastModified=2023-04-30 17:32:25.434937000, delta=1483000 ns, racy<=22500 ns 17:32:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.436739000, lastModified=2023-04-30 17:32:25.434937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.434937000 to 2023-04-30 17:32:25.435937000 17:32:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.437394000, lastModified=2023-04-30 17:32:25.435937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.437394000, lastModified=2023-04-30 17:32:25.435937000, delta=1457000 ns, racy<=22500 ns 17:32:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.437724000, lastModified=2023-04-30 17:32:25.435937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.435937000 to 2023-04-30 17:32:25.436937000 17:32:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.438063000, lastModified=2023-04-30 17:32:25.436937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.438063000, lastModified=2023-04-30 17:32:25.436937000, delta=1126000 ns, racy<=22500 ns 17:32:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.438403000, lastModified=2023-04-30 17:32:25.436937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.438403000, lastModified=2023-04-30 17:32:25.436937000, delta=1466000 ns, racy<=22500 ns 17:32:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.438715000, lastModified=2023-04-30 17:32:25.436937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.436937000 to 2023-04-30 17:32:25.437937000 17:32:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.439043000, lastModified=2023-04-30 17:32:25.437937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.439043000, lastModified=2023-04-30 17:32:25.437937000, delta=1106000 ns, racy<=22500 ns 17:32:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.439417000, lastModified=2023-04-30 17:32:25.437937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.439417000, lastModified=2023-04-30 17:32:25.437937000, delta=1480000 ns, racy<=22500 ns 17:32:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.439815000, lastModified=2023-04-30 17:32:25.437937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.437937000 to 2023-04-30 17:32:25.438937000 17:32:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.440175000, lastModified=2023-04-30 17:32:25.438937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.440175000, lastModified=2023-04-30 17:32:25.438937000, delta=1238000 ns, racy<=22500 ns 17:32:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.440512000, lastModified=2023-04-30 17:32:25.438937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.440512000, lastModified=2023-04-30 17:32:25.438937000, delta=1575000 ns, racy<=22500 ns 17:32:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.440873000, lastModified=2023-04-30 17:32:25.439937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.440873000, lastModified=2023-04-30 17:32:25.439937000, delta=936000 ns, racy<=22500 ns 17:32:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.441250000, lastModified=2023-04-30 17:32:25.439937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.441250000, lastModified=2023-04-30 17:32:25.439937000, delta=1313000 ns, racy<=22500 ns 17:32:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.441570000, lastModified=2023-04-30 17:32:25.439937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.441570000, lastModified=2023-04-30 17:32:25.439937000, delta=1633000 ns, racy<=22500 ns 17:32:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.441932000, lastModified=2023-04-30 17:32:25.440937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.441932000, lastModified=2023-04-30 17:32:25.440937000, delta=995000 ns, racy<=22500 ns 17:32:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.442293000, lastModified=2023-04-30 17:32:25.440937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.442293000, lastModified=2023-04-30 17:32:25.440937000, delta=1356000 ns, racy<=22500 ns 17:32:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.442632000, lastModified=2023-04-30 17:32:25.440937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.442632000, lastModified=2023-04-30 17:32:25.440937000, delta=1695000 ns, racy<=22500 ns 17:32:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.442987000, lastModified=2023-04-30 17:32:25.441937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.442987000, lastModified=2023-04-30 17:32:25.441937000, delta=1050000 ns, racy<=22500 ns 17:32:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.443341000, lastModified=2023-04-30 17:32:25.441937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.443341000, lastModified=2023-04-30 17:32:25.441937000, delta=1404000 ns, racy<=22500 ns 17:32:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.443658000, lastModified=2023-04-30 17:32:25.441937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.443658000, lastModified=2023-04-30 17:32:25.441937000, delta=1721000 ns, racy<=22500 ns 17:32:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.444010000, lastModified=2023-04-30 17:32:25.442937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.444010000, lastModified=2023-04-30 17:32:25.442937000, delta=1073000 ns, racy<=22500 ns 17:32:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.444361000, lastModified=2023-04-30 17:32:25.442937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.444361000, lastModified=2023-04-30 17:32:25.442937000, delta=1424000 ns, racy<=22500 ns 17:32:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.444946000, lastModified=2023-04-30 17:32:25.443937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.444946000, lastModified=2023-04-30 17:32:25.443937000, delta=1009000 ns, racy<=22500 ns 17:32:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.445298000, lastModified=2023-04-30 17:32:25.443937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.445298000, lastModified=2023-04-30 17:32:25.443937000, delta=1361000 ns, racy<=22500 ns 17:32:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.445617000, lastModified=2023-04-30 17:32:25.443937000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.445617000, lastModified=2023-04-30 17:32:25.443937000, delta=1680000 ns, racy<=22500 ns 17:32:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.469518000, lastModified=2023-04-30 17:32:25.467936000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.469518000, lastModified=2023-04-30 17:32:25.467936000, delta=1582000 ns, racy<=22500 ns 17:32:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.469954000, lastModified=2023-04-30 17:32:25.468936000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.469954000, lastModified=2023-04-30 17:32:25.468936000, delta=1018000 ns, racy<=22500 ns 17:32:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.470322000, lastModified=2023-04-30 17:32:25.468936000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.470322000, lastModified=2023-04-30 17:32:25.468936000, delta=1386000 ns, racy<=22500 ns 17:32:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.470666000, lastModified=2023-04-30 17:32:25.468936000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.468936000 to 2023-04-30 17:32:25.469936000 17:32:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.471000000, lastModified=2023-04-30 17:32:25.469936000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.471000000, lastModified=2023-04-30 17:32:25.469936000, delta=1064000 ns, racy<=22500 ns 17:32:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.471349000, lastModified=2023-04-30 17:32:25.469936000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.471349000, lastModified=2023-04-30 17:32:25.469936000, delta=1413000 ns, racy<=22500 ns 17:32:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.471689000, lastModified=2023-04-30 17:32:25.469936000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.469936000 to 2023-04-30 17:32:25.470936000 17:32:25.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.472064000, lastModified=2023-04-30 17:32:25.470936000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.472064000, lastModified=2023-04-30 17:32:25.470936000, delta=1128000 ns, racy<=22500 ns 17:32:25.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.472444000, lastModified=2023-04-30 17:32:25.470936000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.472444000, lastModified=2023-04-30 17:32:25.470936000, delta=1508000 ns, racy<=22500 ns 17:32:25.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.472807000, lastModified=2023-04-30 17:32:25.470936000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, lastModified changed from 2023-04-30 17:32:25.470936000 to 2023-04-30 17:32:25.471936000 17:32:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, create new FileSnapshot: lastRead=2023-04-30 17:32:25.473138000, lastModified=2023-04-30 17:32:25.471936000, size=1, fileKey=(dev=3000f2,ino=1204179640) 17:32:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, isRacyClean=false, read=2023-04-30 17:32:25.473138000, lastModified=2023-04-30 17:32:25.471936000, delta=1202000 ns, racy<=22500 ns 17:32:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/.probe-d8326304-b88f-4b14-9453-1682aa0803df, is unmodified 17:32:25.475 [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] 2659, 1925, 22500, 877000.0, 1721000.0, 1289068.57142857, 219450.4037430773 17:32:25.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=9 µs, minimalRacyInterval=1,721 µs] 17:32:25.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:22.410861000, lastModified=2023-04-30 17:32:21.383992000, delta=1026869000 ns, racy<=4302500 ns 17:32:25.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.478 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-04-30 17:32:21.213165000, lastModified=2023-04-30 17:20:22.182793000, delta=719030372000 ns, racy<=2500000000 ns 17:32:25.478 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 17:32:25.479 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.479040000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:25.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.479313000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945479313000 ns, racy<=4302500 ns 17:32:25.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:22.410861000, lastModified=2023-04-30 17:32:21.383992000, delta=1026869000 ns, racy<=4302500 ns 17:32:25.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.479313000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945479313000 ns, racy<=4302500 ns 17:32:25.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.479040000, lastModified=2023-04-30 17:32:25.477936000, delta=1104000 ns, racy<=2500000000 ns 17:32:25.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.483 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.483424000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.483424000, lastModified=2023-04-30 17:32:25.477936000, delta=5488000 ns, racy<=2500000000 ns 17:32:25.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.406588000, lastModified=2023-04-30 17:32:21.470991000, delta=935597000 ns, racy<=2500000000 ns 17:32:25.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is racily clean 17:32:25.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.483854000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:25.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.483854000, lastModified=2023-04-30 17:32:21.470991000, delta=4012863000 ns, racy<=2500000000 ns 17:32:25.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.485061000, lastModified=2023-04-30 17:32:22.383979000, size=0, fileKey=(dev=3000f2,ino=1196481811) 17:32:25.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.483424000, lastModified=2023-04-30 17:32:25.477936000, delta=5488000 ns, racy<=2500000000 ns 17:32:25.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.485 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.485255000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.485255000, lastModified=2023-04-30 17:32:25.477936000, delta=7319000 ns, racy<=2500000000 ns 17:32:25.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.486281000, lastModified=2023-04-30 17:32:25.484936000, size=104, fileKey=(dev=3000f2,ino=1196481811) 17:32:25.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.486461000, lastModified=2023-04-30 17:32:25.484936000, size=104, fileKey=(dev=3000f2,ino=1196481811) 17:32:25.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.485255000, lastModified=2023-04-30 17:32:25.477936000, delta=7319000 ns, racy<=2500000000 ns 17:32:25.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.486 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.486695000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.486695000, lastModified=2023-04-30 17:32:25.477936000, delta=8759000 ns, racy<=2500000000 ns 17:32:25.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.487320000, lastModified=2023-04-30 17:32:25.484936000, size=104, fileKey=(dev=3000f2,ino=1196481811) 17:32:25.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.487468000, lastModified=2023-04-30 17:32:25.484936000, size=104, fileKey=(dev=3000f2,ino=1196481811) 17:32:25.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.487675000, lastModified=2023-04-30 17:32:25.485936000, size=0, fileKey=(dev=3000f2,ino=1196481813) 17:32:25.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.486695000, lastModified=2023-04-30 17:32:25.477936000, delta=8759000 ns, racy<=2500000000 ns 17:32:25.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.487 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.487831000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.487831000, lastModified=2023-04-30 17:32:25.477936000, delta=9895000 ns, racy<=2500000000 ns 17:32:25.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.488245000, lastModified=2023-04-30 17:32:25.486936000, size=104, fileKey=(dev=3000f2,ino=1196481813) 17:32:25.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.487831000, lastModified=2023-04-30 17:32:25.477936000, delta=9895000 ns, racy<=2500000000 ns 17:32:25.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.503 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.503436000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.503436000, lastModified=2023-04-30 17:32:25.477936000, delta=25500000 ns, racy<=2500000000 ns 17:32:25.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.503436000, lastModified=2023-04-30 17:32:25.477936000, delta=25500000 ns, racy<=2500000000 ns 17:32:25.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.504 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.504933000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.504933000, lastModified=2023-04-30 17:32:25.477936000, delta=26997000 ns, racy<=2500000000 ns 17:32:25.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.504933000, lastModified=2023-04-30 17:32:25.477936000, delta=26997000 ns, racy<=2500000000 ns 17:32:25.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.571 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.571885000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.571885000, lastModified=2023-04-30 17:32:25.477936000, delta=93949000 ns, racy<=2500000000 ns 17:32:25.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.571885000, lastModified=2023-04-30 17:32:25.477936000, delta=93949000 ns, racy<=2500000000 ns 17:32:25.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.573 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.573733000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.573733000, lastModified=2023-04-30 17:32:25.477936000, delta=95797000 ns, racy<=2500000000 ns 17:32:25.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:25.574192000, lastModified=2023-04-30 17:32:21.402992000, size=23, fileKey=(dev=3000f2,ino=1196481810) 17:32:25.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.573733000, lastModified=2023-04-30 17:32:25.477936000, delta=95797000 ns, racy<=2500000000 ns 17:32:25.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.574 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.574582000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.574582000, lastModified=2023-04-30 17:32:25.477936000, delta=96646000 ns, racy<=2500000000 ns 17:32:25.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.574192000, lastModified=2023-04-30 17:32:21.402992000, delta=4171200000 ns, racy<=4302500 ns 17:32:25.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, is unmodified 17:32:25.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.574582000, lastModified=2023-04-30 17:32:25.477936000, delta=96646000 ns, racy<=2500000000 ns 17:32:25.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.576 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.576283000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.576283000, lastModified=2023-04-30 17:32:25.477936000, delta=98347000 ns, racy<=2500000000 ns 17:32:25.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.578009000, lastModified=2023-04-30 17:32:25.486936000, size=104, fileKey=(dev=3000f2,ino=1196481813) 17:32:25.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.578152000, lastModified=2023-04-30 17:32:25.486936000, size=104, fileKey=(dev=3000f2,ino=1196481813) 17:32:25.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:22.410861000, lastModified=2023-04-30 17:32:21.383992000, delta=1026869000 ns, racy<=4302500 ns 17:32:25.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.479313000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945479313000 ns, racy<=4302500 ns 17:32:25.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:22.410861000, lastModified=2023-04-30 17:32:21.383992000, delta=1026869000 ns, racy<=4302500 ns 17:32:25.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.479313000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945479313000 ns, racy<=4302500 ns 17:32:25.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:22.410861000, lastModified=2023-04-30 17:32:21.383992000, delta=1026869000 ns, racy<=4302500 ns 17:32:25.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.479313000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945479313000 ns, racy<=4302500 ns 17:32:25.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:22.410861000, lastModified=2023-04-30 17:32:21.383992000, delta=1026869000 ns, racy<=4302500 ns 17:32:25.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.479313000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945479313000 ns, racy<=4302500 ns 17:32:25.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.576283000, lastModified=2023-04-30 17:32:25.477936000, delta=98347000 ns, racy<=2500000000 ns 17:32:25.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.584 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.584753000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.584753000, lastModified=2023-04-30 17:32:25.477936000, delta=106817000 ns, racy<=2500000000 ns 17:32:25.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.574192000, lastModified=2023-04-30 17:32:21.402992000, delta=4171200000 ns, racy<=4302500 ns 17:32:25.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, is unmodified 17:32:25.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.584753000, lastModified=2023-04-30 17:32:25.477936000, delta=106817000 ns, racy<=2500000000 ns 17:32:25.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.585 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.585586000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.585586000, lastModified=2023-04-30 17:32:25.477936000, delta=107650000 ns, racy<=2500000000 ns 17:32:25.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.585586000, lastModified=2023-04-30 17:32:25.477936000, delta=107650000 ns, racy<=2500000000 ns 17:32:25.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.586 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.586270000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.586270000, lastModified=2023-04-30 17:32:25.477936000, delta=108334000 ns, racy<=2500000000 ns 17:32:25.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.586270000, lastModified=2023-04-30 17:32:25.477936000, delta=108334000 ns, racy<=2500000000 ns 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.587 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.587310000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.587310000, lastModified=2023-04-30 17:32:25.477936000, delta=109374000 ns, racy<=2500000000 ns 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.587310000, lastModified=2023-04-30 17:32:25.477936000, delta=109374000 ns, racy<=2500000000 ns 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.587 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.587720000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.587720000, lastModified=2023-04-30 17:32:25.477936000, delta=109784000 ns, racy<=2500000000 ns 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.587720000, lastModified=2023-04-30 17:32:25.477936000, delta=109784000 ns, racy<=2500000000 ns 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.588 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.588221000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.588221000, lastModified=2023-04-30 17:32:25.477936000, delta=110285000 ns, racy<=2500000000 ns 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.588221000, lastModified=2023-04-30 17:32:25.477936000, delta=110285000 ns, racy<=2500000000 ns 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.588 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.588750000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.588750000, lastModified=2023-04-30 17:32:25.477936000, delta=110814000 ns, racy<=2500000000 ns 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.588750000, lastModified=2023-04-30 17:32:25.477936000, delta=110814000 ns, racy<=2500000000 ns 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.589 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.589242000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.589242000, lastModified=2023-04-30 17:32:25.477936000, delta=111306000 ns, racy<=2500000000 ns 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.589242000, lastModified=2023-04-30 17:32:25.477936000, delta=111306000 ns, racy<=2500000000 ns 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.589 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.589563000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.589563000, lastModified=2023-04-30 17:32:25.477936000, delta=111627000 ns, racy<=2500000000 ns 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.589993000, lastModified=2023-04-30 17:32:25.585935000, size=41, fileKey=(dev=3000f2,ino=1198765810) 17:32:25.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.589563000, lastModified=2023-04-30 17:32:25.477936000, delta=111627000 ns, racy<=2500000000 ns 17:32:25.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.591 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.591286000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.591286000, lastModified=2023-04-30 17:32:25.477936000, delta=113350000 ns, racy<=2500000000 ns 17:32:25.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.595 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.595877000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:25.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.591286000, lastModified=2023-04-30 17:32:25.477936000, delta=113350000 ns, racy<=2500000000 ns 17:32:25.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.596 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.596728000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.596728000, lastModified=2023-04-30 17:32:25.477936000, delta=118792000 ns, racy<=2500000000 ns 17:32:25.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:25.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.596728000, lastModified=2023-04-30 17:32:25.477936000, delta=118792000 ns, racy<=2500000000 ns 17:32:25.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.597 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.597442000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.597442000, lastModified=2023-04-30 17:32:25.477936000, delta=119506000 ns, racy<=2500000000 ns 17:32:25.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.597924000, lastModified=2023-04-30 17:32:25.486936000, size=104, fileKey=(dev=3000f2,ino=1196481813) 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.597442000, lastModified=2023-04-30 17:32:25.477936000, delta=119506000 ns, racy<=2500000000 ns 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.598 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.598180000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.598180000, lastModified=2023-04-30 17:32:25.477936000, delta=120244000 ns, racy<=2500000000 ns 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.598573000, lastModified=2023-04-30 17:32:25.486936000, size=104, fileKey=(dev=3000f2,ino=1196481813) 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.598651000, lastModified=2023-04-30 17:32:25.486936000, size=104, fileKey=(dev=3000f2,ino=1196481813) 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.598180000, lastModified=2023-04-30 17:32:25.477936000, delta=120244000 ns, racy<=2500000000 ns 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.598 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.598765000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.598765000, lastModified=2023-04-30 17:32:25.477936000, delta=120829000 ns, racy<=2500000000 ns 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.598765000, lastModified=2023-04-30 17:32:25.477936000, delta=120829000 ns, racy<=2500000000 ns 17:32:25.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.599 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.599227000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.599227000, lastModified=2023-04-30 17:32:25.477936000, delta=121291000 ns, racy<=2500000000 ns 17:32:25.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.600 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.599227000, lastModified=2023-04-30 17:32:25.477936000, delta=121291000 ns, racy<=2500000000 ns 17:32:25.600 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.600 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.600 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.600961000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.600961000, lastModified=2023-04-30 17:32:25.477936000, delta=123025000 ns, racy<=2500000000 ns 17:32:25.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:25.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:25.601555000, lastModified=2023-04-30 17:32:21.383992000, size=6, fileKey=(dev=3000f2,ino=1205987059) 17:32:25.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.601555000, lastModified=2023-04-30 17:32:21.383992000, delta=4217563000 ns, racy<=4302500 ns 17:32:25.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.600961000, lastModified=2023-04-30 17:32:25.477936000, delta=123025000 ns, racy<=2500000000 ns 17:32:25.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.601 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.601984000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.601984000, lastModified=2023-04-30 17:32:25.477936000, delta=124048000 ns, racy<=2500000000 ns 17:32:25.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.601555000, lastModified=2023-04-30 17:32:21.383992000, delta=4217563000 ns, racy<=4302500 ns 17:32:25.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:25.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.602637000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945602637000 ns, racy<=4302500 ns 17:32:25.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.601555000, lastModified=2023-04-30 17:32:21.383992000, delta=4217563000 ns, racy<=4302500 ns 17:32:25.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.602637000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945602637000 ns, racy<=4302500 ns 17:32:25.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.603747000, lastModified=2023-04-30 17:32:25.596934000, size=0, fileKey=(dev=3000f2,ino=1196481811) 17:32:25.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.601984000, lastModified=2023-04-30 17:32:25.477936000, delta=124048000 ns, racy<=2500000000 ns 17:32:25.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.603 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.603928000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.603928000, lastModified=2023-04-30 17:32:25.477936000, delta=125992000 ns, racy<=2500000000 ns 17:32:25.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.604286000, lastModified=2023-04-30 17:32:25.602934000, size=176, fileKey=(dev=3000f2,ino=1196481811) 17:32:25.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.604444000, lastModified=2023-04-30 17:32:25.602934000, size=176, fileKey=(dev=3000f2,ino=1196481811) 17:32:25.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.603928000, lastModified=2023-04-30 17:32:25.477936000, delta=125992000 ns, racy<=2500000000 ns 17:32:25.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.604 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.604757000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.604757000, lastModified=2023-04-30 17:32:25.477936000, delta=126821000 ns, racy<=2500000000 ns 17:32:25.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.604757000, lastModified=2023-04-30 17:32:25.477936000, delta=126821000 ns, racy<=2500000000 ns 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.605 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.605194000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.605194000, lastModified=2023-04-30 17:32:25.477936000, delta=127258000 ns, racy<=2500000000 ns 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.605194000, lastModified=2023-04-30 17:32:25.477936000, delta=127258000 ns, racy<=2500000000 ns 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.605 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.605519000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.605519000, lastModified=2023-04-30 17:32:25.477936000, delta=127583000 ns, racy<=2500000000 ns 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.605519000, lastModified=2023-04-30 17:32:25.477936000, delta=127583000 ns, racy<=2500000000 ns 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.605 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.605852000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.605852000, lastModified=2023-04-30 17:32:25.477936000, delta=127916000 ns, racy<=2500000000 ns 17:32:25.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:25.606187000, lastModified=2023-04-30 17:32:21.402992000, size=23, fileKey=(dev=3000f2,ino=1196481810) 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:25.606307000, lastModified=2023-04-30 17:32:25.585935000, size=41, fileKey=(dev=3000f2,ino=1198765810) 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.605852000, lastModified=2023-04-30 17:32:25.477936000, delta=127916000 ns, racy<=2500000000 ns 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.606 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.606554000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.606554000, lastModified=2023-04-30 17:32:25.477936000, delta=128618000 ns, racy<=2500000000 ns 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.606187000, lastModified=2023-04-30 17:32:21.402992000, delta=4203195000 ns, racy<=4302500 ns 17:32:25.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, is unmodified 17:32:25.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.606307000, lastModified=2023-04-30 17:32:25.585935000, delta=20372000 ns, racy<=4302500 ns 17:32:25.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, is unmodified 17:32:25.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.601555000, lastModified=2023-04-30 17:32:21.383992000, delta=4217563000 ns, racy<=4302500 ns 17:32:25.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.606554000, lastModified=2023-04-30 17:32:25.477936000, delta=128618000 ns, racy<=2500000000 ns 17:32:25.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.608 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.608339000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.608339000, lastModified=2023-04-30 17:32:25.477936000, delta=130403000 ns, racy<=2500000000 ns 17:32:25.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.608843000, lastModified=2023-04-30 17:32:25.602934000, size=176, fileKey=(dev=3000f2,ino=1196481811) 17:32:25.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.608942000, lastModified=2023-04-30 17:32:25.602934000, size=176, fileKey=(dev=3000f2,ino=1196481811) 17:32:25.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.601555000, lastModified=2023-04-30 17:32:21.383992000, delta=4217563000 ns, racy<=4302500 ns 17:32:25.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.602637000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945602637000 ns, racy<=4302500 ns 17:32:25.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.601555000, lastModified=2023-04-30 17:32:21.383992000, delta=4217563000 ns, racy<=4302500 ns 17:32:25.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.602637000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945602637000 ns, racy<=4302500 ns 17:32:25.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.601555000, lastModified=2023-04-30 17:32:21.383992000, delta=4217563000 ns, racy<=4302500 ns 17:32:25.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.602637000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945602637000 ns, racy<=4302500 ns 17:32:25.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.601555000, lastModified=2023-04-30 17:32:21.383992000, delta=4217563000 ns, racy<=4302500 ns 17:32:25.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.602637000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945602637000 ns, racy<=4302500 ns 17:32:25.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.608339000, lastModified=2023-04-30 17:32:25.477936000, delta=130403000 ns, racy<=2500000000 ns 17:32:25.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.611 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.611544000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.611544000, lastModified=2023-04-30 17:32:25.477936000, delta=133608000 ns, racy<=2500000000 ns 17:32:25.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.606187000, lastModified=2023-04-30 17:32:21.402992000, delta=4203195000 ns, racy<=4302500 ns 17:32:25.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, is unmodified 17:32:25.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.606307000, lastModified=2023-04-30 17:32:25.585935000, delta=20372000 ns, racy<=4302500 ns 17:32:25.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, is unmodified 17:32:25.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.611544000, lastModified=2023-04-30 17:32:25.477936000, delta=133608000 ns, racy<=2500000000 ns 17:32:25.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.612 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.612358000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.612358000, lastModified=2023-04-30 17:32:25.477936000, delta=134422000 ns, racy<=2500000000 ns 17:32:25.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.606307000, lastModified=2023-04-30 17:32:25.585935000, delta=20372000 ns, racy<=4302500 ns 17:32:25.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, is unmodified 17:32:25.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.612358000, lastModified=2023-04-30 17:32:25.477936000, delta=134422000 ns, racy<=2500000000 ns 17:32:25.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.613 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.613309000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.613309000, lastModified=2023-04-30 17:32:25.477936000, delta=135373000 ns, racy<=2500000000 ns 17:32:25.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.613309000, lastModified=2023-04-30 17:32:25.477936000, delta=135373000 ns, racy<=2500000000 ns 17:32:25.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.613 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.613810000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.613810000, lastModified=2023-04-30 17:32:25.477936000, delta=135874000 ns, racy<=2500000000 ns 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.613810000, lastModified=2023-04-30 17:32:25.477936000, delta=135874000 ns, racy<=2500000000 ns 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.614 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.614302000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.614302000, lastModified=2023-04-30 17:32:25.477936000, delta=136366000 ns, racy<=2500000000 ns 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.614302000, lastModified=2023-04-30 17:32:25.477936000, delta=136366000 ns, racy<=2500000000 ns 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.614 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.614712000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.614712000, lastModified=2023-04-30 17:32:25.477936000, delta=136776000 ns, racy<=2500000000 ns 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.614712000, lastModified=2023-04-30 17:32:25.477936000, delta=136776000 ns, racy<=2500000000 ns 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.615 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.615130000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.615130000, lastModified=2023-04-30 17:32:25.477936000, delta=137194000 ns, racy<=2500000000 ns 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.615130000, lastModified=2023-04-30 17:32:25.477936000, delta=137194000 ns, racy<=2500000000 ns 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.615 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.615464000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.615464000, lastModified=2023-04-30 17:32:25.477936000, delta=137528000 ns, racy<=2500000000 ns 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.615706000, lastModified=2023-04-30 17:32:25.611934000, size=41, fileKey=(dev=3000f2,ino=1198765811) 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.615464000, lastModified=2023-04-30 17:32:25.477936000, delta=137528000 ns, racy<=2500000000 ns 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.615 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.615981000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.615981000, lastModified=2023-04-30 17:32:25.477936000, delta=138045000 ns, racy<=2500000000 ns 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.597234000, lastModified=2023-04-30 17:32:21.470991000, delta=4126243000 ns, racy<=2500000000 ns 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.615981000, lastModified=2023-04-30 17:32:25.477936000, delta=138045000 ns, racy<=2500000000 ns 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.616 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.616407000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.616407000, lastModified=2023-04-30 17:32:25.477936000, delta=138471000 ns, racy<=2500000000 ns 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=true, read=2023-04-30 17:32:22.297001000, lastModified=2023-04-30 17:32:21.470991000, delta=826010000 ns, racy<=2500000000 ns 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is racily clean 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.616651000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:25.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.616651000, lastModified=2023-04-30 17:32:21.470991000, delta=4145660000 ns, racy<=2500000000 ns 17:32:25.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:25.669365000, lastModified=2023-04-30 17:32:25.611934000, size=41, fileKey=(dev=3000f2,ino=1198765811) 17:32:25.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.616407000, lastModified=2023-04-30 17:32:25.477936000, delta=138471000 ns, racy<=2500000000 ns 17:32:25.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.669698000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.669698000, lastModified=2023-04-30 17:32:25.477936000, delta=191762000 ns, racy<=2500000000 ns 17:32:25.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.669365000, lastModified=2023-04-30 17:32:25.611934000, delta=57431000 ns, racy<=4302500 ns 17:32:25.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, is unmodified 17:32:25.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.671260000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:25.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.669698000, lastModified=2023-04-30 17:32:25.477936000, delta=191762000 ns, racy<=2500000000 ns 17:32:25.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.671633000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.671633000, lastModified=2023-04-30 17:32:25.477936000, delta=193697000 ns, racy<=2500000000 ns 17:32:25.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.671633000, lastModified=2023-04-30 17:32:25.477936000, delta=193697000 ns, racy<=2500000000 ns 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.672 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.672149000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.672149000, lastModified=2023-04-30 17:32:25.477936000, delta=194213000 ns, racy<=2500000000 ns 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.672480000, lastModified=2023-04-30 17:32:25.602934000, size=176, fileKey=(dev=3000f2,ino=1196481811) 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.672149000, lastModified=2023-04-30 17:32:25.477936000, delta=194213000 ns, racy<=2500000000 ns 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.672 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.672679000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.672679000, lastModified=2023-04-30 17:32:25.477936000, delta=194743000 ns, racy<=2500000000 ns 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.673214000, lastModified=2023-04-30 17:32:25.602934000, size=176, fileKey=(dev=3000f2,ino=1196481811) 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.673313000, lastModified=2023-04-30 17:32:25.602934000, size=176, fileKey=(dev=3000f2,ino=1196481811) 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.672679000, lastModified=2023-04-30 17:32:25.477936000, delta=194743000 ns, racy<=2500000000 ns 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.673 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.673427000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.673427000, lastModified=2023-04-30 17:32:25.477936000, delta=195491000 ns, racy<=2500000000 ns 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.673427000, lastModified=2023-04-30 17:32:25.477936000, delta=195491000 ns, racy<=2500000000 ns 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.673 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.673891000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.673891000, lastModified=2023-04-30 17:32:25.477936000, delta=195955000 ns, racy<=2500000000 ns 17:32:25.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.673891000, lastModified=2023-04-30 17:32:25.477936000, delta=195955000 ns, racy<=2500000000 ns 17:32:25.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.674 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.674558000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.674558000, lastModified=2023-04-30 17:32:25.477936000, delta=196622000 ns, racy<=2500000000 ns 17:32:25.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:25.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:25.675105000, lastModified=2023-04-30 17:32:21.383992000, size=6, fileKey=(dev=3000f2,ino=1205987059) 17:32:25.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.675105000, lastModified=2023-04-30 17:32:21.383992000, delta=4291113000 ns, racy<=4302500 ns 17:32:25.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:25.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.675520000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945675520000 ns, racy<=4302500 ns 17:32:25.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.675105000, lastModified=2023-04-30 17:32:21.383992000, delta=4291113000 ns, racy<=4302500 ns 17:32:25.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.675520000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945675520000 ns, racy<=4302500 ns 17:32:25.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.675105000, lastModified=2023-04-30 17:32:21.383992000, delta=4291113000 ns, racy<=4302500 ns 17:32:25.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.676723000, lastModified=2023-04-30 17:32:25.671933000, size=0, fileKey=(dev=3000f2,ino=1196481813) 17:32:25.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.674558000, lastModified=2023-04-30 17:32:25.477936000, delta=196622000 ns, racy<=2500000000 ns 17:32:25.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.676 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.676865000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.676865000, lastModified=2023-04-30 17:32:25.477936000, delta=198929000 ns, racy<=2500000000 ns 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.677249000, lastModified=2023-04-30 17:32:25.675933000, size=176, fileKey=(dev=3000f2,ino=1196481813) 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.677347000, lastModified=2023-04-30 17:32:25.675933000, size=176, fileKey=(dev=3000f2,ino=1196481813) 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.676865000, lastModified=2023-04-30 17:32:25.477936000, delta=198929000 ns, racy<=2500000000 ns 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.677 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.677612000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.677612000, lastModified=2023-04-30 17:32:25.477936000, delta=199676000 ns, racy<=2500000000 ns 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.677612000, lastModified=2023-04-30 17:32:25.477936000, delta=199676000 ns, racy<=2500000000 ns 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.677 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.677921000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.677921000, lastModified=2023-04-30 17:32:25.477936000, delta=199985000 ns, racy<=2500000000 ns 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.677921000, lastModified=2023-04-30 17:32:25.477936000, delta=199985000 ns, racy<=2500000000 ns 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.678 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.678264000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.678264000, lastModified=2023-04-30 17:32:25.477936000, delta=200328000 ns, racy<=2500000000 ns 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.678264000, lastModified=2023-04-30 17:32:25.477936000, delta=200328000 ns, racy<=2500000000 ns 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.678 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.678532000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.678532000, lastModified=2023-04-30 17:32:25.477936000, delta=200596000 ns, racy<=2500000000 ns 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:25.678816000, lastModified=2023-04-30 17:32:21.402992000, size=23, fileKey=(dev=3000f2,ino=1196481810) 17:32:25.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:25.678909000, lastModified=2023-04-30 17:32:25.611934000, size=41, fileKey=(dev=3000f2,ino=1198765811) 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.678532000, lastModified=2023-04-30 17:32:25.477936000, delta=200596000 ns, racy<=2500000000 ns 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.679 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.679124000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.679124000, lastModified=2023-04-30 17:32:25.477936000, delta=201188000 ns, racy<=2500000000 ns 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.678816000, lastModified=2023-04-30 17:32:21.402992000, delta=4275824000 ns, racy<=4302500 ns 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, is unmodified 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.678909000, lastModified=2023-04-30 17:32:25.611934000, delta=66975000 ns, racy<=4302500 ns 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, is unmodified 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.675105000, lastModified=2023-04-30 17:32:21.383992000, delta=4291113000 ns, racy<=4302500 ns 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.679124000, lastModified=2023-04-30 17:32:25.477936000, delta=201188000 ns, racy<=2500000000 ns 17:32:25.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.680 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.680033000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.680033000, lastModified=2023-04-30 17:32:25.477936000, delta=202097000 ns, racy<=2500000000 ns 17:32:25.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.680519000, lastModified=2023-04-30 17:32:25.675933000, size=176, fileKey=(dev=3000f2,ino=1196481813) 17:32:25.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.680639000, lastModified=2023-04-30 17:32:25.675933000, size=176, fileKey=(dev=3000f2,ino=1196481813) 17:32:25.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.675105000, lastModified=2023-04-30 17:32:21.383992000, delta=4291113000 ns, racy<=4302500 ns 17:32:25.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.675520000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945675520000 ns, racy<=4302500 ns 17:32:25.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.675105000, lastModified=2023-04-30 17:32:21.383992000, delta=4291113000 ns, racy<=4302500 ns 17:32:25.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.675520000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945675520000 ns, racy<=4302500 ns 17:32:25.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.675105000, lastModified=2023-04-30 17:32:21.383992000, delta=4291113000 ns, racy<=4302500 ns 17:32:25.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.675520000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945675520000 ns, racy<=4302500 ns 17:32:25.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.675105000, lastModified=2023-04-30 17:32:21.383992000, delta=4291113000 ns, racy<=4302500 ns 17:32:25.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.675520000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945675520000 ns, racy<=4302500 ns 17:32:25.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack/preserved, is unmodified 17:32:25.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.680033000, lastModified=2023-04-30 17:32:25.477936000, delta=202097000 ns, racy<=2500000000 ns 17:32:25.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.682 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.682917000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.682917000, lastModified=2023-04-30 17:32:25.477936000, delta=204981000 ns, racy<=2500000000 ns 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.678816000, lastModified=2023-04-30 17:32:21.402992000, delta=4275824000 ns, racy<=4302500 ns 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/HEAD, is unmodified 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.678909000, lastModified=2023-04-30 17:32:25.611934000, delta=66975000 ns, racy<=4302500 ns 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, is unmodified 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.682917000, lastModified=2023-04-30 17:32:25.477936000, delta=204981000 ns, racy<=2500000000 ns 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.683 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.683616000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.683616000, lastModified=2023-04-30 17:32:25.477936000, delta=205680000 ns, racy<=2500000000 ns 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.678909000, lastModified=2023-04-30 17:32:25.611934000, delta=66975000 ns, racy<=4302500 ns 17:32:25.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, is unmodified 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.683616000, lastModified=2023-04-30 17:32:25.477936000, delta=205680000 ns, racy<=2500000000 ns 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.684 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.684338000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.684338000, lastModified=2023-04-30 17:32:25.477936000, delta=206402000 ns, racy<=2500000000 ns 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.684338000, lastModified=2023-04-30 17:32:25.477936000, delta=206402000 ns, racy<=2500000000 ns 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.684 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.684719000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.684719000, lastModified=2023-04-30 17:32:25.477936000, delta=206783000 ns, racy<=2500000000 ns 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.684719000, lastModified=2023-04-30 17:32:25.477936000, delta=206783000 ns, racy<=2500000000 ns 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.685 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.685172000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.685172000, lastModified=2023-04-30 17:32:25.477936000, delta=207236000 ns, racy<=2500000000 ns 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.685172000, lastModified=2023-04-30 17:32:25.477936000, delta=207236000 ns, racy<=2500000000 ns 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.685 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.685502000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.685502000, lastModified=2023-04-30 17:32:25.477936000, delta=207566000 ns, racy<=2500000000 ns 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.685502000, lastModified=2023-04-30 17:32:25.477936000, delta=207566000 ns, racy<=2500000000 ns 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.685 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.685871000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.685871000, lastModified=2023-04-30 17:32:25.477936000, delta=207935000 ns, racy<=2500000000 ns 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.685871000, lastModified=2023-04-30 17:32:25.477936000, delta=207935000 ns, racy<=2500000000 ns 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.686 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.686219000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.686219000, lastModified=2023-04-30 17:32:25.477936000, delta=208283000 ns, racy<=2500000000 ns 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.686463000, lastModified=2023-04-30 17:32:25.682933000, size=41, fileKey=(dev=3000f2,ino=1198765810) 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.686219000, lastModified=2023-04-30 17:32:25.477936000, delta=208283000 ns, racy<=2500000000 ns 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.686 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.686696000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.686696000, lastModified=2023-04-30 17:32:25.477936000, delta=208760000 ns, racy<=2500000000 ns 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.671876000, lastModified=2023-04-30 17:32:21.470991000, delta=4200885000 ns, racy<=2500000000 ns 17:32:25.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.686696000, lastModified=2023-04-30 17:32:25.477936000, delta=208760000 ns, racy<=2500000000 ns 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.687 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.687165000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.687165000, lastModified=2023-04-30 17:32:25.477936000, delta=209229000 ns, racy<=2500000000 ns 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, FileKey changed from (dev=3000f2,ino=1198765811) to (dev=3000f2,ino=1198765810) 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:25.687535000, lastModified=2023-04-30 17:32:25.682933000, size=41, fileKey=(dev=3000f2,ino=1198765810) 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.687165000, lastModified=2023-04-30 17:32:25.477936000, delta=209229000 ns, racy<=2500000000 ns 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.687 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.687703000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.687703000, lastModified=2023-04-30 17:32:25.477936000, delta=209767000 ns, racy<=2500000000 ns 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.687535000, lastModified=2023-04-30 17:32:25.682933000, delta=4602000 ns, racy<=4302500 ns 17:32:25.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/refs/heads/master, is unmodified 17:32:25.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.687703000, lastModified=2023-04-30 17:32:25.477936000, delta=209767000 ns, racy<=2500000000 ns 17:32:25.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.688 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.688361000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.688361000, lastModified=2023-04-30 17:32:25.477936000, delta=210425000 ns, racy<=2500000000 ns 17:32:25.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:25.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:25.689203000, lastModified=2023-04-30 17:32:21.383992000, size=6, fileKey=(dev=3000f2,ino=1205987059) 17:32:25.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.689203000, lastModified=2023-04-30 17:32:21.383992000, delta=4305211000 ns, racy<=4302500 ns 17:32:25.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.688361000, lastModified=2023-04-30 17:32:25.477936000, delta=210425000 ns, racy<=2500000000 ns 17:32:25.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.689 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.689695000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.689695000, lastModified=2023-04-30 17:32:25.477936000, delta=211759000 ns, racy<=2500000000 ns 17:32:25.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.689203000, lastModified=2023-04-30 17:32:21.383992000, delta=4305211000 ns, racy<=4302500 ns 17:32:25.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.689203000, lastModified=2023-04-30 17:32:21.383992000, delta=4305211000 ns, racy<=4302500 ns 17:32:25.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.692228000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:25.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.689695000, lastModified=2023-04-30 17:32:25.477936000, delta=211759000 ns, racy<=2500000000 ns 17:32:25.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.692 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.692530000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.692530000, lastModified=2023-04-30 17:32:25.477936000, delta=214594000 ns, racy<=2500000000 ns 17:32:25.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.692753000, lastModified=2023-04-30 17:32:21.470991000, size=78, fileKey=(dev=3000f2,ino=1196481812) 17:32:25.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.692530000, lastModified=2023-04-30 17:32:25.477936000, delta=214594000 ns, racy<=2500000000 ns 17:32:25.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.692 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.693014000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.693014000, lastModified=2023-04-30 17:32:25.477936000, delta=215078000 ns, racy<=2500000000 ns 17:32:25.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.692753000, lastModified=2023-04-30 17:32:21.470991000, delta=4221762000 ns, racy<=2500000000 ns 17:32:25.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, is unmodified 17:32:25.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.693347000, lastModified=2023-04-30 17:32:25.675933000, size=176, fileKey=(dev=3000f2,ino=1196481813) 17:32:25.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:25.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:25.694124000, lastModified=2023-04-30 17:32:21.383992000, size=6, fileKey=(dev=3000f2,ino=1205987059) 17:32:25.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.694124000, lastModified=2023-04-30 17:32:21.383992000, delta=4310132000 ns, racy<=4302500 ns 17:32:25.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.694124000, lastModified=2023-04-30 17:32:21.383992000, delta=4310132000 ns, racy<=4302500 ns 17:32:25.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.694124000, lastModified=2023-04-30 17:32:21.383992000, delta=4310132000 ns, racy<=4302500 ns 17:32:25.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.699 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.693014000, lastModified=2023-04-30 17:32:25.477936000, delta=215078000 ns, racy<=2500000000 ns 17:32:25.699 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.699 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.700 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.700010000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.700 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.700010000, lastModified=2023-04-30 17:32:25.477936000, delta=222074000 ns, racy<=2500000000 ns 17:32:25.700 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.700 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.700 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.704 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.689203000, lastModified=2023-04-30 17:32:21.383992000, delta=4305211000 ns, racy<=4302500 ns 17:32:25.704 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.704 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.689203000, lastModified=2023-04-30 17:32:21.383992000, delta=4305211000 ns, racy<=4302500 ns 17:32:25.704 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/objects/pack, is unmodified 17:32:25.704 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.700010000, lastModified=2023-04-30 17:32:25.477936000, delta=222074000 ns, racy<=2500000000 ns 17:32:25.704 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.704 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.705 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.705002000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.705 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.705002000, lastModified=2023-04-30 17:32:25.477936000, delta=227066000 ns, racy<=2500000000 ns 17:32:25.705 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.705 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.705 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.706 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.705002000, lastModified=2023-04-30 17:32:25.477936000, delta=227066000 ns, racy<=2500000000 ns 17:32:25.706 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.706 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.707 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.706988000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.707 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.706988000, lastModified=2023-04-30 17:32:25.477936000, delta=229052000 ns, racy<=2500000000 ns 17:32:25.707 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.707 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.707 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6005538189104527223/.git/config, cannot be racily clean 17:32:25.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.706988000, lastModified=2023-04-30 17:32:25.477936000, delta=229052000 ns, racy<=2500000000 ns 17:32:25.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.772 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.772954000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.772954000, lastModified=2023-04-30 17:32:25.477936000, delta=295018000 ns, racy<=2500000000 ns 17:32:25.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.772954000, lastModified=2023-04-30 17:32:25.477936000, delta=295018000 ns, racy<=2500000000 ns 17:32:25.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.773 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.773413000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.773413000, lastModified=2023-04-30 17:32:25.477936000, delta=295477000 ns, racy<=2500000000 ns 17:32:25.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.773413000, lastModified=2023-04-30 17:32:25.477936000, delta=295477000 ns, racy<=2500000000 ns 17:32:25.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.773 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.774009000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.774009000, lastModified=2023-04-30 17:32:25.477936000, delta=296073000 ns, racy<=2500000000 ns 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.773682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945773682000 ns, racy<=2500000000 ns 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is unmodified 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.774009000, lastModified=2023-04-30 17:32:25.477936000, delta=296073000 ns, racy<=2500000000 ns 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.774 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.774648000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.774648000, lastModified=2023-04-30 17:32:25.477936000, delta=296712000 ns, racy<=2500000000 ns 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.773682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945773682000 ns, racy<=2500000000 ns 17:32:25.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is unmodified 17:32:25.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.774648000, lastModified=2023-04-30 17:32:25.477936000, delta=296712000 ns, racy<=2500000000 ns 17:32:25.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.775 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.775261000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.775261000, lastModified=2023-04-30 17:32:25.477936000, delta=297325000 ns, racy<=2500000000 ns 17:32:25.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.773682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945773682000 ns, racy<=2500000000 ns 17:32:25.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is unmodified 17:32:25.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.775261000, lastModified=2023-04-30 17:32:25.477936000, delta=297325000 ns, racy<=2500000000 ns 17:32:25.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.776545000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.776545000, lastModified=2023-04-30 17:32:25.477936000, delta=298609000 ns, racy<=2500000000 ns 17:32:25.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.773682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945773682000 ns, racy<=2500000000 ns 17:32:25.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is unmodified 17:32:25.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.776545000, lastModified=2023-04-30 17:32:25.477936000, delta=298609000 ns, racy<=2500000000 ns 17:32:25.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.777 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.777279000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.777279000, lastModified=2023-04-30 17:32:25.477936000, delta=299343000 ns, racy<=2500000000 ns 17:32:25.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.773682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945773682000 ns, racy<=2500000000 ns 17:32:25.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is unmodified 17:32:25.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.777279000, lastModified=2023-04-30 17:32:25.477936000, delta=299343000 ns, racy<=2500000000 ns 17:32:25.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.778 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.778038000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.778038000, lastModified=2023-04-30 17:32:25.477936000, delta=300102000 ns, racy<=2500000000 ns 17:32:25.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.773682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945773682000 ns, racy<=2500000000 ns 17:32:25.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is unmodified 17:32:25.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.778038000, lastModified=2023-04-30 17:32:25.477936000, delta=300102000 ns, racy<=2500000000 ns 17:32:25.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.779 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.779277000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.779277000, lastModified=2023-04-30 17:32:25.477936000, delta=301341000 ns, racy<=2500000000 ns 17:32:25.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.773682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945773682000 ns, racy<=2500000000 ns 17:32:25.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is unmodified 17:32:25.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.779277000, lastModified=2023-04-30 17:32:25.477936000, delta=301341000 ns, racy<=2500000000 ns 17:32:25.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.779 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.779890000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.779890000, lastModified=2023-04-30 17:32:25.477936000, delta=301954000 ns, racy<=2500000000 ns 17:32:25.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.773682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945773682000 ns, racy<=2500000000 ns 17:32:25.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is unmodified 17:32:25.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.779890000, lastModified=2023-04-30 17:32:25.477936000, delta=301954000 ns, racy<=2500000000 ns 17:32:25.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.780 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.780585000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.780585000, lastModified=2023-04-30 17:32:25.477936000, delta=302649000 ns, racy<=2500000000 ns 17:32:25.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=false, read=2023-04-30 17:32:25.773682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945773682000 ns, racy<=2500000000 ns 17:32:25.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is unmodified 17:32:25.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.781124000, lastModified=2023-04-30 17:32:25.779932000, size=23, fileKey=(dev=3000f2,ino=1232436581) 17:32:25.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.782153000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.782639000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.780585000, lastModified=2023-04-30 17:32:25.477936000, delta=302649000 ns, racy<=2500000000 ns 17:32:25.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.782 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.782884000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.782884000, lastModified=2023-04-30 17:32:25.477936000, delta=304948000 ns, racy<=2500000000 ns 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.783089000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.782884000, lastModified=2023-04-30 17:32:25.477936000, delta=304948000 ns, racy<=2500000000 ns 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.783 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.783265000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.783265000, lastModified=2023-04-30 17:32:25.477936000, delta=305329000 ns, racy<=2500000000 ns 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.783089000, lastModified=2023-04-30 17:32:25.780932000, delta=2157000 ns, racy<=2500000000 ns 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.783450000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.783450000, lastModified=2023-04-30 17:32:25.780932000, delta=2518000 ns, racy<=2500000000 ns 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.783265000, lastModified=2023-04-30 17:32:25.477936000, delta=305329000 ns, racy<=2500000000 ns 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.783 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.783725000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.783725000, lastModified=2023-04-30 17:32:25.477936000, delta=305789000 ns, racy<=2500000000 ns 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.783450000, lastModified=2023-04-30 17:32:25.780932000, delta=2518000 ns, racy<=2500000000 ns 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.783924000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.783924000, lastModified=2023-04-30 17:32:25.780932000, delta=2992000 ns, racy<=2500000000 ns 17:32:25.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:25.784063000, lastModified=2023-04-30 17:32:25.779932000, size=23, fileKey=(dev=3000f2,ino=1232436581) 17:32:25.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.784736000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.783725000, lastModified=2023-04-30 17:32:25.477936000, delta=305789000 ns, racy<=2500000000 ns 17:32:25.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.784 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.784963000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.784963000, lastModified=2023-04-30 17:32:25.477936000, delta=307027000 ns, racy<=2500000000 ns 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.785183000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.784963000, lastModified=2023-04-30 17:32:25.477936000, delta=307027000 ns, racy<=2500000000 ns 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.785 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.785369000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.785369000, lastModified=2023-04-30 17:32:25.477936000, delta=307433000 ns, racy<=2500000000 ns 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.785183000, lastModified=2023-04-30 17:32:25.780932000, delta=4251000 ns, racy<=2500000000 ns 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.785567000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.785567000, lastModified=2023-04-30 17:32:25.780932000, delta=4635000 ns, racy<=2500000000 ns 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.785369000, lastModified=2023-04-30 17:32:25.477936000, delta=307433000 ns, racy<=2500000000 ns 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.785 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.785966000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.785966000, lastModified=2023-04-30 17:32:25.477936000, delta=308030000 ns, racy<=2500000000 ns 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.785567000, lastModified=2023-04-30 17:32:25.780932000, delta=4635000 ns, racy<=2500000000 ns 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.786158000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.786158000, lastModified=2023-04-30 17:32:25.780932000, delta=5226000 ns, racy<=2500000000 ns 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.785966000, lastModified=2023-04-30 17:32:25.477936000, delta=308030000 ns, racy<=2500000000 ns 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.786 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.786430000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.786430000, lastModified=2023-04-30 17:32:25.477936000, delta=308494000 ns, racy<=2500000000 ns 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.786158000, lastModified=2023-04-30 17:32:25.780932000, delta=5226000 ns, racy<=2500000000 ns 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.786610000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.786610000, lastModified=2023-04-30 17:32:25.780932000, delta=5678000 ns, racy<=2500000000 ns 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.786430000, lastModified=2023-04-30 17:32:25.477936000, delta=308494000 ns, racy<=2500000000 ns 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.786 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.786827000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.786827000, lastModified=2023-04-30 17:32:25.477936000, delta=308891000 ns, racy<=2500000000 ns 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.786610000, lastModified=2023-04-30 17:32:25.780932000, delta=5678000 ns, racy<=2500000000 ns 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.787020000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.787020000, lastModified=2023-04-30 17:32:25.780932000, delta=6088000 ns, racy<=2500000000 ns 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.786827000, lastModified=2023-04-30 17:32:25.477936000, delta=308891000 ns, racy<=2500000000 ns 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.787 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.787390000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.787390000, lastModified=2023-04-30 17:32:25.477936000, delta=309454000 ns, racy<=2500000000 ns 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.787020000, lastModified=2023-04-30 17:32:25.780932000, delta=6088000 ns, racy<=2500000000 ns 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.787583000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.787583000, lastModified=2023-04-30 17:32:25.780932000, delta=6651000 ns, racy<=2500000000 ns 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.787390000, lastModified=2023-04-30 17:32:25.477936000, delta=309454000 ns, racy<=2500000000 ns 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.787 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.787859000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.787859000, lastModified=2023-04-30 17:32:25.477936000, delta=309923000 ns, racy<=2500000000 ns 17:32:25.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.787583000, lastModified=2023-04-30 17:32:25.780932000, delta=6651000 ns, racy<=2500000000 ns 17:32:25.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.788051000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.788051000, lastModified=2023-04-30 17:32:25.780932000, delta=7119000 ns, racy<=2500000000 ns 17:32:25.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:25.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:25.788371000, lastModified=2023-04-30 17:32:25.774932000, size=6, fileKey=(dev=3000f2,ino=1241603358) 17:32:25.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.788371000, lastModified=2023-04-30 17:32:25.774932000, delta=13439000 ns, racy<=4302500 ns 17:32:25.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:25.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.789334000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945789334000 ns, racy<=4302500 ns 17:32:25.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.788371000, lastModified=2023-04-30 17:32:25.774932000, delta=13439000 ns, racy<=4302500 ns 17:32:25.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.789334000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945789334000 ns, racy<=4302500 ns 17:32:25.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.787859000, lastModified=2023-04-30 17:32:25.477936000, delta=309923000 ns, racy<=2500000000 ns 17:32:25.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.790 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.790750000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.790750000, lastModified=2023-04-30 17:32:25.477936000, delta=312814000 ns, racy<=2500000000 ns 17:32:25.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.788051000, lastModified=2023-04-30 17:32:25.780932000, delta=7119000 ns, racy<=2500000000 ns 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.791017000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.791017000, lastModified=2023-04-30 17:32:25.780932000, delta=10085000 ns, racy<=2500000000 ns 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.791175000, lastModified=2023-04-30 17:32:25.784932000, size=0, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.790750000, lastModified=2023-04-30 17:32:25.477936000, delta=312814000 ns, racy<=2500000000 ns 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.791 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.791251000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.791251000, lastModified=2023-04-30 17:32:25.477936000, delta=313315000 ns, racy<=2500000000 ns 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.791017000, lastModified=2023-04-30 17:32:25.780932000, delta=10085000 ns, racy<=2500000000 ns 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.791425000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.791425000, lastModified=2023-04-30 17:32:25.780932000, delta=10493000 ns, racy<=2500000000 ns 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.791582000, lastModified=2023-04-30 17:32:25.789932000, size=104, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.791650000, lastModified=2023-04-30 17:32:25.789932000, size=104, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.791251000, lastModified=2023-04-30 17:32:25.477936000, delta=313315000 ns, racy<=2500000000 ns 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.791 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.791736000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.791736000, lastModified=2023-04-30 17:32:25.477936000, delta=313800000 ns, racy<=2500000000 ns 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.791425000, lastModified=2023-04-30 17:32:25.780932000, delta=10493000 ns, racy<=2500000000 ns 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.791949000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.791949000, lastModified=2023-04-30 17:32:25.780932000, delta=11017000 ns, racy<=2500000000 ns 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.792234000, lastModified=2023-04-30 17:32:25.789932000, size=104, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.792302000, lastModified=2023-04-30 17:32:25.789932000, size=104, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.792402000, lastModified=2023-04-30 17:32:25.790932000, size=0, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.791736000, lastModified=2023-04-30 17:32:25.477936000, delta=313800000 ns, racy<=2500000000 ns 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.792 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.792475000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.792475000, lastModified=2023-04-30 17:32:25.477936000, delta=314539000 ns, racy<=2500000000 ns 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.791949000, lastModified=2023-04-30 17:32:25.780932000, delta=11017000 ns, racy<=2500000000 ns 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.792660000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.792660000, lastModified=2023-04-30 17:32:25.780932000, delta=11728000 ns, racy<=2500000000 ns 17:32:25.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.792833000, lastModified=2023-04-30 17:32:25.791932000, size=104, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.792475000, lastModified=2023-04-30 17:32:25.477936000, delta=314539000 ns, racy<=2500000000 ns 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.793 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.793119000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.793119000, lastModified=2023-04-30 17:32:25.477936000, delta=315183000 ns, racy<=2500000000 ns 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.792660000, lastModified=2023-04-30 17:32:25.780932000, delta=11728000 ns, racy<=2500000000 ns 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.793304000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.793304000, lastModified=2023-04-30 17:32:25.780932000, delta=12372000 ns, racy<=2500000000 ns 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.793119000, lastModified=2023-04-30 17:32:25.477936000, delta=315183000 ns, racy<=2500000000 ns 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.793 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.793842000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.793842000, lastModified=2023-04-30 17:32:25.477936000, delta=315906000 ns, racy<=2500000000 ns 17:32:25.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.793304000, lastModified=2023-04-30 17:32:25.780932000, delta=12372000 ns, racy<=2500000000 ns 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.794058000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.794058000, lastModified=2023-04-30 17:32:25.780932000, delta=13126000 ns, racy<=2500000000 ns 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.793842000, lastModified=2023-04-30 17:32:25.477936000, delta=315906000 ns, racy<=2500000000 ns 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.794 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.794234000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.794234000, lastModified=2023-04-30 17:32:25.477936000, delta=316298000 ns, racy<=2500000000 ns 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.794058000, lastModified=2023-04-30 17:32:25.780932000, delta=13126000 ns, racy<=2500000000 ns 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.794447000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.794447000, lastModified=2023-04-30 17:32:25.780932000, delta=13515000 ns, racy<=2500000000 ns 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.794234000, lastModified=2023-04-30 17:32:25.477936000, delta=316298000 ns, racy<=2500000000 ns 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.794 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.794622000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.794622000, lastModified=2023-04-30 17:32:25.477936000, delta=316686000 ns, racy<=2500000000 ns 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.794447000, lastModified=2023-04-30 17:32:25.780932000, delta=13515000 ns, racy<=2500000000 ns 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.794839000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.794839000, lastModified=2023-04-30 17:32:25.780932000, delta=13907000 ns, racy<=2500000000 ns 17:32:25.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:25.794982000, lastModified=2023-04-30 17:32:25.779932000, size=23, fileKey=(dev=3000f2,ino=1232436581) 17:32:25.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.794622000, lastModified=2023-04-30 17:32:25.477936000, delta=316686000 ns, racy<=2500000000 ns 17:32:25.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.795 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.795284000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.795284000, lastModified=2023-04-30 17:32:25.477936000, delta=317348000 ns, racy<=2500000000 ns 17:32:25.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.794839000, lastModified=2023-04-30 17:32:25.780932000, delta=13907000 ns, racy<=2500000000 ns 17:32:25.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.795468000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.795468000, lastModified=2023-04-30 17:32:25.780932000, delta=14536000 ns, racy<=2500000000 ns 17:32:25.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.794982000, lastModified=2023-04-30 17:32:25.779932000, delta=15050000 ns, racy<=4302500 ns 17:32:25.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, is unmodified 17:32:25.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.795284000, lastModified=2023-04-30 17:32:25.477936000, delta=317348000 ns, racy<=2500000000 ns 17:32:25.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.796 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.796491000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.796491000, lastModified=2023-04-30 17:32:25.477936000, delta=318555000 ns, racy<=2500000000 ns 17:32:25.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.795468000, lastModified=2023-04-30 17:32:25.780932000, delta=14536000 ns, racy<=2500000000 ns 17:32:25.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.796699000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.796699000, lastModified=2023-04-30 17:32:25.780932000, delta=15767000 ns, racy<=2500000000 ns 17:32:25.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.797018000, lastModified=2023-04-30 17:32:25.791932000, size=104, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.797102000, lastModified=2023-04-30 17:32:25.791932000, size=104, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.788371000, lastModified=2023-04-30 17:32:25.774932000, delta=13439000 ns, racy<=4302500 ns 17:32:25.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.789334000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945789334000 ns, racy<=4302500 ns 17:32:25.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.788371000, lastModified=2023-04-30 17:32:25.774932000, delta=13439000 ns, racy<=4302500 ns 17:32:25.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.789334000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945789334000 ns, racy<=4302500 ns 17:32:25.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.788371000, lastModified=2023-04-30 17:32:25.774932000, delta=13439000 ns, racy<=4302500 ns 17:32:25.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.789334000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945789334000 ns, racy<=4302500 ns 17:32:25.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.788371000, lastModified=2023-04-30 17:32:25.774932000, delta=13439000 ns, racy<=4302500 ns 17:32:25.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.789334000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945789334000 ns, racy<=4302500 ns 17:32:25.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.796491000, lastModified=2023-04-30 17:32:25.477936000, delta=318555000 ns, racy<=2500000000 ns 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.799 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.799151000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.799151000, lastModified=2023-04-30 17:32:25.477936000, delta=321215000 ns, racy<=2500000000 ns 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.796699000, lastModified=2023-04-30 17:32:25.780932000, delta=15767000 ns, racy<=2500000000 ns 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.799359000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.799359000, lastModified=2023-04-30 17:32:25.780932000, delta=18427000 ns, racy<=2500000000 ns 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.794982000, lastModified=2023-04-30 17:32:25.779932000, delta=15050000 ns, racy<=4302500 ns 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, is unmodified 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.799151000, lastModified=2023-04-30 17:32:25.477936000, delta=321215000 ns, racy<=2500000000 ns 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.799 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.799723000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.799723000, lastModified=2023-04-30 17:32:25.477936000, delta=321787000 ns, racy<=2500000000 ns 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.799359000, lastModified=2023-04-30 17:32:25.780932000, delta=18427000 ns, racy<=2500000000 ns 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.799934000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.799934000, lastModified=2023-04-30 17:32:25.780932000, delta=19002000 ns, racy<=2500000000 ns 17:32:25.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.799723000, lastModified=2023-04-30 17:32:25.477936000, delta=321787000 ns, racy<=2500000000 ns 17:32:25.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.800 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.800326000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.800326000, lastModified=2023-04-30 17:32:25.477936000, delta=322390000 ns, racy<=2500000000 ns 17:32:25.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.799934000, lastModified=2023-04-30 17:32:25.780932000, delta=19002000 ns, racy<=2500000000 ns 17:32:25.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.800526000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.800526000, lastModified=2023-04-30 17:32:25.780932000, delta=19594000 ns, racy<=2500000000 ns 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.800326000, lastModified=2023-04-30 17:32:25.477936000, delta=322390000 ns, racy<=2500000000 ns 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.801 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.801293000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.801293000, lastModified=2023-04-30 17:32:25.477936000, delta=323357000 ns, racy<=2500000000 ns 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.800526000, lastModified=2023-04-30 17:32:25.780932000, delta=19594000 ns, racy<=2500000000 ns 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.801481000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.801481000, lastModified=2023-04-30 17:32:25.780932000, delta=20549000 ns, racy<=2500000000 ns 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.801293000, lastModified=2023-04-30 17:32:25.477936000, delta=323357000 ns, racy<=2500000000 ns 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.801 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.801684000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.801684000, lastModified=2023-04-30 17:32:25.477936000, delta=323748000 ns, racy<=2500000000 ns 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.801481000, lastModified=2023-04-30 17:32:25.780932000, delta=20549000 ns, racy<=2500000000 ns 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.801893000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.801893000, lastModified=2023-04-30 17:32:25.780932000, delta=20961000 ns, racy<=2500000000 ns 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.801684000, lastModified=2023-04-30 17:32:25.477936000, delta=323748000 ns, racy<=2500000000 ns 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.802 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.802143000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.802143000, lastModified=2023-04-30 17:32:25.477936000, delta=324207000 ns, racy<=2500000000 ns 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.801893000, lastModified=2023-04-30 17:32:25.780932000, delta=20961000 ns, racy<=2500000000 ns 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.802325000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.802325000, lastModified=2023-04-30 17:32:25.780932000, delta=21393000 ns, racy<=2500000000 ns 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.802143000, lastModified=2023-04-30 17:32:25.477936000, delta=324207000 ns, racy<=2500000000 ns 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.802 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.802493000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.802493000, lastModified=2023-04-30 17:32:25.477936000, delta=324557000 ns, racy<=2500000000 ns 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.802325000, lastModified=2023-04-30 17:32:25.780932000, delta=21393000 ns, racy<=2500000000 ns 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.802664000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.802664000, lastModified=2023-04-30 17:32:25.780932000, delta=21732000 ns, racy<=2500000000 ns 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.802493000, lastModified=2023-04-30 17:32:25.477936000, delta=324557000 ns, racy<=2500000000 ns 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.802 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.802952000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.802952000, lastModified=2023-04-30 17:32:25.477936000, delta=325016000 ns, racy<=2500000000 ns 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.802664000, lastModified=2023-04-30 17:32:25.780932000, delta=21732000 ns, racy<=2500000000 ns 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.803162000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.803162000, lastModified=2023-04-30 17:32:25.780932000, delta=22230000 ns, racy<=2500000000 ns 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.802952000, lastModified=2023-04-30 17:32:25.477936000, delta=325016000 ns, racy<=2500000000 ns 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.803 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.803705000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.803705000, lastModified=2023-04-30 17:32:25.477936000, delta=325769000 ns, racy<=2500000000 ns 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.803162000, lastModified=2023-04-30 17:32:25.780932000, delta=22230000 ns, racy<=2500000000 ns 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.803940000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.803940000, lastModified=2023-04-30 17:32:25.780932000, delta=23008000 ns, racy<=2500000000 ns 17:32:25.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.804176000, lastModified=2023-04-30 17:32:25.799932000, size=41, fileKey=(dev=3000f2,ino=1234297465) 17:32:25.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.803705000, lastModified=2023-04-30 17:32:25.477936000, delta=325769000 ns, racy<=2500000000 ns 17:32:25.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.804 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.804417000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.804417000, lastModified=2023-04-30 17:32:25.477936000, delta=326481000 ns, racy<=2500000000 ns 17:32:25.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.803940000, lastModified=2023-04-30 17:32:25.780932000, delta=23008000 ns, racy<=2500000000 ns 17:32:25.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.804606000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.804606000, lastModified=2023-04-30 17:32:25.780932000, delta=23674000 ns, racy<=2500000000 ns 17:32:25.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.805602000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.804417000, lastModified=2023-04-30 17:32:25.477936000, delta=326481000 ns, racy<=2500000000 ns 17:32:25.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.805 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.805891000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.805891000, lastModified=2023-04-30 17:32:25.477936000, delta=327955000 ns, racy<=2500000000 ns 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.806073000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.805891000, lastModified=2023-04-30 17:32:25.477936000, delta=327955000 ns, racy<=2500000000 ns 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.806 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.806266000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.806266000, lastModified=2023-04-30 17:32:25.477936000, delta=328330000 ns, racy<=2500000000 ns 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.806073000, lastModified=2023-04-30 17:32:25.780932000, delta=25141000 ns, racy<=2500000000 ns 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.806444000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.806444000, lastModified=2023-04-30 17:32:25.780932000, delta=25512000 ns, racy<=2500000000 ns 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.806605000, lastModified=2023-04-30 17:32:25.791932000, size=104, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.806266000, lastModified=2023-04-30 17:32:25.477936000, delta=328330000 ns, racy<=2500000000 ns 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.806 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.806778000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.806778000, lastModified=2023-04-30 17:32:25.477936000, delta=328842000 ns, racy<=2500000000 ns 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.806444000, lastModified=2023-04-30 17:32:25.780932000, delta=25512000 ns, racy<=2500000000 ns 17:32:25.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.806997000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.806997000, lastModified=2023-04-30 17:32:25.780932000, delta=26065000 ns, racy<=2500000000 ns 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.807267000, lastModified=2023-04-30 17:32:25.791932000, size=104, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.807336000, lastModified=2023-04-30 17:32:25.791932000, size=104, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.806778000, lastModified=2023-04-30 17:32:25.477936000, delta=328842000 ns, racy<=2500000000 ns 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.807 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.807422000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.807422000, lastModified=2023-04-30 17:32:25.477936000, delta=329486000 ns, racy<=2500000000 ns 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.806997000, lastModified=2023-04-30 17:32:25.780932000, delta=26065000 ns, racy<=2500000000 ns 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.807603000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.807603000, lastModified=2023-04-30 17:32:25.780932000, delta=26671000 ns, racy<=2500000000 ns 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.807422000, lastModified=2023-04-30 17:32:25.477936000, delta=329486000 ns, racy<=2500000000 ns 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.807 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.807851000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.807851000, lastModified=2023-04-30 17:32:25.477936000, delta=329915000 ns, racy<=2500000000 ns 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.807603000, lastModified=2023-04-30 17:32:25.780932000, delta=26671000 ns, racy<=2500000000 ns 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.808046000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.808046000, lastModified=2023-04-30 17:32:25.780932000, delta=27114000 ns, racy<=2500000000 ns 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.807851000, lastModified=2023-04-30 17:32:25.477936000, delta=329915000 ns, racy<=2500000000 ns 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.808 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.808476000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.808476000, lastModified=2023-04-30 17:32:25.477936000, delta=330540000 ns, racy<=2500000000 ns 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.808046000, lastModified=2023-04-30 17:32:25.780932000, delta=27114000 ns, racy<=2500000000 ns 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.808669000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.808669000, lastModified=2023-04-30 17:32:25.780932000, delta=27737000 ns, racy<=2500000000 ns 17:32:25.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:25.808990000, lastModified=2023-04-30 17:32:25.774932000, size=6, fileKey=(dev=3000f2,ino=1241603358) 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.808990000, lastModified=2023-04-30 17:32:25.774932000, delta=34058000 ns, racy<=4302500 ns 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.808476000, lastModified=2023-04-30 17:32:25.477936000, delta=330540000 ns, racy<=2500000000 ns 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.809 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.809330000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.809330000, lastModified=2023-04-30 17:32:25.477936000, delta=331394000 ns, racy<=2500000000 ns 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.808669000, lastModified=2023-04-30 17:32:25.780932000, delta=27737000 ns, racy<=2500000000 ns 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.809528000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.809528000, lastModified=2023-04-30 17:32:25.780932000, delta=28596000 ns, racy<=2500000000 ns 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.808990000, lastModified=2023-04-30 17:32:25.774932000, delta=34058000 ns, racy<=4302500 ns 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:25.810 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.809966000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945809966000 ns, racy<=4302500 ns 17:32:25.810 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.808990000, lastModified=2023-04-30 17:32:25.774932000, delta=34058000 ns, racy<=4302500 ns 17:32:25.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.809966000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945809966000 ns, racy<=4302500 ns 17:32:25.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.870226000, lastModified=2023-04-30 17:32:25.805932000, size=0, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.809330000, lastModified=2023-04-30 17:32:25.477936000, delta=331394000 ns, racy<=2500000000 ns 17:32:25.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.870349000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.870349000, lastModified=2023-04-30 17:32:25.477936000, delta=392413000 ns, racy<=2500000000 ns 17:32:25.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.809528000, lastModified=2023-04-30 17:32:25.780932000, delta=28596000 ns, racy<=2500000000 ns 17:32:25.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.870602000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.870602000, lastModified=2023-04-30 17:32:25.780932000, delta=89670000 ns, racy<=2500000000 ns 17:32:25.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.870909000, lastModified=2023-04-30 17:32:25.869931000, size=176, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.871049000, lastModified=2023-04-30 17:32:25.869931000, size=176, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.870349000, lastModified=2023-04-30 17:32:25.477936000, delta=392413000 ns, racy<=2500000000 ns 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.871286000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.871286000, lastModified=2023-04-30 17:32:25.477936000, delta=393350000 ns, racy<=2500000000 ns 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.870602000, lastModified=2023-04-30 17:32:25.780932000, delta=89670000 ns, racy<=2500000000 ns 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.871493000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.871493000, lastModified=2023-04-30 17:32:25.780932000, delta=90561000 ns, racy<=2500000000 ns 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.871286000, lastModified=2023-04-30 17:32:25.477936000, delta=393350000 ns, racy<=2500000000 ns 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.871642000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.871642000, lastModified=2023-04-30 17:32:25.477936000, delta=393706000 ns, racy<=2500000000 ns 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.871493000, lastModified=2023-04-30 17:32:25.780932000, delta=90561000 ns, racy<=2500000000 ns 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.871857000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.871857000, lastModified=2023-04-30 17:32:25.780932000, delta=90925000 ns, racy<=2500000000 ns 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.871642000, lastModified=2023-04-30 17:32:25.477936000, delta=393706000 ns, racy<=2500000000 ns 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.872 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.872070000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.872070000, lastModified=2023-04-30 17:32:25.477936000, delta=394134000 ns, racy<=2500000000 ns 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.871857000, lastModified=2023-04-30 17:32:25.780932000, delta=90925000 ns, racy<=2500000000 ns 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.872253000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.872253000, lastModified=2023-04-30 17:32:25.780932000, delta=91321000 ns, racy<=2500000000 ns 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.872070000, lastModified=2023-04-30 17:32:25.477936000, delta=394134000 ns, racy<=2500000000 ns 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.872 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.872405000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.872405000, lastModified=2023-04-30 17:32:25.477936000, delta=394469000 ns, racy<=2500000000 ns 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.872253000, lastModified=2023-04-30 17:32:25.780932000, delta=91321000 ns, racy<=2500000000 ns 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.872590000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.872590000, lastModified=2023-04-30 17:32:25.780932000, delta=91658000 ns, racy<=2500000000 ns 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:25.872727000, lastModified=2023-04-30 17:32:25.779932000, size=23, fileKey=(dev=3000f2,ino=1232436581) 17:32:25.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:25.872837000, lastModified=2023-04-30 17:32:25.799932000, size=41, fileKey=(dev=3000f2,ino=1234297465) 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.872405000, lastModified=2023-04-30 17:32:25.477936000, delta=394469000 ns, racy<=2500000000 ns 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.873 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.873048000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.873048000, lastModified=2023-04-30 17:32:25.477936000, delta=395112000 ns, racy<=2500000000 ns 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.872590000, lastModified=2023-04-30 17:32:25.780932000, delta=91658000 ns, racy<=2500000000 ns 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.873252000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.873252000, lastModified=2023-04-30 17:32:25.780932000, delta=92320000 ns, racy<=2500000000 ns 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.872727000, lastModified=2023-04-30 17:32:25.779932000, delta=92795000 ns, racy<=4302500 ns 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, is unmodified 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.872837000, lastModified=2023-04-30 17:32:25.799932000, delta=72905000 ns, racy<=4302500 ns 17:32:25.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, is unmodified 17:32:25.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.808990000, lastModified=2023-04-30 17:32:25.774932000, delta=34058000 ns, racy<=4302500 ns 17:32:25.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.873048000, lastModified=2023-04-30 17:32:25.477936000, delta=395112000 ns, racy<=2500000000 ns 17:32:25.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.874 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.874665000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.874665000, lastModified=2023-04-30 17:32:25.477936000, delta=396729000 ns, racy<=2500000000 ns 17:32:25.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.873252000, lastModified=2023-04-30 17:32:25.780932000, delta=92320000 ns, racy<=2500000000 ns 17:32:25.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.874910000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.874910000, lastModified=2023-04-30 17:32:25.780932000, delta=93978000 ns, racy<=2500000000 ns 17:32:25.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.875249000, lastModified=2023-04-30 17:32:25.869931000, size=176, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.875333000, lastModified=2023-04-30 17:32:25.869931000, size=176, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.808990000, lastModified=2023-04-30 17:32:25.774932000, delta=34058000 ns, racy<=4302500 ns 17:32:25.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.809966000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945809966000 ns, racy<=4302500 ns 17:32:25.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.808990000, lastModified=2023-04-30 17:32:25.774932000, delta=34058000 ns, racy<=4302500 ns 17:32:25.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.809966000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945809966000 ns, racy<=4302500 ns 17:32:25.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.808990000, lastModified=2023-04-30 17:32:25.774932000, delta=34058000 ns, racy<=4302500 ns 17:32:25.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.809966000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945809966000 ns, racy<=4302500 ns 17:32:25.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.808990000, lastModified=2023-04-30 17:32:25.774932000, delta=34058000 ns, racy<=4302500 ns 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.809966000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945809966000 ns, racy<=4302500 ns 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.874665000, lastModified=2023-04-30 17:32:25.477936000, delta=396729000 ns, racy<=2500000000 ns 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.877 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.877590000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.877590000, lastModified=2023-04-30 17:32:25.477936000, delta=399654000 ns, racy<=2500000000 ns 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.874910000, lastModified=2023-04-30 17:32:25.780932000, delta=93978000 ns, racy<=2500000000 ns 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.877859000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.877859000, lastModified=2023-04-30 17:32:25.780932000, delta=96927000 ns, racy<=2500000000 ns 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.872727000, lastModified=2023-04-30 17:32:25.779932000, delta=92795000 ns, racy<=4302500 ns 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, is unmodified 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.872837000, lastModified=2023-04-30 17:32:25.799932000, delta=72905000 ns, racy<=4302500 ns 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, is unmodified 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.877590000, lastModified=2023-04-30 17:32:25.477936000, delta=399654000 ns, racy<=2500000000 ns 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.878 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.878359000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.878359000, lastModified=2023-04-30 17:32:25.477936000, delta=400423000 ns, racy<=2500000000 ns 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.877859000, lastModified=2023-04-30 17:32:25.780932000, delta=96927000 ns, racy<=2500000000 ns 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.878535000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.878535000, lastModified=2023-04-30 17:32:25.780932000, delta=97603000 ns, racy<=2500000000 ns 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.872837000, lastModified=2023-04-30 17:32:25.799932000, delta=72905000 ns, racy<=4302500 ns 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, is unmodified 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.878359000, lastModified=2023-04-30 17:32:25.477936000, delta=400423000 ns, racy<=2500000000 ns 17:32:25.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.878 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.879009000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.879009000, lastModified=2023-04-30 17:32:25.477936000, delta=401073000 ns, racy<=2500000000 ns 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.878535000, lastModified=2023-04-30 17:32:25.780932000, delta=97603000 ns, racy<=2500000000 ns 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.879277000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.879277000, lastModified=2023-04-30 17:32:25.780932000, delta=98345000 ns, racy<=2500000000 ns 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.879009000, lastModified=2023-04-30 17:32:25.477936000, delta=401073000 ns, racy<=2500000000 ns 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.879 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.879561000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.879561000, lastModified=2023-04-30 17:32:25.477936000, delta=401625000 ns, racy<=2500000000 ns 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.879277000, lastModified=2023-04-30 17:32:25.780932000, delta=98345000 ns, racy<=2500000000 ns 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.879743000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.879743000, lastModified=2023-04-30 17:32:25.780932000, delta=98811000 ns, racy<=2500000000 ns 17:32:25.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.879561000, lastModified=2023-04-30 17:32:25.477936000, delta=401625000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.880 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.880027000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.880027000, lastModified=2023-04-30 17:32:25.477936000, delta=402091000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.879743000, lastModified=2023-04-30 17:32:25.780932000, delta=98811000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.880242000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.880242000, lastModified=2023-04-30 17:32:25.780932000, delta=99310000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.880027000, lastModified=2023-04-30 17:32:25.477936000, delta=402091000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.880 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.880411000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.880411000, lastModified=2023-04-30 17:32:25.477936000, delta=402475000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.880242000, lastModified=2023-04-30 17:32:25.780932000, delta=99310000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.880576000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.880576000, lastModified=2023-04-30 17:32:25.780932000, delta=99644000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.880411000, lastModified=2023-04-30 17:32:25.477936000, delta=402475000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.880 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.880756000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.880756000, lastModified=2023-04-30 17:32:25.477936000, delta=402820000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.880576000, lastModified=2023-04-30 17:32:25.780932000, delta=99644000 ns, racy<=2500000000 ns 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.880962000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.880962000, lastModified=2023-04-30 17:32:25.780932000, delta=100030000 ns, racy<=2500000000 ns 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.880756000, lastModified=2023-04-30 17:32:25.477936000, delta=402820000 ns, racy<=2500000000 ns 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.881 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.881161000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.881161000, lastModified=2023-04-30 17:32:25.477936000, delta=403225000 ns, racy<=2500000000 ns 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.880962000, lastModified=2023-04-30 17:32:25.780932000, delta=100030000 ns, racy<=2500000000 ns 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.881341000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.881341000, lastModified=2023-04-30 17:32:25.780932000, delta=100409000 ns, racy<=2500000000 ns 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.881455000, lastModified=2023-04-30 17:32:25.877931000, size=41, fileKey=(dev=3000f2,ino=1234297466) 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.881161000, lastModified=2023-04-30 17:32:25.477936000, delta=403225000 ns, racy<=2500000000 ns 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.881 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.881680000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.881680000, lastModified=2023-04-30 17:32:25.477936000, delta=403744000 ns, racy<=2500000000 ns 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.881341000, lastModified=2023-04-30 17:32:25.780932000, delta=100409000 ns, racy<=2500000000 ns 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.881905000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.881905000, lastModified=2023-04-30 17:32:25.780932000, delta=100973000 ns, racy<=2500000000 ns 17:32:25.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.882882000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.881680000, lastModified=2023-04-30 17:32:25.477936000, delta=403744000 ns, racy<=2500000000 ns 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.883 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.883183000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.883183000, lastModified=2023-04-30 17:32:25.477936000, delta=405247000 ns, racy<=2500000000 ns 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.883359000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.883183000, lastModified=2023-04-30 17:32:25.477936000, delta=405247000 ns, racy<=2500000000 ns 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.883 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.883526000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.883526000, lastModified=2023-04-30 17:32:25.477936000, delta=405590000 ns, racy<=2500000000 ns 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.883359000, lastModified=2023-04-30 17:32:25.780932000, delta=102427000 ns, racy<=2500000000 ns 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.883700000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.883700000, lastModified=2023-04-30 17:32:25.780932000, delta=102768000 ns, racy<=2500000000 ns 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.883880000, lastModified=2023-04-30 17:32:25.869931000, size=176, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.883526000, lastModified=2023-04-30 17:32:25.477936000, delta=405590000 ns, racy<=2500000000 ns 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.884 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.884036000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.884036000, lastModified=2023-04-30 17:32:25.477936000, delta=406100000 ns, racy<=2500000000 ns 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.883700000, lastModified=2023-04-30 17:32:25.780932000, delta=102768000 ns, racy<=2500000000 ns 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.884251000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.884251000, lastModified=2023-04-30 17:32:25.780932000, delta=103319000 ns, racy<=2500000000 ns 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.884481000, lastModified=2023-04-30 17:32:25.869931000, size=176, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.884563000, lastModified=2023-04-30 17:32:25.869931000, size=176, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.884036000, lastModified=2023-04-30 17:32:25.477936000, delta=406100000 ns, racy<=2500000000 ns 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.884 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.884650000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.884650000, lastModified=2023-04-30 17:32:25.477936000, delta=406714000 ns, racy<=2500000000 ns 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.884251000, lastModified=2023-04-30 17:32:25.780932000, delta=103319000 ns, racy<=2500000000 ns 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.884910000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.884910000, lastModified=2023-04-30 17:32:25.780932000, delta=103978000 ns, racy<=2500000000 ns 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.884650000, lastModified=2023-04-30 17:32:25.477936000, delta=406714000 ns, racy<=2500000000 ns 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.885 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.885126000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.885126000, lastModified=2023-04-30 17:32:25.477936000, delta=407190000 ns, racy<=2500000000 ns 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.884910000, lastModified=2023-04-30 17:32:25.780932000, delta=103978000 ns, racy<=2500000000 ns 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.885323000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.885323000, lastModified=2023-04-30 17:32:25.780932000, delta=104391000 ns, racy<=2500000000 ns 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.885126000, lastModified=2023-04-30 17:32:25.477936000, delta=407190000 ns, racy<=2500000000 ns 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.885 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.885703000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.885703000, lastModified=2023-04-30 17:32:25.477936000, delta=407767000 ns, racy<=2500000000 ns 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.885323000, lastModified=2023-04-30 17:32:25.780932000, delta=104391000 ns, racy<=2500000000 ns 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.885933000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.885933000, lastModified=2023-04-30 17:32:25.780932000, delta=105001000 ns, racy<=2500000000 ns 17:32:25.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:25.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:25.886262000, lastModified=2023-04-30 17:32:25.774932000, size=6, fileKey=(dev=3000f2,ino=1241603358) 17:32:25.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.886262000, lastModified=2023-04-30 17:32:25.774932000, delta=111330000 ns, racy<=4302500 ns 17:32:25.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:25.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.886534000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945886534000 ns, racy<=4302500 ns 17:32:25.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.886262000, lastModified=2023-04-30 17:32:25.774932000, delta=111330000 ns, racy<=4302500 ns 17:32:25.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.886534000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945886534000 ns, racy<=4302500 ns 17:32:25.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.886262000, lastModified=2023-04-30 17:32:25.774932000, delta=111330000 ns, racy<=4302500 ns 17:32:25.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.887677000, lastModified=2023-04-30 17:32:25.882931000, size=0, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.885703000, lastModified=2023-04-30 17:32:25.477936000, delta=407767000 ns, racy<=2500000000 ns 17:32:25.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.887 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.887768000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.887768000, lastModified=2023-04-30 17:32:25.477936000, delta=409832000 ns, racy<=2500000000 ns 17:32:25.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.885933000, lastModified=2023-04-30 17:32:25.780932000, delta=105001000 ns, racy<=2500000000 ns 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.888047000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.888047000, lastModified=2023-04-30 17:32:25.780932000, delta=107115000 ns, racy<=2500000000 ns 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.888277000, lastModified=2023-04-30 17:32:25.886930000, size=176, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.888361000, lastModified=2023-04-30 17:32:25.886930000, size=176, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.887768000, lastModified=2023-04-30 17:32:25.477936000, delta=409832000 ns, racy<=2500000000 ns 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.888 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.888550000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.888550000, lastModified=2023-04-30 17:32:25.477936000, delta=410614000 ns, racy<=2500000000 ns 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.888047000, lastModified=2023-04-30 17:32:25.780932000, delta=107115000 ns, racy<=2500000000 ns 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.888728000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.888728000, lastModified=2023-04-30 17:32:25.780932000, delta=107796000 ns, racy<=2500000000 ns 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.888550000, lastModified=2023-04-30 17:32:25.477936000, delta=410614000 ns, racy<=2500000000 ns 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.888 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.888900000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.888900000, lastModified=2023-04-30 17:32:25.477936000, delta=410964000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.888728000, lastModified=2023-04-30 17:32:25.780932000, delta=107796000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.889107000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.889107000, lastModified=2023-04-30 17:32:25.780932000, delta=108175000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.888900000, lastModified=2023-04-30 17:32:25.477936000, delta=410964000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.889 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.889288000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.889288000, lastModified=2023-04-30 17:32:25.477936000, delta=411352000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.889107000, lastModified=2023-04-30 17:32:25.780932000, delta=108175000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.889448000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.889448000, lastModified=2023-04-30 17:32:25.780932000, delta=108516000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.889288000, lastModified=2023-04-30 17:32:25.477936000, delta=411352000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.889 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.889606000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.889606000, lastModified=2023-04-30 17:32:25.477936000, delta=411670000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.889448000, lastModified=2023-04-30 17:32:25.780932000, delta=108516000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.889757000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.889757000, lastModified=2023-04-30 17:32:25.780932000, delta=108825000 ns, racy<=2500000000 ns 17:32:25.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:25.889933000, lastModified=2023-04-30 17:32:25.779932000, size=23, fileKey=(dev=3000f2,ino=1232436581) 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:25.890024000, lastModified=2023-04-30 17:32:25.877931000, size=41, fileKey=(dev=3000f2,ino=1234297466) 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.889606000, lastModified=2023-04-30 17:32:25.477936000, delta=411670000 ns, racy<=2500000000 ns 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.890 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.890235000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.890235000, lastModified=2023-04-30 17:32:25.477936000, delta=412299000 ns, racy<=2500000000 ns 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.889757000, lastModified=2023-04-30 17:32:25.780932000, delta=108825000 ns, racy<=2500000000 ns 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.890406000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.890406000, lastModified=2023-04-30 17:32:25.780932000, delta=109474000 ns, racy<=2500000000 ns 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.889933000, lastModified=2023-04-30 17:32:25.779932000, delta=110001000 ns, racy<=4302500 ns 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, is unmodified 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.890024000, lastModified=2023-04-30 17:32:25.877931000, delta=12093000 ns, racy<=4302500 ns 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, is unmodified 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.886262000, lastModified=2023-04-30 17:32:25.774932000, delta=111330000 ns, racy<=4302500 ns 17:32:25.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.890235000, lastModified=2023-04-30 17:32:25.477936000, delta=412299000 ns, racy<=2500000000 ns 17:32:25.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.891 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.891204000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.891204000, lastModified=2023-04-30 17:32:25.477936000, delta=413268000 ns, racy<=2500000000 ns 17:32:25.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.890406000, lastModified=2023-04-30 17:32:25.780932000, delta=109474000 ns, racy<=2500000000 ns 17:32:25.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.891408000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.891408000, lastModified=2023-04-30 17:32:25.780932000, delta=110476000 ns, racy<=2500000000 ns 17:32:25.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.891763000, lastModified=2023-04-30 17:32:25.886930000, size=176, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.891899000, lastModified=2023-04-30 17:32:25.886930000, size=176, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.886262000, lastModified=2023-04-30 17:32:25.774932000, delta=111330000 ns, racy<=4302500 ns 17:32:25.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.886534000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945886534000 ns, racy<=4302500 ns 17:32:25.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.886262000, lastModified=2023-04-30 17:32:25.774932000, delta=111330000 ns, racy<=4302500 ns 17:32:25.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.886534000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945886534000 ns, racy<=4302500 ns 17:32:25.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.886262000, lastModified=2023-04-30 17:32:25.774932000, delta=111330000 ns, racy<=4302500 ns 17:32:25.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.886534000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945886534000 ns, racy<=4302500 ns 17:32:25.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.886262000, lastModified=2023-04-30 17:32:25.774932000, delta=111330000 ns, racy<=4302500 ns 17:32:25.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.886534000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945886534000 ns, racy<=4302500 ns 17:32:25.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.891204000, lastModified=2023-04-30 17:32:25.477936000, delta=413268000 ns, racy<=2500000000 ns 17:32:25.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.893 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.893986000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.893986000, lastModified=2023-04-30 17:32:25.477936000, delta=416050000 ns, racy<=2500000000 ns 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.891408000, lastModified=2023-04-30 17:32:25.780932000, delta=110476000 ns, racy<=2500000000 ns 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.894225000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.894225000, lastModified=2023-04-30 17:32:25.780932000, delta=113293000 ns, racy<=2500000000 ns 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.889933000, lastModified=2023-04-30 17:32:25.779932000, delta=110001000 ns, racy<=4302500 ns 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, is unmodified 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.890024000, lastModified=2023-04-30 17:32:25.877931000, delta=12093000 ns, racy<=4302500 ns 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, is unmodified 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.893986000, lastModified=2023-04-30 17:32:25.477936000, delta=416050000 ns, racy<=2500000000 ns 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.894 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.894638000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.894638000, lastModified=2023-04-30 17:32:25.477936000, delta=416702000 ns, racy<=2500000000 ns 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.894225000, lastModified=2023-04-30 17:32:25.780932000, delta=113293000 ns, racy<=2500000000 ns 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.894863000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.894863000, lastModified=2023-04-30 17:32:25.780932000, delta=113931000 ns, racy<=2500000000 ns 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.890024000, lastModified=2023-04-30 17:32:25.877931000, delta=12093000 ns, racy<=4302500 ns 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, is unmodified 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.894638000, lastModified=2023-04-30 17:32:25.477936000, delta=416702000 ns, racy<=2500000000 ns 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.895 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.895356000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.895356000, lastModified=2023-04-30 17:32:25.477936000, delta=417420000 ns, racy<=2500000000 ns 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.894863000, lastModified=2023-04-30 17:32:25.780932000, delta=113931000 ns, racy<=2500000000 ns 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.895553000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.895553000, lastModified=2023-04-30 17:32:25.780932000, delta=114621000 ns, racy<=2500000000 ns 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.895356000, lastModified=2023-04-30 17:32:25.477936000, delta=417420000 ns, racy<=2500000000 ns 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.895 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.895767000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.895767000, lastModified=2023-04-30 17:32:25.477936000, delta=417831000 ns, racy<=2500000000 ns 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.895553000, lastModified=2023-04-30 17:32:25.780932000, delta=114621000 ns, racy<=2500000000 ns 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.896142000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.896142000, lastModified=2023-04-30 17:32:25.780932000, delta=115210000 ns, racy<=2500000000 ns 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.895767000, lastModified=2023-04-30 17:32:25.477936000, delta=417831000 ns, racy<=2500000000 ns 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.896 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.896454000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.896454000, lastModified=2023-04-30 17:32:25.477936000, delta=418518000 ns, racy<=2500000000 ns 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.896142000, lastModified=2023-04-30 17:32:25.780932000, delta=115210000 ns, racy<=2500000000 ns 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.896636000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.896636000, lastModified=2023-04-30 17:32:25.780932000, delta=115704000 ns, racy<=2500000000 ns 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.896454000, lastModified=2023-04-30 17:32:25.477936000, delta=418518000 ns, racy<=2500000000 ns 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.896 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.896841000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.896841000, lastModified=2023-04-30 17:32:25.477936000, delta=418905000 ns, racy<=2500000000 ns 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.896636000, lastModified=2023-04-30 17:32:25.780932000, delta=115704000 ns, racy<=2500000000 ns 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.897027000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.897027000, lastModified=2023-04-30 17:32:25.780932000, delta=116095000 ns, racy<=2500000000 ns 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.896841000, lastModified=2023-04-30 17:32:25.477936000, delta=418905000 ns, racy<=2500000000 ns 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.897 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.897198000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.897198000, lastModified=2023-04-30 17:32:25.477936000, delta=419262000 ns, racy<=2500000000 ns 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.897027000, lastModified=2023-04-30 17:32:25.780932000, delta=116095000 ns, racy<=2500000000 ns 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.897397000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.897397000, lastModified=2023-04-30 17:32:25.780932000, delta=116465000 ns, racy<=2500000000 ns 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.897198000, lastModified=2023-04-30 17:32:25.477936000, delta=419262000 ns, racy<=2500000000 ns 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.897 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.897553000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.897553000, lastModified=2023-04-30 17:32:25.477936000, delta=419617000 ns, racy<=2500000000 ns 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.897397000, lastModified=2023-04-30 17:32:25.780932000, delta=116465000 ns, racy<=2500000000 ns 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.897714000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.897714000, lastModified=2023-04-30 17:32:25.780932000, delta=116782000 ns, racy<=2500000000 ns 17:32:25.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.897854000, lastModified=2023-04-30 17:32:25.893930000, size=41, fileKey=(dev=3000f2,ino=1234297465) 17:32:25.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.897553000, lastModified=2023-04-30 17:32:25.477936000, delta=419617000 ns, racy<=2500000000 ns 17:32:25.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.898 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.898079000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.898079000, lastModified=2023-04-30 17:32:25.477936000, delta=420143000 ns, racy<=2500000000 ns 17:32:25.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.897714000, lastModified=2023-04-30 17:32:25.780932000, delta=116782000 ns, racy<=2500000000 ns 17:32:25.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.898268000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.898268000, lastModified=2023-04-30 17:32:25.780932000, delta=117336000 ns, racy<=2500000000 ns 17:32:25.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.898947000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.898079000, lastModified=2023-04-30 17:32:25.477936000, delta=420143000 ns, racy<=2500000000 ns 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.899 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.899179000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.899179000, lastModified=2023-04-30 17:32:25.477936000, delta=421243000 ns, racy<=2500000000 ns 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.899332000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.899179000, lastModified=2023-04-30 17:32:25.477936000, delta=421243000 ns, racy<=2500000000 ns 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.899 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.899506000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.899506000, lastModified=2023-04-30 17:32:25.477936000, delta=421570000 ns, racy<=2500000000 ns 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.899332000, lastModified=2023-04-30 17:32:25.780932000, delta=118400000 ns, racy<=2500000000 ns 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.899689000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.899689000, lastModified=2023-04-30 17:32:25.780932000, delta=118757000 ns, racy<=2500000000 ns 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.899876000, lastModified=2023-04-30 17:32:25.886930000, size=176, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.899506000, lastModified=2023-04-30 17:32:25.477936000, delta=421570000 ns, racy<=2500000000 ns 17:32:25.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.900 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.900020000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.900020000, lastModified=2023-04-30 17:32:25.477936000, delta=422084000 ns, racy<=2500000000 ns 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.899689000, lastModified=2023-04-30 17:32:25.780932000, delta=118757000 ns, racy<=2500000000 ns 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.900200000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.900200000, lastModified=2023-04-30 17:32:25.780932000, delta=119268000 ns, racy<=2500000000 ns 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.900426000, lastModified=2023-04-30 17:32:25.886930000, size=176, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.900497000, lastModified=2023-04-30 17:32:25.886930000, size=176, fileKey=(dev=3000f2,ino=1232436582) 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.900020000, lastModified=2023-04-30 17:32:25.477936000, delta=422084000 ns, racy<=2500000000 ns 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.900 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.900582000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.900582000, lastModified=2023-04-30 17:32:25.477936000, delta=422646000 ns, racy<=2500000000 ns 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.900200000, lastModified=2023-04-30 17:32:25.780932000, delta=119268000 ns, racy<=2500000000 ns 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.900760000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.900760000, lastModified=2023-04-30 17:32:25.780932000, delta=119828000 ns, racy<=2500000000 ns 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.900582000, lastModified=2023-04-30 17:32:25.477936000, delta=422646000 ns, racy<=2500000000 ns 17:32:25.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.901 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.901020000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.901020000, lastModified=2023-04-30 17:32:25.477936000, delta=423084000 ns, racy<=2500000000 ns 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.900760000, lastModified=2023-04-30 17:32:25.780932000, delta=119828000 ns, racy<=2500000000 ns 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.901226000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.901226000, lastModified=2023-04-30 17:32:25.780932000, delta=120294000 ns, racy<=2500000000 ns 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.901020000, lastModified=2023-04-30 17:32:25.477936000, delta=423084000 ns, racy<=2500000000 ns 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.901 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.901586000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.901586000, lastModified=2023-04-30 17:32:25.477936000, delta=423650000 ns, racy<=2500000000 ns 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.901226000, lastModified=2023-04-30 17:32:25.780932000, delta=120294000 ns, racy<=2500000000 ns 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.901767000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.901767000, lastModified=2023-04-30 17:32:25.780932000, delta=120835000 ns, racy<=2500000000 ns 17:32:25.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:25.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:25.902047000, lastModified=2023-04-30 17:32:25.774932000, size=6, fileKey=(dev=3000f2,ino=1241603358) 17:32:25.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.902047000, lastModified=2023-04-30 17:32:25.774932000, delta=127115000 ns, racy<=4302500 ns 17:32:25.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:25.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.902372000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945902372000 ns, racy<=4302500 ns 17:32:25.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.902047000, lastModified=2023-04-30 17:32:25.774932000, delta=127115000 ns, racy<=4302500 ns 17:32:25.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.902372000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945902372000 ns, racy<=4302500 ns 17:32:25.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.970231000, lastModified=2023-04-30 17:32:25.898930000, size=0, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.901586000, lastModified=2023-04-30 17:32:25.477936000, delta=423650000 ns, racy<=2500000000 ns 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.970364000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.970364000, lastModified=2023-04-30 17:32:25.477936000, delta=492428000 ns, racy<=2500000000 ns 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.901767000, lastModified=2023-04-30 17:32:25.780932000, delta=120835000 ns, racy<=2500000000 ns 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.970614000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.970614000, lastModified=2023-04-30 17:32:25.780932000, delta=189682000 ns, racy<=2500000000 ns 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.970802000, lastModified=2023-04-30 17:32:25.968929000, size=176, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.970904000, lastModified=2023-04-30 17:32:25.968929000, size=176, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.970364000, lastModified=2023-04-30 17:32:25.477936000, delta=492428000 ns, racy<=2500000000 ns 17:32:25.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.971008000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.971008000, lastModified=2023-04-30 17:32:25.477936000, delta=493072000 ns, racy<=2500000000 ns 17:32:25.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.970614000, lastModified=2023-04-30 17:32:25.780932000, delta=189682000 ns, racy<=2500000000 ns 17:32:25.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.971241000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.971241000, lastModified=2023-04-30 17:32:25.780932000, delta=190309000 ns, racy<=2500000000 ns 17:32:25.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.971552000, lastModified=2023-04-30 17:32:25.968929000, size=176, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.971631000, lastModified=2023-04-30 17:32:25.968929000, size=176, fileKey=(dev=3000f2,ino=1232436585) 17:32:25.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.971922000, lastModified=2023-04-30 17:32:25.969929000, size=0, fileKey=(dev=3000f2,ino=1232436586) 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.971008000, lastModified=2023-04-30 17:32:25.477936000, delta=493072000 ns, racy<=2500000000 ns 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.972 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.972074000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.972074000, lastModified=2023-04-30 17:32:25.477936000, delta=494138000 ns, racy<=2500000000 ns 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.971241000, lastModified=2023-04-30 17:32:25.780932000, delta=190309000 ns, racy<=2500000000 ns 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.972296000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.972296000, lastModified=2023-04-30 17:32:25.780932000, delta=191364000 ns, racy<=2500000000 ns 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.972487000, lastModified=2023-04-30 17:32:25.970929000, size=104, fileKey=(dev=3000f2,ino=1232436586) 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.972571000, lastModified=2023-04-30 17:32:25.970929000, size=104, fileKey=(dev=3000f2,ino=1232436586) 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.972074000, lastModified=2023-04-30 17:32:25.477936000, delta=494138000 ns, racy<=2500000000 ns 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.972 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.972775000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.972775000, lastModified=2023-04-30 17:32:25.477936000, delta=494839000 ns, racy<=2500000000 ns 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.972296000, lastModified=2023-04-30 17:32:25.780932000, delta=191364000 ns, racy<=2500000000 ns 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.973043000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.973043000, lastModified=2023-04-30 17:32:25.780932000, delta=192111000 ns, racy<=2500000000 ns 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.972775000, lastModified=2023-04-30 17:32:25.477936000, delta=494839000 ns, racy<=2500000000 ns 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.973221000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.973221000, lastModified=2023-04-30 17:32:25.477936000, delta=495285000 ns, racy<=2500000000 ns 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.973043000, lastModified=2023-04-30 17:32:25.780932000, delta=192111000 ns, racy<=2500000000 ns 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.973409000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.973409000, lastModified=2023-04-30 17:32:25.780932000, delta=192477000 ns, racy<=2500000000 ns 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.973221000, lastModified=2023-04-30 17:32:25.477936000, delta=495285000 ns, racy<=2500000000 ns 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.973575000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.973575000, lastModified=2023-04-30 17:32:25.477936000, delta=495639000 ns, racy<=2500000000 ns 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.973409000, lastModified=2023-04-30 17:32:25.780932000, delta=192477000 ns, racy<=2500000000 ns 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.973733000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.973733000, lastModified=2023-04-30 17:32:25.780932000, delta=192801000 ns, racy<=2500000000 ns 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.973575000, lastModified=2023-04-30 17:32:25.477936000, delta=495639000 ns, racy<=2500000000 ns 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.973892000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.973892000, lastModified=2023-04-30 17:32:25.477936000, delta=495956000 ns, racy<=2500000000 ns 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.973733000, lastModified=2023-04-30 17:32:25.780932000, delta=192801000 ns, racy<=2500000000 ns 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.974062000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.974062000, lastModified=2023-04-30 17:32:25.780932000, delta=193130000 ns, racy<=2500000000 ns 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:25.974222000, lastModified=2023-04-30 17:32:25.779932000, size=23, fileKey=(dev=3000f2,ino=1232436581) 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:25.974299000, lastModified=2023-04-30 17:32:25.893930000, size=41, fileKey=(dev=3000f2,ino=1234297465) 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.973892000, lastModified=2023-04-30 17:32:25.477936000, delta=495956000 ns, racy<=2500000000 ns 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.974 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.974462000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.974462000, lastModified=2023-04-30 17:32:25.477936000, delta=496526000 ns, racy<=2500000000 ns 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.974062000, lastModified=2023-04-30 17:32:25.780932000, delta=193130000 ns, racy<=2500000000 ns 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.974622000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.974622000, lastModified=2023-04-30 17:32:25.780932000, delta=193690000 ns, racy<=2500000000 ns 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.974222000, lastModified=2023-04-30 17:32:25.779932000, delta=194290000 ns, racy<=4302500 ns 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, is unmodified 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.974299000, lastModified=2023-04-30 17:32:25.893930000, delta=80369000 ns, racy<=4302500 ns 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, is unmodified 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.902047000, lastModified=2023-04-30 17:32:25.774932000, delta=127115000 ns, racy<=4302500 ns 17:32:25.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.974462000, lastModified=2023-04-30 17:32:25.477936000, delta=496526000 ns, racy<=2500000000 ns 17:32:25.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.975 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.975358000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.975358000, lastModified=2023-04-30 17:32:25.477936000, delta=497422000 ns, racy<=2500000000 ns 17:32:25.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.974622000, lastModified=2023-04-30 17:32:25.780932000, delta=193690000 ns, racy<=2500000000 ns 17:32:25.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.975557000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.975557000, lastModified=2023-04-30 17:32:25.780932000, delta=194625000 ns, racy<=2500000000 ns 17:32:25.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.975862000, lastModified=2023-04-30 17:32:25.970929000, size=104, fileKey=(dev=3000f2,ino=1232436586) 17:32:25.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.975929000, lastModified=2023-04-30 17:32:25.970929000, size=104, fileKey=(dev=3000f2,ino=1232436586) 17:32:25.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.902047000, lastModified=2023-04-30 17:32:25.774932000, delta=127115000 ns, racy<=4302500 ns 17:32:25.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.902372000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945902372000 ns, racy<=4302500 ns 17:32:25.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.902047000, lastModified=2023-04-30 17:32:25.774932000, delta=127115000 ns, racy<=4302500 ns 17:32:25.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.902372000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945902372000 ns, racy<=4302500 ns 17:32:25.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.902047000, lastModified=2023-04-30 17:32:25.774932000, delta=127115000 ns, racy<=4302500 ns 17:32:25.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.902372000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945902372000 ns, racy<=4302500 ns 17:32:25.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.902047000, lastModified=2023-04-30 17:32:25.774932000, delta=127115000 ns, racy<=4302500 ns 17:32:25.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:25.902372000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875945902372000 ns, racy<=4302500 ns 17:32:25.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack/preserved, is unmodified 17:32:25.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.975358000, lastModified=2023-04-30 17:32:25.477936000, delta=497422000 ns, racy<=2500000000 ns 17:32:25.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.977 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.977988000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.977988000, lastModified=2023-04-30 17:32:25.477936000, delta=500052000 ns, racy<=2500000000 ns 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.975557000, lastModified=2023-04-30 17:32:25.780932000, delta=194625000 ns, racy<=2500000000 ns 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.978242000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.978242000, lastModified=2023-04-30 17:32:25.780932000, delta=197310000 ns, racy<=2500000000 ns 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.974222000, lastModified=2023-04-30 17:32:25.779932000, delta=194290000 ns, racy<=4302500 ns 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, is unmodified 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.974299000, lastModified=2023-04-30 17:32:25.893930000, delta=80369000 ns, racy<=4302500 ns 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, is unmodified 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.977988000, lastModified=2023-04-30 17:32:25.477936000, delta=500052000 ns, racy<=2500000000 ns 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.978 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.978614000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.978614000, lastModified=2023-04-30 17:32:25.477936000, delta=500678000 ns, racy<=2500000000 ns 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.978242000, lastModified=2023-04-30 17:32:25.780932000, delta=197310000 ns, racy<=2500000000 ns 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.978807000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.978807000, lastModified=2023-04-30 17:32:25.780932000, delta=197875000 ns, racy<=2500000000 ns 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.974299000, lastModified=2023-04-30 17:32:25.893930000, delta=80369000 ns, racy<=4302500 ns 17:32:25.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, is unmodified 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.978614000, lastModified=2023-04-30 17:32:25.477936000, delta=500678000 ns, racy<=2500000000 ns 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.979 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.979265000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.979265000, lastModified=2023-04-30 17:32:25.477936000, delta=501329000 ns, racy<=2500000000 ns 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.978807000, lastModified=2023-04-30 17:32:25.780932000, delta=197875000 ns, racy<=2500000000 ns 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.979442000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.979442000, lastModified=2023-04-30 17:32:25.780932000, delta=198510000 ns, racy<=2500000000 ns 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.979265000, lastModified=2023-04-30 17:32:25.477936000, delta=501329000 ns, racy<=2500000000 ns 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.979 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.979649000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.979649000, lastModified=2023-04-30 17:32:25.477936000, delta=501713000 ns, racy<=2500000000 ns 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.979442000, lastModified=2023-04-30 17:32:25.780932000, delta=198510000 ns, racy<=2500000000 ns 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.979826000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.979826000, lastModified=2023-04-30 17:32:25.780932000, delta=198894000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.979649000, lastModified=2023-04-30 17:32:25.477936000, delta=501713000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.980 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.980045000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.980045000, lastModified=2023-04-30 17:32:25.477936000, delta=502109000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.979826000, lastModified=2023-04-30 17:32:25.780932000, delta=198894000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.980294000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.980294000, lastModified=2023-04-30 17:32:25.780932000, delta=199362000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.980045000, lastModified=2023-04-30 17:32:25.477936000, delta=502109000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.980 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.980451000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.980451000, lastModified=2023-04-30 17:32:25.477936000, delta=502515000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.980294000, lastModified=2023-04-30 17:32:25.780932000, delta=199362000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.980642000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.980642000, lastModified=2023-04-30 17:32:25.780932000, delta=199710000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.980451000, lastModified=2023-04-30 17:32:25.477936000, delta=502515000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.980 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.980823000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.980823000, lastModified=2023-04-30 17:32:25.477936000, delta=502887000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.980642000, lastModified=2023-04-30 17:32:25.780932000, delta=199710000 ns, racy<=2500000000 ns 17:32:25.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.980990000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.980990000, lastModified=2023-04-30 17:32:25.780932000, delta=200058000 ns, racy<=2500000000 ns 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.980823000, lastModified=2023-04-30 17:32:25.477936000, delta=502887000 ns, racy<=2500000000 ns 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.981 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.981195000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.981195000, lastModified=2023-04-30 17:32:25.477936000, delta=503259000 ns, racy<=2500000000 ns 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.980990000, lastModified=2023-04-30 17:32:25.780932000, delta=200058000 ns, racy<=2500000000 ns 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.981354000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.981354000, lastModified=2023-04-30 17:32:25.780932000, delta=200422000 ns, racy<=2500000000 ns 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:25.981466000, lastModified=2023-04-30 17:32:25.977929000, size=41, fileKey=(dev=3000f2,ino=1234297466) 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.981195000, lastModified=2023-04-30 17:32:25.477936000, delta=503259000 ns, racy<=2500000000 ns 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.981 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.981690000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.981690000, lastModified=2023-04-30 17:32:25.477936000, delta=503754000 ns, racy<=2500000000 ns 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.981354000, lastModified=2023-04-30 17:32:25.780932000, delta=200422000 ns, racy<=2500000000 ns 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.981924000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.981924000, lastModified=2023-04-30 17:32:25.780932000, delta=200992000 ns, racy<=2500000000 ns 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, isRacyClean=true, read=2023-04-30 17:32:25.784063000, lastModified=2023-04-30 17:32:25.779932000, delta=4131000 ns, racy<=4302500 ns 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, is racily clean 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:25.982190000, lastModified=2023-04-30 17:32:25.779932000, size=23, fileKey=(dev=3000f2,ino=1232436581) 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:25.982190000, lastModified=2023-04-30 17:32:25.779932000, delta=202258000 ns, racy<=4302500 ns 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:25.982509000, lastModified=2023-04-30 17:32:25.977929000, size=41, fileKey=(dev=3000f2,ino=1234297466) 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.981690000, lastModified=2023-04-30 17:32:25.477936000, delta=503754000 ns, racy<=2500000000 ns 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.982 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.982678000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.982678000, lastModified=2023-04-30 17:32:25.477936000, delta=504742000 ns, racy<=2500000000 ns 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.783924000, lastModified=2023-04-30 17:32:25.780932000, delta=2992000 ns, racy<=2500000000 ns 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.982880000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.982880000, lastModified=2023-04-30 17:32:25.780932000, delta=201948000 ns, racy<=2500000000 ns 17:32:25.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, size changed from 0 to 104 bytes 17:32:25.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.983576000, lastModified=2023-04-30 17:32:25.970929000, size=104, fileKey=(dev=3000f2,ino=1232436586) 17:32:25.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.982678000, lastModified=2023-04-30 17:32:25.477936000, delta=504742000 ns, racy<=2500000000 ns 17:32:25.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.983 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.983733000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.983733000, lastModified=2023-04-30 17:32:25.477936000, delta=505797000 ns, racy<=2500000000 ns 17:32:25.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.982880000, lastModified=2023-04-30 17:32:25.780932000, delta=201948000 ns, racy<=2500000000 ns 17:32:25.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.983963000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.983963000, lastModified=2023-04-30 17:32:25.780932000, delta=203031000 ns, racy<=2500000000 ns 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.982509000, lastModified=2023-04-30 17:32:25.977929000, delta=4580000 ns, racy<=4302500 ns 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, is unmodified 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.983733000, lastModified=2023-04-30 17:32:25.477936000, delta=505797000 ns, racy<=2500000000 ns 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.984 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.984235000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.984235000, lastModified=2023-04-30 17:32:25.477936000, delta=506299000 ns, racy<=2500000000 ns 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.983963000, lastModified=2023-04-30 17:32:25.780932000, delta=203031000 ns, racy<=2500000000 ns 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.984402000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.984402000, lastModified=2023-04-30 17:32:25.780932000, delta=203470000 ns, racy<=2500000000 ns 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.982509000, lastModified=2023-04-30 17:32:25.977929000, delta=4580000 ns, racy<=4302500 ns 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, is unmodified 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:25.984593000, lastModified=2023-04-30 17:32:25.774932000, size=6, fileKey=(dev=3000f2,ino=1241603358) 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.984593000, lastModified=2023-04-30 17:32:25.774932000, delta=209661000 ns, racy<=4302500 ns 17:32:25.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.984593000, lastModified=2023-04-30 17:32:25.774932000, delta=209661000 ns, racy<=4302500 ns 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.984593000, lastModified=2023-04-30 17:32:25.774932000, delta=209661000 ns, racy<=4302500 ns 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.984593000, lastModified=2023-04-30 17:32:25.774932000, delta=209661000 ns, racy<=4302500 ns 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.984235000, lastModified=2023-04-30 17:32:25.477936000, delta=506299000 ns, racy<=2500000000 ns 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.985 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.985608000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.985608000, lastModified=2023-04-30 17:32:25.477936000, delta=507672000 ns, racy<=2500000000 ns 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.984402000, lastModified=2023-04-30 17:32:25.780932000, delta=203470000 ns, racy<=2500000000 ns 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.985816000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.985816000, lastModified=2023-04-30 17:32:25.780932000, delta=204884000 ns, racy<=2500000000 ns 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.982509000, lastModified=2023-04-30 17:32:25.977929000, delta=4580000 ns, racy<=4302500 ns 17:32:25.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, is unmodified 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.985608000, lastModified=2023-04-30 17:32:25.477936000, delta=507672000 ns, racy<=2500000000 ns 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.986 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.986041000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.986041000, lastModified=2023-04-30 17:32:25.477936000, delta=508105000 ns, racy<=2500000000 ns 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.985816000, lastModified=2023-04-30 17:32:25.780932000, delta=204884000 ns, racy<=2500000000 ns 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.986205000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.986205000, lastModified=2023-04-30 17:32:25.780932000, delta=205273000 ns, racy<=2500000000 ns 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:25.982509000, lastModified=2023-04-30 17:32:25.977929000, delta=4580000 ns, racy<=4302500 ns 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/refs/heads/master, is unmodified 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.986041000, lastModified=2023-04-30 17:32:25.477936000, delta=508105000 ns, racy<=2500000000 ns 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.986 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.986469000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.986469000, lastModified=2023-04-30 17:32:25.477936000, delta=508533000 ns, racy<=2500000000 ns 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.986205000, lastModified=2023-04-30 17:32:25.780932000, delta=205273000 ns, racy<=2500000000 ns 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.986639000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.986639000, lastModified=2023-04-30 17:32:25.780932000, delta=205707000 ns, racy<=2500000000 ns 17:32:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.986469000, lastModified=2023-04-30 17:32:25.477936000, delta=508533000 ns, racy<=2500000000 ns 17:32:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.987 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.987381000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.987381000, lastModified=2023-04-30 17:32:25.477936000, delta=509445000 ns, racy<=2500000000 ns 17:32:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.986639000, lastModified=2023-04-30 17:32:25.780932000, delta=205707000 ns, racy<=2500000000 ns 17:32:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.987557000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.987557000, lastModified=2023-04-30 17:32:25.780932000, delta=206625000 ns, racy<=2500000000 ns 17:32:25.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.988719000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.987381000, lastModified=2023-04-30 17:32:25.477936000, delta=509445000 ns, racy<=2500000000 ns 17:32:25.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.988 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.989007000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.989007000, lastModified=2023-04-30 17:32:25.477936000, delta=511071000 ns, racy<=2500000000 ns 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.989184000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.989007000, lastModified=2023-04-30 17:32:25.477936000, delta=511071000 ns, racy<=2500000000 ns 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.989 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.989363000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.989363000, lastModified=2023-04-30 17:32:25.477936000, delta=511427000 ns, racy<=2500000000 ns 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.989184000, lastModified=2023-04-30 17:32:25.780932000, delta=208252000 ns, racy<=2500000000 ns 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.989538000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.989538000, lastModified=2023-04-30 17:32:25.780932000, delta=208606000 ns, racy<=2500000000 ns 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:25.989690000, lastModified=2023-04-30 17:32:25.970929000, size=104, fileKey=(dev=3000f2,ino=1232436586) 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:25.989820000, lastModified=2023-04-30 17:32:25.774932000, size=6, fileKey=(dev=3000f2,ino=1241603358) 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.989820000, lastModified=2023-04-30 17:32:25.774932000, delta=214888000 ns, racy<=4302500 ns 17:32:25.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.989820000, lastModified=2023-04-30 17:32:25.774932000, delta=214888000 ns, racy<=4302500 ns 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.989820000, lastModified=2023-04-30 17:32:25.774932000, delta=214888000 ns, racy<=4302500 ns 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.989820000, lastModified=2023-04-30 17:32:25.774932000, delta=214888000 ns, racy<=4302500 ns 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.989363000, lastModified=2023-04-30 17:32:25.477936000, delta=511427000 ns, racy<=2500000000 ns 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.990 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.990612000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.990612000, lastModified=2023-04-30 17:32:25.477936000, delta=512676000 ns, racy<=2500000000 ns 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.987557000, lastModified=2023-04-30 17:32:25.780932000, delta=206625000 ns, racy<=2500000000 ns 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.990857000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.990857000, lastModified=2023-04-30 17:32:25.780932000, delta=209925000 ns, racy<=2500000000 ns 17:32:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.984593000, lastModified=2023-04-30 17:32:25.774932000, delta=209661000 ns, racy<=4302500 ns 17:32:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.984593000, lastModified=2023-04-30 17:32:25.774932000, delta=209661000 ns, racy<=4302500 ns 17:32:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.990612000, lastModified=2023-04-30 17:32:25.477936000, delta=512676000 ns, racy<=2500000000 ns 17:32:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.991 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.991866000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.991866000, lastModified=2023-04-30 17:32:25.477936000, delta=513930000 ns, racy<=2500000000 ns 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.990857000, lastModified=2023-04-30 17:32:25.780932000, delta=209925000 ns, racy<=2500000000 ns 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.992143000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.992143000, lastModified=2023-04-30 17:32:25.780932000, delta=211211000 ns, racy<=2500000000 ns 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.991866000, lastModified=2023-04-30 17:32:25.477936000, delta=513930000 ns, racy<=2500000000 ns 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.992 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.992387000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.992387000, lastModified=2023-04-30 17:32:25.477936000, delta=514451000 ns, racy<=2500000000 ns 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.992143000, lastModified=2023-04-30 17:32:25.780932000, delta=211211000 ns, racy<=2500000000 ns 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.992663000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.992663000, lastModified=2023-04-30 17:32:25.780932000, delta=211731000 ns, racy<=2500000000 ns 17:32:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.992387000, lastModified=2023-04-30 17:32:25.477936000, delta=514451000 ns, racy<=2500000000 ns 17:32:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.993 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.993078000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.993078000, lastModified=2023-04-30 17:32:25.477936000, delta=515142000 ns, racy<=2500000000 ns 17:32:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.992663000, lastModified=2023-04-30 17:32:25.780932000, delta=211731000 ns, racy<=2500000000 ns 17:32:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.993283000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.993283000, lastModified=2023-04-30 17:32:25.780932000, delta=212351000 ns, racy<=2500000000 ns 17:32:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.993078000, lastModified=2023-04-30 17:32:25.477936000, delta=515142000 ns, racy<=2500000000 ns 17:32:25.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.993 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.993994000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.993994000, lastModified=2023-04-30 17:32:25.477936000, delta=516058000 ns, racy<=2500000000 ns 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.993283000, lastModified=2023-04-30 17:32:25.780932000, delta=212351000 ns, racy<=2500000000 ns 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.994203000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.994203000, lastModified=2023-04-30 17:32:25.780932000, delta=213271000 ns, racy<=2500000000 ns 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.993994000, lastModified=2023-04-30 17:32:25.477936000, delta=516058000 ns, racy<=2500000000 ns 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.994 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.994364000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.994364000, lastModified=2023-04-30 17:32:25.477936000, delta=516428000 ns, racy<=2500000000 ns 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.994203000, lastModified=2023-04-30 17:32:25.780932000, delta=213271000 ns, racy<=2500000000 ns 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.994541000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.994541000, lastModified=2023-04-30 17:32:25.780932000, delta=213609000 ns, racy<=2500000000 ns 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.994364000, lastModified=2023-04-30 17:32:25.477936000, delta=516428000 ns, racy<=2500000000 ns 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.994 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.994806000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.994806000, lastModified=2023-04-30 17:32:25.477936000, delta=516870000 ns, racy<=2500000000 ns 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.994541000, lastModified=2023-04-30 17:32:25.780932000, delta=213609000 ns, racy<=2500000000 ns 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.994984000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.994984000, lastModified=2023-04-30 17:32:25.780932000, delta=214052000 ns, racy<=2500000000 ns 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:25.984593000, lastModified=2023-04-30 17:32:25.774932000, delta=209661000 ns, racy<=4302500 ns 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/objects/pack, is unmodified 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.994806000, lastModified=2023-04-30 17:32:25.477936000, delta=516870000 ns, racy<=2500000000 ns 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.995 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.995592000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.995592000, lastModified=2023-04-30 17:32:25.477936000, delta=517656000 ns, racy<=2500000000 ns 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.994984000, lastModified=2023-04-30 17:32:25.780932000, delta=214052000 ns, racy<=2500000000 ns 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.995779000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.995779000, lastModified=2023-04-30 17:32:25.780932000, delta=214847000 ns, racy<=2500000000 ns 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.995592000, lastModified=2023-04-30 17:32:25.477936000, delta=517656000 ns, racy<=2500000000 ns 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.995 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.995949000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.995949000, lastModified=2023-04-30 17:32:25.477936000, delta=518013000 ns, racy<=2500000000 ns 17:32:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.995779000, lastModified=2023-04-30 17:32:25.780932000, delta=214847000 ns, racy<=2500000000 ns 17:32:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, is racily clean 17:32:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.996179000, lastModified=2023-04-30 17:32:25.780932000, size=78, fileKey=(dev=3000f2,ino=1232436584) 17:32:25.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10234740614251348290/.git/config, isRacyClean=true, read=2023-04-30 17:32:25.996179000, lastModified=2023-04-30 17:32:25.780932000, delta=215247000 ns, racy<=2500000000 ns 17:32:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.995949000, lastModified=2023-04-30 17:32:25.477936000, delta=518013000 ns, racy<=2500000000 ns 17:32:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:25.999 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:25.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:25.999917000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.999917000, lastModified=2023-04-30 17:32:25.477936000, delta=521981000 ns, racy<=2500000000 ns 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:25.999917000, lastModified=2023-04-30 17:32:25.477936000, delta=521981000 ns, racy<=2500000000 ns 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.000 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.000192000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.000192000, lastModified=2023-04-30 17:32:25.477936000, delta=522256000 ns, racy<=2500000000 ns 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.000192000, lastModified=2023-04-30 17:32:25.477936000, delta=522256000 ns, racy<=2500000000 ns 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.000 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.000655000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.000655000, lastModified=2023-04-30 17:32:25.477936000, delta=522719000 ns, racy<=2500000000 ns 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.000404000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946000404000 ns, racy<=2500000000 ns 17:32:26.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is unmodified 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.000655000, lastModified=2023-04-30 17:32:25.477936000, delta=522719000 ns, racy<=2500000000 ns 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.001 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.001095000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.001095000, lastModified=2023-04-30 17:32:25.477936000, delta=523159000 ns, racy<=2500000000 ns 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.000404000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946000404000 ns, racy<=2500000000 ns 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is unmodified 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.001095000, lastModified=2023-04-30 17:32:25.477936000, delta=523159000 ns, racy<=2500000000 ns 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.001 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.001415000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.001415000, lastModified=2023-04-30 17:32:25.477936000, delta=523479000 ns, racy<=2500000000 ns 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.000404000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946000404000 ns, racy<=2500000000 ns 17:32:26.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is unmodified 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.001415000, lastModified=2023-04-30 17:32:25.477936000, delta=523479000 ns, racy<=2500000000 ns 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.002 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.002203000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.002203000, lastModified=2023-04-30 17:32:25.477936000, delta=524267000 ns, racy<=2500000000 ns 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.000404000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946000404000 ns, racy<=2500000000 ns 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is unmodified 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.002203000, lastModified=2023-04-30 17:32:25.477936000, delta=524267000 ns, racy<=2500000000 ns 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.002 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.002636000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.002636000, lastModified=2023-04-30 17:32:25.477936000, delta=524700000 ns, racy<=2500000000 ns 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.000404000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946000404000 ns, racy<=2500000000 ns 17:32:26.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is unmodified 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.002636000, lastModified=2023-04-30 17:32:25.477936000, delta=524700000 ns, racy<=2500000000 ns 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.003 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.003148000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.003148000, lastModified=2023-04-30 17:32:25.477936000, delta=525212000 ns, racy<=2500000000 ns 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.000404000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946000404000 ns, racy<=2500000000 ns 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is unmodified 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.003148000, lastModified=2023-04-30 17:32:25.477936000, delta=525212000 ns, racy<=2500000000 ns 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.003 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.003776000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.003776000, lastModified=2023-04-30 17:32:25.477936000, delta=525840000 ns, racy<=2500000000 ns 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.000404000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946000404000 ns, racy<=2500000000 ns 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is unmodified 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.003776000, lastModified=2023-04-30 17:32:25.477936000, delta=525840000 ns, racy<=2500000000 ns 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.004 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.004178000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.004178000, lastModified=2023-04-30 17:32:25.477936000, delta=526242000 ns, racy<=2500000000 ns 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.000404000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946000404000 ns, racy<=2500000000 ns 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is unmodified 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.004178000, lastModified=2023-04-30 17:32:25.477936000, delta=526242000 ns, racy<=2500000000 ns 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.004 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.004510000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.004510000, lastModified=2023-04-30 17:32:25.477936000, delta=526574000 ns, racy<=2500000000 ns 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.000404000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946000404000 ns, racy<=2500000000 ns 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is unmodified 17:32:26.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.004850000, lastModified=2023-04-30 17:32:26.003929000, size=23, fileKey=(dev=3000f2,ino=1258426251) 17:32:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.006321000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.006732000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.004510000, lastModified=2023-04-30 17:32:25.477936000, delta=526574000 ns, racy<=2500000000 ns 17:32:26.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.069 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.069673000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.069673000, lastModified=2023-04-30 17:32:25.477936000, delta=591737000 ns, racy<=2500000000 ns 17:32:26.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.069989000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.069673000, lastModified=2023-04-30 17:32:25.477936000, delta=591737000 ns, racy<=2500000000 ns 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.070 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.070284000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.070284000, lastModified=2023-04-30 17:32:25.477936000, delta=592348000 ns, racy<=2500000000 ns 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.069989000, lastModified=2023-04-30 17:32:26.004929000, delta=65060000 ns, racy<=2500000000 ns 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.070579000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.070579000, lastModified=2023-04-30 17:32:26.004929000, delta=65650000 ns, racy<=2500000000 ns 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.070284000, lastModified=2023-04-30 17:32:25.477936000, delta=592348000 ns, racy<=2500000000 ns 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.070 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.070959000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.070959000, lastModified=2023-04-30 17:32:25.477936000, delta=593023000 ns, racy<=2500000000 ns 17:32:26.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.070579000, lastModified=2023-04-30 17:32:26.004929000, delta=65650000 ns, racy<=2500000000 ns 17:32:26.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.071210000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.071210000, lastModified=2023-04-30 17:32:26.004929000, delta=66281000 ns, racy<=2500000000 ns 17:32:26.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.071402000, lastModified=2023-04-30 17:32:26.003929000, size=23, fileKey=(dev=3000f2,ino=1258426251) 17:32:26.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.072191000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.070959000, lastModified=2023-04-30 17:32:25.477936000, delta=593023000 ns, racy<=2500000000 ns 17:32:26.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.072 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.072448000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.072448000, lastModified=2023-04-30 17:32:25.477936000, delta=594512000 ns, racy<=2500000000 ns 17:32:26.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.072681000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.072448000, lastModified=2023-04-30 17:32:25.477936000, delta=594512000 ns, racy<=2500000000 ns 17:32:26.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.072 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.072910000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.072910000, lastModified=2023-04-30 17:32:25.477936000, delta=594974000 ns, racy<=2500000000 ns 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.072681000, lastModified=2023-04-30 17:32:26.004929000, delta=67752000 ns, racy<=2500000000 ns 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.073160000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.073160000, lastModified=2023-04-30 17:32:26.004929000, delta=68231000 ns, racy<=2500000000 ns 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.072910000, lastModified=2023-04-30 17:32:25.477936000, delta=594974000 ns, racy<=2500000000 ns 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.073 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.073559000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.073559000, lastModified=2023-04-30 17:32:25.477936000, delta=595623000 ns, racy<=2500000000 ns 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.073160000, lastModified=2023-04-30 17:32:26.004929000, delta=68231000 ns, racy<=2500000000 ns 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.073807000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.073807000, lastModified=2023-04-30 17:32:26.004929000, delta=68878000 ns, racy<=2500000000 ns 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.073559000, lastModified=2023-04-30 17:32:25.477936000, delta=595623000 ns, racy<=2500000000 ns 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.074 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.074242000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.074242000, lastModified=2023-04-30 17:32:25.477936000, delta=596306000 ns, racy<=2500000000 ns 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.073807000, lastModified=2023-04-30 17:32:26.004929000, delta=68878000 ns, racy<=2500000000 ns 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.074470000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.074470000, lastModified=2023-04-30 17:32:26.004929000, delta=69541000 ns, racy<=2500000000 ns 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.074242000, lastModified=2023-04-30 17:32:25.477936000, delta=596306000 ns, racy<=2500000000 ns 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.074 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.074698000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.074698000, lastModified=2023-04-30 17:32:25.477936000, delta=596762000 ns, racy<=2500000000 ns 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.074470000, lastModified=2023-04-30 17:32:26.004929000, delta=69541000 ns, racy<=2500000000 ns 17:32:26.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.074991000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.074991000, lastModified=2023-04-30 17:32:26.004929000, delta=70062000 ns, racy<=2500000000 ns 17:32:26.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.074698000, lastModified=2023-04-30 17:32:25.477936000, delta=596762000 ns, racy<=2500000000 ns 17:32:26.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.075 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.075426000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.075426000, lastModified=2023-04-30 17:32:25.477936000, delta=597490000 ns, racy<=2500000000 ns 17:32:26.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.074991000, lastModified=2023-04-30 17:32:26.004929000, delta=70062000 ns, racy<=2500000000 ns 17:32:26.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.075649000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.075649000, lastModified=2023-04-30 17:32:26.004929000, delta=70720000 ns, racy<=2500000000 ns 17:32:26.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.075426000, lastModified=2023-04-30 17:32:25.477936000, delta=597490000 ns, racy<=2500000000 ns 17:32:26.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.076 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.076060000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.076060000, lastModified=2023-04-30 17:32:25.477936000, delta=598124000 ns, racy<=2500000000 ns 17:32:26.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.075649000, lastModified=2023-04-30 17:32:26.004929000, delta=70720000 ns, racy<=2500000000 ns 17:32:26.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.076303000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.076303000, lastModified=2023-04-30 17:32:26.004929000, delta=71374000 ns, racy<=2500000000 ns 17:32:26.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.076627000, lastModified=2023-04-30 17:32:26.000929000, size=6, fileKey=(dev=3000f2,ino=1267730992) 17:32:26.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.076627000, lastModified=2023-04-30 17:32:26.000929000, delta=75698000 ns, racy<=4302500 ns 17:32:26.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.077805000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946077805000 ns, racy<=4302500 ns 17:32:26.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.076627000, lastModified=2023-04-30 17:32:26.000929000, delta=75698000 ns, racy<=4302500 ns 17:32:26.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.077805000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946077805000 ns, racy<=4302500 ns 17:32:26.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.076060000, lastModified=2023-04-30 17:32:25.477936000, delta=598124000 ns, racy<=2500000000 ns 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.079 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.079256000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.079256000, lastModified=2023-04-30 17:32:25.477936000, delta=601320000 ns, racy<=2500000000 ns 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.076303000, lastModified=2023-04-30 17:32:26.004929000, delta=71374000 ns, racy<=2500000000 ns 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.079475000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.079475000, lastModified=2023-04-30 17:32:26.004929000, delta=74546000 ns, racy<=2500000000 ns 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.079571000, lastModified=2023-04-30 17:32:26.072928000, size=0, fileKey=(dev=3000f2,ino=1258426255) 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.079256000, lastModified=2023-04-30 17:32:25.477936000, delta=601320000 ns, racy<=2500000000 ns 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.079 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.079648000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.079648000, lastModified=2023-04-30 17:32:25.477936000, delta=601712000 ns, racy<=2500000000 ns 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.079475000, lastModified=2023-04-30 17:32:26.004929000, delta=74546000 ns, racy<=2500000000 ns 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.079824000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.079824000, lastModified=2023-04-30 17:32:26.004929000, delta=74895000 ns, racy<=2500000000 ns 17:32:26.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.079973000, lastModified=2023-04-30 17:32:26.078928000, size=104, fileKey=(dev=3000f2,ino=1258426255) 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.080046000, lastModified=2023-04-30 17:32:26.078928000, size=104, fileKey=(dev=3000f2,ino=1258426255) 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.079648000, lastModified=2023-04-30 17:32:25.477936000, delta=601712000 ns, racy<=2500000000 ns 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.080 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.080163000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.080163000, lastModified=2023-04-30 17:32:25.477936000, delta=602227000 ns, racy<=2500000000 ns 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.079824000, lastModified=2023-04-30 17:32:26.004929000, delta=74895000 ns, racy<=2500000000 ns 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.080324000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.080324000, lastModified=2023-04-30 17:32:26.004929000, delta=75395000 ns, racy<=2500000000 ns 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.080577000, lastModified=2023-04-30 17:32:26.078928000, size=104, fileKey=(dev=3000f2,ino=1258426255) 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.080645000, lastModified=2023-04-30 17:32:26.078928000, size=104, fileKey=(dev=3000f2,ino=1258426255) 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.080760000, lastModified=2023-04-30 17:32:26.078928000, size=0, fileKey=(dev=3000f2,ino=1258426252) 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.080163000, lastModified=2023-04-30 17:32:25.477936000, delta=602227000 ns, racy<=2500000000 ns 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.080 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.080845000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.080845000, lastModified=2023-04-30 17:32:25.477936000, delta=602909000 ns, racy<=2500000000 ns 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.080324000, lastModified=2023-04-30 17:32:26.004929000, delta=75395000 ns, racy<=2500000000 ns 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.081042000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.081042000, lastModified=2023-04-30 17:32:26.004929000, delta=76113000 ns, racy<=2500000000 ns 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.081194000, lastModified=2023-04-30 17:32:26.079928000, size=104, fileKey=(dev=3000f2,ino=1258426252) 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.080845000, lastModified=2023-04-30 17:32:25.477936000, delta=602909000 ns, racy<=2500000000 ns 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.081 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.081514000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.081514000, lastModified=2023-04-30 17:32:25.477936000, delta=603578000 ns, racy<=2500000000 ns 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.081042000, lastModified=2023-04-30 17:32:26.004929000, delta=76113000 ns, racy<=2500000000 ns 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.081697000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.081697000, lastModified=2023-04-30 17:32:26.004929000, delta=76768000 ns, racy<=2500000000 ns 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.081514000, lastModified=2023-04-30 17:32:25.477936000, delta=603578000 ns, racy<=2500000000 ns 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.081 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.081852000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.081852000, lastModified=2023-04-30 17:32:25.477936000, delta=603916000 ns, racy<=2500000000 ns 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.081697000, lastModified=2023-04-30 17:32:26.004929000, delta=76768000 ns, racy<=2500000000 ns 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.082022000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.082022000, lastModified=2023-04-30 17:32:26.004929000, delta=77093000 ns, racy<=2500000000 ns 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.081852000, lastModified=2023-04-30 17:32:25.477936000, delta=603916000 ns, racy<=2500000000 ns 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.082 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.082272000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.082272000, lastModified=2023-04-30 17:32:25.477936000, delta=604336000 ns, racy<=2500000000 ns 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.082022000, lastModified=2023-04-30 17:32:26.004929000, delta=77093000 ns, racy<=2500000000 ns 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.082485000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.082485000, lastModified=2023-04-30 17:32:26.004929000, delta=77556000 ns, racy<=2500000000 ns 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.082272000, lastModified=2023-04-30 17:32:25.477936000, delta=604336000 ns, racy<=2500000000 ns 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.082 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.082675000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.082675000, lastModified=2023-04-30 17:32:25.477936000, delta=604739000 ns, racy<=2500000000 ns 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.082485000, lastModified=2023-04-30 17:32:26.004929000, delta=77556000 ns, racy<=2500000000 ns 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.082894000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.082894000, lastModified=2023-04-30 17:32:26.004929000, delta=77965000 ns, racy<=2500000000 ns 17:32:26.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.083023000, lastModified=2023-04-30 17:32:26.003929000, size=23, fileKey=(dev=3000f2,ino=1258426251) 17:32:26.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.082675000, lastModified=2023-04-30 17:32:25.477936000, delta=604739000 ns, racy<=2500000000 ns 17:32:26.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.083 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.083379000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.083379000, lastModified=2023-04-30 17:32:25.477936000, delta=605443000 ns, racy<=2500000000 ns 17:32:26.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.082894000, lastModified=2023-04-30 17:32:26.004929000, delta=77965000 ns, racy<=2500000000 ns 17:32:26.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.083532000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.083532000, lastModified=2023-04-30 17:32:26.004929000, delta=78603000 ns, racy<=2500000000 ns 17:32:26.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.083023000, lastModified=2023-04-30 17:32:26.003929000, delta=79094000 ns, racy<=4302500 ns 17:32:26.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, is unmodified 17:32:26.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.083379000, lastModified=2023-04-30 17:32:25.477936000, delta=605443000 ns, racy<=2500000000 ns 17:32:26.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.084 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.084468000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.084468000, lastModified=2023-04-30 17:32:25.477936000, delta=606532000 ns, racy<=2500000000 ns 17:32:26.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.083532000, lastModified=2023-04-30 17:32:26.004929000, delta=78603000 ns, racy<=2500000000 ns 17:32:26.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.084633000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.084633000, lastModified=2023-04-30 17:32:26.004929000, delta=79704000 ns, racy<=2500000000 ns 17:32:26.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.084957000, lastModified=2023-04-30 17:32:26.079928000, size=104, fileKey=(dev=3000f2,ino=1258426252) 17:32:26.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.085024000, lastModified=2023-04-30 17:32:26.079928000, size=104, fileKey=(dev=3000f2,ino=1258426252) 17:32:26.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.076627000, lastModified=2023-04-30 17:32:26.000929000, delta=75698000 ns, racy<=4302500 ns 17:32:26.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.077805000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946077805000 ns, racy<=4302500 ns 17:32:26.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.076627000, lastModified=2023-04-30 17:32:26.000929000, delta=75698000 ns, racy<=4302500 ns 17:32:26.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.077805000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946077805000 ns, racy<=4302500 ns 17:32:26.085 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.076627000, lastModified=2023-04-30 17:32:26.000929000, delta=75698000 ns, racy<=4302500 ns 17:32:26.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.077805000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946077805000 ns, racy<=4302500 ns 17:32:26.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.076627000, lastModified=2023-04-30 17:32:26.000929000, delta=75698000 ns, racy<=4302500 ns 17:32:26.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.077805000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946077805000 ns, racy<=4302500 ns 17:32:26.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.084468000, lastModified=2023-04-30 17:32:25.477936000, delta=606532000 ns, racy<=2500000000 ns 17:32:26.086 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.086 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.087005000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.087005000, lastModified=2023-04-30 17:32:25.477936000, delta=609069000 ns, racy<=2500000000 ns 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.084633000, lastModified=2023-04-30 17:32:26.004929000, delta=79704000 ns, racy<=2500000000 ns 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.087227000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.087227000, lastModified=2023-04-30 17:32:26.004929000, delta=82298000 ns, racy<=2500000000 ns 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.083023000, lastModified=2023-04-30 17:32:26.003929000, delta=79094000 ns, racy<=4302500 ns 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, is unmodified 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.087005000, lastModified=2023-04-30 17:32:25.477936000, delta=609069000 ns, racy<=2500000000 ns 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.087 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.087580000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.087580000, lastModified=2023-04-30 17:32:25.477936000, delta=609644000 ns, racy<=2500000000 ns 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.087227000, lastModified=2023-04-30 17:32:26.004929000, delta=82298000 ns, racy<=2500000000 ns 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.087740000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.087740000, lastModified=2023-04-30 17:32:26.004929000, delta=82811000 ns, racy<=2500000000 ns 17:32:26.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.087580000, lastModified=2023-04-30 17:32:25.477936000, delta=609644000 ns, racy<=2500000000 ns 17:32:26.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.088 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.088159000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.088159000, lastModified=2023-04-30 17:32:25.477936000, delta=610223000 ns, racy<=2500000000 ns 17:32:26.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.087740000, lastModified=2023-04-30 17:32:26.004929000, delta=82811000 ns, racy<=2500000000 ns 17:32:26.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.088329000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.088329000, lastModified=2023-04-30 17:32:26.004929000, delta=83400000 ns, racy<=2500000000 ns 17:32:26.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.088159000, lastModified=2023-04-30 17:32:25.477936000, delta=610223000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.089 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.089037000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.089037000, lastModified=2023-04-30 17:32:25.477936000, delta=611101000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.088329000, lastModified=2023-04-30 17:32:26.004929000, delta=83400000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.089255000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.089255000, lastModified=2023-04-30 17:32:26.004929000, delta=84326000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.089037000, lastModified=2023-04-30 17:32:25.477936000, delta=611101000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.089 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.089428000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.089428000, lastModified=2023-04-30 17:32:25.477936000, delta=611492000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.089255000, lastModified=2023-04-30 17:32:26.004929000, delta=84326000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.089574000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.089574000, lastModified=2023-04-30 17:32:26.004929000, delta=84645000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.089428000, lastModified=2023-04-30 17:32:25.477936000, delta=611492000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.089 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.089768000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.089768000, lastModified=2023-04-30 17:32:25.477936000, delta=611832000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.089574000, lastModified=2023-04-30 17:32:26.004929000, delta=84645000 ns, racy<=2500000000 ns 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.089983000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.089983000, lastModified=2023-04-30 17:32:26.004929000, delta=85054000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.089768000, lastModified=2023-04-30 17:32:25.477936000, delta=611832000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.090 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.090167000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.090167000, lastModified=2023-04-30 17:32:25.477936000, delta=612231000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.089983000, lastModified=2023-04-30 17:32:26.004929000, delta=85054000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.090310000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.090310000, lastModified=2023-04-30 17:32:26.004929000, delta=85381000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.090167000, lastModified=2023-04-30 17:32:25.477936000, delta=612231000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.090 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.090533000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.090533000, lastModified=2023-04-30 17:32:25.477936000, delta=612597000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.090310000, lastModified=2023-04-30 17:32:26.004929000, delta=85381000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.090688000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.090688000, lastModified=2023-04-30 17:32:26.004929000, delta=85759000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.090533000, lastModified=2023-04-30 17:32:25.477936000, delta=612597000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.090 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.090842000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.090842000, lastModified=2023-04-30 17:32:25.477936000, delta=612906000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.090688000, lastModified=2023-04-30 17:32:26.004929000, delta=85759000 ns, racy<=2500000000 ns 17:32:26.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.090999000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.090999000, lastModified=2023-04-30 17:32:26.004929000, delta=86070000 ns, racy<=2500000000 ns 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.091209000, lastModified=2023-04-30 17:32:26.087928000, size=41, fileKey=(dev=3000f2,ino=1260518183) 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.090842000, lastModified=2023-04-30 17:32:25.477936000, delta=612906000 ns, racy<=2500000000 ns 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.091 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.091423000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.091423000, lastModified=2023-04-30 17:32:25.477936000, delta=613487000 ns, racy<=2500000000 ns 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.090999000, lastModified=2023-04-30 17:32:26.004929000, delta=86070000 ns, racy<=2500000000 ns 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.091600000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.091600000, lastModified=2023-04-30 17:32:26.004929000, delta=86671000 ns, racy<=2500000000 ns 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.091423000, lastModified=2023-04-30 17:32:25.477936000, delta=613487000 ns, racy<=2500000000 ns 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.091 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.091869000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.091869000, lastModified=2023-04-30 17:32:25.477936000, delta=613933000 ns, racy<=2500000000 ns 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.071210000, lastModified=2023-04-30 17:32:26.004929000, delta=66281000 ns, racy<=2500000000 ns 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.092063000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.092063000, lastModified=2023-04-30 17:32:26.004929000, delta=87134000 ns, racy<=2500000000 ns 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.092239000, lastModified=2023-04-30 17:32:26.087928000, size=41, fileKey=(dev=3000f2,ino=1260518183) 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.091869000, lastModified=2023-04-30 17:32:25.477936000, delta=613933000 ns, racy<=2500000000 ns 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.092 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.092358000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.092358000, lastModified=2023-04-30 17:32:25.477936000, delta=614422000 ns, racy<=2500000000 ns 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.092063000, lastModified=2023-04-30 17:32:26.004929000, delta=87134000 ns, racy<=2500000000 ns 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.092540000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.092540000, lastModified=2023-04-30 17:32:26.004929000, delta=87611000 ns, racy<=2500000000 ns 17:32:26.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.092239000, lastModified=2023-04-30 17:32:26.087928000, delta=4311000 ns, racy<=4302500 ns 17:32:26.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.093989000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.092358000, lastModified=2023-04-30 17:32:25.477936000, delta=614422000 ns, racy<=2500000000 ns 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.094 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.094255000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.094255000, lastModified=2023-04-30 17:32:25.477936000, delta=616319000 ns, racy<=2500000000 ns 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.094406000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.094255000, lastModified=2023-04-30 17:32:25.477936000, delta=616319000 ns, racy<=2500000000 ns 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.094 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.094561000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.094561000, lastModified=2023-04-30 17:32:25.477936000, delta=616625000 ns, racy<=2500000000 ns 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.094406000, lastModified=2023-04-30 17:32:26.004929000, delta=89477000 ns, racy<=2500000000 ns 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.094708000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.094708000, lastModified=2023-04-30 17:32:26.004929000, delta=89779000 ns, racy<=2500000000 ns 17:32:26.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.094899000, lastModified=2023-04-30 17:32:26.079928000, size=104, fileKey=(dev=3000f2,ino=1258426252) 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.094561000, lastModified=2023-04-30 17:32:25.477936000, delta=616625000 ns, racy<=2500000000 ns 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.095 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.095059000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.095059000, lastModified=2023-04-30 17:32:25.477936000, delta=617123000 ns, racy<=2500000000 ns 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.094708000, lastModified=2023-04-30 17:32:26.004929000, delta=89779000 ns, racy<=2500000000 ns 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.095259000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.095259000, lastModified=2023-04-30 17:32:26.004929000, delta=90330000 ns, racy<=2500000000 ns 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.095484000, lastModified=2023-04-30 17:32:26.079928000, size=104, fileKey=(dev=3000f2,ino=1258426252) 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.095546000, lastModified=2023-04-30 17:32:26.079928000, size=104, fileKey=(dev=3000f2,ino=1258426252) 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.095059000, lastModified=2023-04-30 17:32:25.477936000, delta=617123000 ns, racy<=2500000000 ns 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.095 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.095627000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.095627000, lastModified=2023-04-30 17:32:25.477936000, delta=617691000 ns, racy<=2500000000 ns 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.095259000, lastModified=2023-04-30 17:32:26.004929000, delta=90330000 ns, racy<=2500000000 ns 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.095807000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.095807000, lastModified=2023-04-30 17:32:26.004929000, delta=90878000 ns, racy<=2500000000 ns 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.095627000, lastModified=2023-04-30 17:32:25.477936000, delta=617691000 ns, racy<=2500000000 ns 17:32:26.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.096 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.096020000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.096020000, lastModified=2023-04-30 17:32:25.477936000, delta=618084000 ns, racy<=2500000000 ns 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.095807000, lastModified=2023-04-30 17:32:26.004929000, delta=90878000 ns, racy<=2500000000 ns 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.096268000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.096268000, lastModified=2023-04-30 17:32:26.004929000, delta=91339000 ns, racy<=2500000000 ns 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.096020000, lastModified=2023-04-30 17:32:25.477936000, delta=618084000 ns, racy<=2500000000 ns 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.096 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.096635000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.096635000, lastModified=2023-04-30 17:32:25.477936000, delta=618699000 ns, racy<=2500000000 ns 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.096268000, lastModified=2023-04-30 17:32:26.004929000, delta=91339000 ns, racy<=2500000000 ns 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.096838000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.096838000, lastModified=2023-04-30 17:32:26.004929000, delta=91909000 ns, racy<=2500000000 ns 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.097094000, lastModified=2023-04-30 17:32:26.000929000, size=6, fileKey=(dev=3000f2,ino=1267730992) 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.097094000, lastModified=2023-04-30 17:32:26.000929000, delta=96165000 ns, racy<=4302500 ns 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.096635000, lastModified=2023-04-30 17:32:25.477936000, delta=618699000 ns, racy<=2500000000 ns 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.097 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.097434000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.097434000, lastModified=2023-04-30 17:32:25.477936000, delta=619498000 ns, racy<=2500000000 ns 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.096838000, lastModified=2023-04-30 17:32:26.004929000, delta=91909000 ns, racy<=2500000000 ns 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.097596000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.097596000, lastModified=2023-04-30 17:32:26.004929000, delta=92667000 ns, racy<=2500000000 ns 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.097094000, lastModified=2023-04-30 17:32:26.000929000, delta=96165000 ns, racy<=4302500 ns 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.098016000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946098016000 ns, racy<=4302500 ns 17:32:26.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.097094000, lastModified=2023-04-30 17:32:26.000929000, delta=96165000 ns, racy<=4302500 ns 17:32:26.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.098016000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946098016000 ns, racy<=4302500 ns 17:32:26.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.098890000, lastModified=2023-04-30 17:32:26.093928000, size=0, fileKey=(dev=3000f2,ino=1258426255) 17:32:26.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.097434000, lastModified=2023-04-30 17:32:25.477936000, delta=619498000 ns, racy<=2500000000 ns 17:32:26.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.098 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.099027000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.099027000, lastModified=2023-04-30 17:32:25.477936000, delta=621091000 ns, racy<=2500000000 ns 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.097596000, lastModified=2023-04-30 17:32:26.004929000, delta=92667000 ns, racy<=2500000000 ns 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.099224000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.099224000, lastModified=2023-04-30 17:32:26.004929000, delta=94295000 ns, racy<=2500000000 ns 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.099387000, lastModified=2023-04-30 17:32:26.097928000, size=176, fileKey=(dev=3000f2,ino=1258426255) 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.099495000, lastModified=2023-04-30 17:32:26.097928000, size=176, fileKey=(dev=3000f2,ino=1258426255) 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.099027000, lastModified=2023-04-30 17:32:25.477936000, delta=621091000 ns, racy<=2500000000 ns 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.099 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.099674000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.099674000, lastModified=2023-04-30 17:32:25.477936000, delta=621738000 ns, racy<=2500000000 ns 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.099224000, lastModified=2023-04-30 17:32:26.004929000, delta=94295000 ns, racy<=2500000000 ns 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.099875000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.099875000, lastModified=2023-04-30 17:32:26.004929000, delta=94946000 ns, racy<=2500000000 ns 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.099674000, lastModified=2023-04-30 17:32:25.477936000, delta=621738000 ns, racy<=2500000000 ns 17:32:26.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.100 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.100018000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.100018000, lastModified=2023-04-30 17:32:25.477936000, delta=622082000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.099875000, lastModified=2023-04-30 17:32:26.004929000, delta=94946000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.100227000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.100227000, lastModified=2023-04-30 17:32:26.004929000, delta=95298000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.100018000, lastModified=2023-04-30 17:32:25.477936000, delta=622082000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.100 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.100370000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.100370000, lastModified=2023-04-30 17:32:25.477936000, delta=622434000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.100227000, lastModified=2023-04-30 17:32:26.004929000, delta=95298000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.100516000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.100516000, lastModified=2023-04-30 17:32:26.004929000, delta=95587000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.100370000, lastModified=2023-04-30 17:32:25.477936000, delta=622434000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.100 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.100653000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.100653000, lastModified=2023-04-30 17:32:25.477936000, delta=622717000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.100516000, lastModified=2023-04-30 17:32:26.004929000, delta=95587000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.100823000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.100823000, lastModified=2023-04-30 17:32:26.004929000, delta=95894000 ns, racy<=2500000000 ns 17:32:26.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.100941000, lastModified=2023-04-30 17:32:26.003929000, size=23, fileKey=(dev=3000f2,ino=1258426251) 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.101017000, lastModified=2023-04-30 17:32:26.087928000, size=41, fileKey=(dev=3000f2,ino=1260518183) 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.100653000, lastModified=2023-04-30 17:32:25.477936000, delta=622717000 ns, racy<=2500000000 ns 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.101 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.101194000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.101194000, lastModified=2023-04-30 17:32:25.477936000, delta=623258000 ns, racy<=2500000000 ns 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.100823000, lastModified=2023-04-30 17:32:26.004929000, delta=95894000 ns, racy<=2500000000 ns 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.101382000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.101382000, lastModified=2023-04-30 17:32:26.004929000, delta=96453000 ns, racy<=2500000000 ns 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.100941000, lastModified=2023-04-30 17:32:26.003929000, delta=97012000 ns, racy<=4302500 ns 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, is unmodified 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.101017000, lastModified=2023-04-30 17:32:26.087928000, delta=13089000 ns, racy<=4302500 ns 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.097094000, lastModified=2023-04-30 17:32:26.000929000, delta=96165000 ns, racy<=4302500 ns 17:32:26.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.101194000, lastModified=2023-04-30 17:32:25.477936000, delta=623258000 ns, racy<=2500000000 ns 17:32:26.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.102 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.102277000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.102277000, lastModified=2023-04-30 17:32:25.477936000, delta=624341000 ns, racy<=2500000000 ns 17:32:26.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.101382000, lastModified=2023-04-30 17:32:26.004929000, delta=96453000 ns, racy<=2500000000 ns 17:32:26.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.102475000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.102475000, lastModified=2023-04-30 17:32:26.004929000, delta=97546000 ns, racy<=2500000000 ns 17:32:26.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.102829000, lastModified=2023-04-30 17:32:26.097928000, size=176, fileKey=(dev=3000f2,ino=1258426255) 17:32:26.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.102903000, lastModified=2023-04-30 17:32:26.097928000, size=176, fileKey=(dev=3000f2,ino=1258426255) 17:32:26.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.097094000, lastModified=2023-04-30 17:32:26.000929000, delta=96165000 ns, racy<=4302500 ns 17:32:26.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.098016000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946098016000 ns, racy<=4302500 ns 17:32:26.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.097094000, lastModified=2023-04-30 17:32:26.000929000, delta=96165000 ns, racy<=4302500 ns 17:32:26.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.098016000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946098016000 ns, racy<=4302500 ns 17:32:26.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.097094000, lastModified=2023-04-30 17:32:26.000929000, delta=96165000 ns, racy<=4302500 ns 17:32:26.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.098016000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946098016000 ns, racy<=4302500 ns 17:32:26.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.097094000, lastModified=2023-04-30 17:32:26.000929000, delta=96165000 ns, racy<=4302500 ns 17:32:26.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.098016000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946098016000 ns, racy<=4302500 ns 17:32:26.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.102277000, lastModified=2023-04-30 17:32:25.477936000, delta=624341000 ns, racy<=2500000000 ns 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.105 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.105164000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.105164000, lastModified=2023-04-30 17:32:25.477936000, delta=627228000 ns, racy<=2500000000 ns 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.102475000, lastModified=2023-04-30 17:32:26.004929000, delta=97546000 ns, racy<=2500000000 ns 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.105323000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.105323000, lastModified=2023-04-30 17:32:26.004929000, delta=100394000 ns, racy<=2500000000 ns 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.100941000, lastModified=2023-04-30 17:32:26.003929000, delta=97012000 ns, racy<=4302500 ns 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, is unmodified 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.101017000, lastModified=2023-04-30 17:32:26.087928000, delta=13089000 ns, racy<=4302500 ns 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.105164000, lastModified=2023-04-30 17:32:25.477936000, delta=627228000 ns, racy<=2500000000 ns 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.105 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.105724000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.105724000, lastModified=2023-04-30 17:32:25.477936000, delta=627788000 ns, racy<=2500000000 ns 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.105323000, lastModified=2023-04-30 17:32:26.004929000, delta=100394000 ns, racy<=2500000000 ns 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.105962000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.105962000, lastModified=2023-04-30 17:32:26.004929000, delta=101033000 ns, racy<=2500000000 ns 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.101017000, lastModified=2023-04-30 17:32:26.087928000, delta=13089000 ns, racy<=4302500 ns 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.105724000, lastModified=2023-04-30 17:32:25.477936000, delta=627788000 ns, racy<=2500000000 ns 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.106 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.106421000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.106421000, lastModified=2023-04-30 17:32:25.477936000, delta=628485000 ns, racy<=2500000000 ns 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.105962000, lastModified=2023-04-30 17:32:26.004929000, delta=101033000 ns, racy<=2500000000 ns 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.106587000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.106587000, lastModified=2023-04-30 17:32:26.004929000, delta=101658000 ns, racy<=2500000000 ns 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.106421000, lastModified=2023-04-30 17:32:25.477936000, delta=628485000 ns, racy<=2500000000 ns 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.106 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.106772000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.106772000, lastModified=2023-04-30 17:32:25.477936000, delta=628836000 ns, racy<=2500000000 ns 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.106587000, lastModified=2023-04-30 17:32:26.004929000, delta=101658000 ns, racy<=2500000000 ns 17:32:26.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.106988000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.106988000, lastModified=2023-04-30 17:32:26.004929000, delta=102059000 ns, racy<=2500000000 ns 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.106772000, lastModified=2023-04-30 17:32:25.477936000, delta=628836000 ns, racy<=2500000000 ns 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.107 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.107248000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.107248000, lastModified=2023-04-30 17:32:25.477936000, delta=629312000 ns, racy<=2500000000 ns 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.106988000, lastModified=2023-04-30 17:32:26.004929000, delta=102059000 ns, racy<=2500000000 ns 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.107401000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.107401000, lastModified=2023-04-30 17:32:26.004929000, delta=102472000 ns, racy<=2500000000 ns 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.107248000, lastModified=2023-04-30 17:32:25.477936000, delta=629312000 ns, racy<=2500000000 ns 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.107 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.107537000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.107537000, lastModified=2023-04-30 17:32:25.477936000, delta=629601000 ns, racy<=2500000000 ns 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.107401000, lastModified=2023-04-30 17:32:26.004929000, delta=102472000 ns, racy<=2500000000 ns 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.107694000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.107694000, lastModified=2023-04-30 17:32:26.004929000, delta=102765000 ns, racy<=2500000000 ns 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.107537000, lastModified=2023-04-30 17:32:25.477936000, delta=629601000 ns, racy<=2500000000 ns 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.107 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.107891000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.107891000, lastModified=2023-04-30 17:32:25.477936000, delta=629955000 ns, racy<=2500000000 ns 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.107694000, lastModified=2023-04-30 17:32:26.004929000, delta=102765000 ns, racy<=2500000000 ns 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.108072000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.108072000, lastModified=2023-04-30 17:32:26.004929000, delta=103143000 ns, racy<=2500000000 ns 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.107891000, lastModified=2023-04-30 17:32:25.477936000, delta=629955000 ns, racy<=2500000000 ns 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.108 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.108346000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.108346000, lastModified=2023-04-30 17:32:25.477936000, delta=630410000 ns, racy<=2500000000 ns 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.108072000, lastModified=2023-04-30 17:32:26.004929000, delta=103143000 ns, racy<=2500000000 ns 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.108597000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.108597000, lastModified=2023-04-30 17:32:26.004929000, delta=103668000 ns, racy<=2500000000 ns 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.108719000, lastModified=2023-04-30 17:32:26.104927000, size=41, fileKey=(dev=3000f2,ino=1260518184) 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.108346000, lastModified=2023-04-30 17:32:25.477936000, delta=630410000 ns, racy<=2500000000 ns 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.108 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.108967000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.108967000, lastModified=2023-04-30 17:32:25.477936000, delta=631031000 ns, racy<=2500000000 ns 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.108597000, lastModified=2023-04-30 17:32:26.004929000, delta=103668000 ns, racy<=2500000000 ns 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.109174000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.109174000, lastModified=2023-04-30 17:32:26.004929000, delta=104245000 ns, racy<=2500000000 ns 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.108967000, lastModified=2023-04-30 17:32:25.477936000, delta=631031000 ns, racy<=2500000000 ns 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.109 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.109411000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.109411000, lastModified=2023-04-30 17:32:25.477936000, delta=631475000 ns, racy<=2500000000 ns 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.092540000, lastModified=2023-04-30 17:32:26.004929000, delta=87611000 ns, racy<=2500000000 ns 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.109587000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.109587000, lastModified=2023-04-30 17:32:26.004929000, delta=104658000 ns, racy<=2500000000 ns 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, FileKey changed from (dev=3000f2,ino=1260518183) to (dev=3000f2,ino=1260518184) 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.109764000, lastModified=2023-04-30 17:32:26.104927000, size=41, fileKey=(dev=3000f2,ino=1260518184) 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.109411000, lastModified=2023-04-30 17:32:25.477936000, delta=631475000 ns, racy<=2500000000 ns 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.109 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.109931000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.109931000, lastModified=2023-04-30 17:32:25.477936000, delta=631995000 ns, racy<=2500000000 ns 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.109587000, lastModified=2023-04-30 17:32:26.004929000, delta=104658000 ns, racy<=2500000000 ns 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.110129000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.110129000, lastModified=2023-04-30 17:32:26.004929000, delta=105200000 ns, racy<=2500000000 ns 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.109764000, lastModified=2023-04-30 17:32:26.104927000, delta=4837000 ns, racy<=4302500 ns 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.110417000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.109931000, lastModified=2023-04-30 17:32:25.477936000, delta=631995000 ns, racy<=2500000000 ns 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.110 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.110605000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.110605000, lastModified=2023-04-30 17:32:25.477936000, delta=632669000 ns, racy<=2500000000 ns 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.110749000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.110605000, lastModified=2023-04-30 17:32:25.477936000, delta=632669000 ns, racy<=2500000000 ns 17:32:26.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.169 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.169643000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.169643000, lastModified=2023-04-30 17:32:25.477936000, delta=691707000 ns, racy<=2500000000 ns 17:32:26.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.110749000, lastModified=2023-04-30 17:32:26.004929000, delta=105820000 ns, racy<=2500000000 ns 17:32:26.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.169967000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.169967000, lastModified=2023-04-30 17:32:26.004929000, delta=165038000 ns, racy<=2500000000 ns 17:32:26.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.170183000, lastModified=2023-04-30 17:32:26.097928000, size=176, fileKey=(dev=3000f2,ino=1258426255) 17:32:26.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.169643000, lastModified=2023-04-30 17:32:25.477936000, delta=691707000 ns, racy<=2500000000 ns 17:32:26.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.174 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.174041000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.174041000, lastModified=2023-04-30 17:32:25.477936000, delta=696105000 ns, racy<=2500000000 ns 17:32:26.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.169967000, lastModified=2023-04-30 17:32:26.004929000, delta=165038000 ns, racy<=2500000000 ns 17:32:26.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.174305000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.174305000, lastModified=2023-04-30 17:32:26.004929000, delta=169376000 ns, racy<=2500000000 ns 17:32:26.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.174041000, lastModified=2023-04-30 17:32:25.477936000, delta=696105000 ns, racy<=2500000000 ns 17:32:26.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.174 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.174965000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.174965000, lastModified=2023-04-30 17:32:25.477936000, delta=697029000 ns, racy<=2500000000 ns 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.174305000, lastModified=2023-04-30 17:32:26.004929000, delta=169376000 ns, racy<=2500000000 ns 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.175207000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.175207000, lastModified=2023-04-30 17:32:26.004929000, delta=170278000 ns, racy<=2500000000 ns 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.175353000, lastModified=2023-04-30 17:32:26.003929000, size=23, fileKey=(dev=3000f2,ino=1258426251) 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.175468000, lastModified=2023-04-30 17:32:26.104927000, size=41, fileKey=(dev=3000f2,ino=1260518184) 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.174965000, lastModified=2023-04-30 17:32:25.477936000, delta=697029000 ns, racy<=2500000000 ns 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.175 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.175601000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.175601000, lastModified=2023-04-30 17:32:25.477936000, delta=697665000 ns, racy<=2500000000 ns 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.175207000, lastModified=2023-04-30 17:32:26.004929000, delta=170278000 ns, racy<=2500000000 ns 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.175812000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.175812000, lastModified=2023-04-30 17:32:26.004929000, delta=170883000 ns, racy<=2500000000 ns 17:32:26.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.175353000, lastModified=2023-04-30 17:32:26.003929000, delta=171424000 ns, racy<=4302500 ns 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, is unmodified 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.175468000, lastModified=2023-04-30 17:32:26.104927000, delta=70541000 ns, racy<=4302500 ns 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.175601000, lastModified=2023-04-30 17:32:25.477936000, delta=697665000 ns, racy<=2500000000 ns 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.176 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.176210000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.176210000, lastModified=2023-04-30 17:32:25.477936000, delta=698274000 ns, racy<=2500000000 ns 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.175812000, lastModified=2023-04-30 17:32:26.004929000, delta=170883000 ns, racy<=2500000000 ns 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.176451000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.176451000, lastModified=2023-04-30 17:32:26.004929000, delta=171522000 ns, racy<=2500000000 ns 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.175353000, lastModified=2023-04-30 17:32:26.003929000, delta=171424000 ns, racy<=4302500 ns 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, is unmodified 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.175468000, lastModified=2023-04-30 17:32:26.104927000, delta=70541000 ns, racy<=4302500 ns 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.176210000, lastModified=2023-04-30 17:32:25.477936000, delta=698274000 ns, racy<=2500000000 ns 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.176 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.176737000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.176737000, lastModified=2023-04-30 17:32:25.477936000, delta=698801000 ns, racy<=2500000000 ns 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.176451000, lastModified=2023-04-30 17:32:26.004929000, delta=171522000 ns, racy<=2500000000 ns 17:32:26.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.176972000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.176972000, lastModified=2023-04-30 17:32:26.004929000, delta=172043000 ns, racy<=2500000000 ns 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.175353000, lastModified=2023-04-30 17:32:26.003929000, delta=171424000 ns, racy<=4302500 ns 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, is unmodified 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.175468000, lastModified=2023-04-30 17:32:26.104927000, delta=70541000 ns, racy<=4302500 ns 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.177353000, lastModified=2023-04-30 17:32:26.000929000, size=6, fileKey=(dev=3000f2,ino=1267730992) 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.177353000, lastModified=2023-04-30 17:32:26.000929000, delta=176424000 ns, racy<=4302500 ns 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.176737000, lastModified=2023-04-30 17:32:25.477936000, delta=698801000 ns, racy<=2500000000 ns 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.177 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.177873000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.177873000, lastModified=2023-04-30 17:32:25.477936000, delta=699937000 ns, racy<=2500000000 ns 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.176972000, lastModified=2023-04-30 17:32:26.004929000, delta=172043000 ns, racy<=2500000000 ns 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.178126000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.178126000, lastModified=2023-04-30 17:32:26.004929000, delta=173197000 ns, racy<=2500000000 ns 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.177873000, lastModified=2023-04-30 17:32:25.477936000, delta=699937000 ns, racy<=2500000000 ns 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.178 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.178447000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.178447000, lastModified=2023-04-30 17:32:25.477936000, delta=700511000 ns, racy<=2500000000 ns 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.178126000, lastModified=2023-04-30 17:32:26.004929000, delta=173197000 ns, racy<=2500000000 ns 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.178646000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.178646000, lastModified=2023-04-30 17:32:26.004929000, delta=173717000 ns, racy<=2500000000 ns 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads, create new FileSnapshot: lastRead=2023-04-30 17:32:26.178797000, lastModified=2023-04-30 17:32:26.107927000, size=20, fileKey=(dev=3000f2,ino=1260518182) 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.178447000, lastModified=2023-04-30 17:32:25.477936000, delta=700511000 ns, racy<=2500000000 ns 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.178 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.178949000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.178949000, lastModified=2023-04-30 17:32:25.477936000, delta=701013000 ns, racy<=2500000000 ns 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.178646000, lastModified=2023-04-30 17:32:26.004929000, delta=173717000 ns, racy<=2500000000 ns 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.179156000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.179156000, lastModified=2023-04-30 17:32:26.004929000, delta=174227000 ns, racy<=2500000000 ns 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs, create new FileSnapshot: lastRead=2023-04-30 17:32:26.179292000, lastModified=2023-04-30 17:32:25.999929000, size=31, fileKey=(dev=3000f2,ino=1259371220) 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.178949000, lastModified=2023-04-30 17:32:25.477936000, delta=701013000 ns, racy<=2500000000 ns 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.179 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.179469000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.179469000, lastModified=2023-04-30 17:32:25.477936000, delta=701533000 ns, racy<=2500000000 ns 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.179156000, lastModified=2023-04-30 17:32:26.004929000, delta=174227000 ns, racy<=2500000000 ns 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.179661000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.179661000, lastModified=2023-04-30 17:32:26.004929000, delta=174732000 ns, racy<=2500000000 ns 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.179469000, lastModified=2023-04-30 17:32:25.477936000, delta=701533000 ns, racy<=2500000000 ns 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.180 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.180057000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.180057000, lastModified=2023-04-30 17:32:25.477936000, delta=702121000 ns, racy<=2500000000 ns 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.179661000, lastModified=2023-04-30 17:32:26.004929000, delta=174732000 ns, racy<=2500000000 ns 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.180262000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.180262000, lastModified=2023-04-30 17:32:26.004929000, delta=175333000 ns, racy<=2500000000 ns 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.180057000, lastModified=2023-04-30 17:32:25.477936000, delta=702121000 ns, racy<=2500000000 ns 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.180 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.180905000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.180 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.180905000, lastModified=2023-04-30 17:32:25.477936000, delta=702969000 ns, racy<=2500000000 ns 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.180262000, lastModified=2023-04-30 17:32:26.004929000, delta=175333000 ns, racy<=2500000000 ns 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.181116000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.181116000, lastModified=2023-04-30 17:32:26.004929000, delta=176187000 ns, racy<=2500000000 ns 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.180905000, lastModified=2023-04-30 17:32:25.477936000, delta=702969000 ns, racy<=2500000000 ns 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.181 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.181381000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.181381000, lastModified=2023-04-30 17:32:25.477936000, delta=703445000 ns, racy<=2500000000 ns 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.181116000, lastModified=2023-04-30 17:32:26.004929000, delta=176187000 ns, racy<=2500000000 ns 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.181577000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.181577000, lastModified=2023-04-30 17:32:26.004929000, delta=176648000 ns, racy<=2500000000 ns 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.181381000, lastModified=2023-04-30 17:32:25.477936000, delta=703445000 ns, racy<=2500000000 ns 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.181 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.181867000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.181867000, lastModified=2023-04-30 17:32:25.477936000, delta=703931000 ns, racy<=2500000000 ns 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.181577000, lastModified=2023-04-30 17:32:26.004929000, delta=176648000 ns, racy<=2500000000 ns 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.182094000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.182094000, lastModified=2023-04-30 17:32:26.004929000, delta=177165000 ns, racy<=2500000000 ns 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.181867000, lastModified=2023-04-30 17:32:25.477936000, delta=703931000 ns, racy<=2500000000 ns 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.182 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.182273000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.182273000, lastModified=2023-04-30 17:32:25.477936000, delta=704337000 ns, racy<=2500000000 ns 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.182094000, lastModified=2023-04-30 17:32:26.004929000, delta=177165000 ns, racy<=2500000000 ns 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.182528000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.182528000, lastModified=2023-04-30 17:32:26.004929000, delta=177599000 ns, racy<=2500000000 ns 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.182754000, lastModified=2023-04-30 17:32:26.179926000, size=41, fileKey=(dev=3000f2,ino=1260518185) 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.182273000, lastModified=2023-04-30 17:32:25.477936000, delta=704337000 ns, racy<=2500000000 ns 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.182 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.182974000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.182974000, lastModified=2023-04-30 17:32:25.477936000, delta=705038000 ns, racy<=2500000000 ns 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.182528000, lastModified=2023-04-30 17:32:26.004929000, delta=177599000 ns, racy<=2500000000 ns 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.183208000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.183208000, lastModified=2023-04-30 17:32:26.004929000, delta=178279000 ns, racy<=2500000000 ns 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-04-30 17:32:26.182754000, lastModified=2023-04-30 17:32:26.179926000, delta=2828000 ns, racy<=4302500 ns 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch.lock, is racily clean 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-04-30 17:32:26.183677000, lastModified=2023-04-30 17:32:26.179926000, size=41, fileKey=(dev=3000f2,ino=1260518185) 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-04-30 17:32:26.183677000, lastModified=2023-04-30 17:32:26.179926000, delta=3751000 ns, racy<=4302500 ns 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.182974000, lastModified=2023-04-30 17:32:25.477936000, delta=705038000 ns, racy<=2500000000 ns 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.183 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.183865000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.183865000, lastModified=2023-04-30 17:32:25.477936000, delta=705929000 ns, racy<=2500000000 ns 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.183208000, lastModified=2023-04-30 17:32:26.004929000, delta=178279000 ns, racy<=2500000000 ns 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.184091000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.184091000, lastModified=2023-04-30 17:32:26.004929000, delta=179162000 ns, racy<=2500000000 ns 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.175353000, lastModified=2023-04-30 17:32:26.003929000, delta=171424000 ns, racy<=4302500 ns 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, is unmodified 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.175468000, lastModified=2023-04-30 17:32:26.104927000, delta=70541000 ns, racy<=4302500 ns 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.183865000, lastModified=2023-04-30 17:32:25.477936000, delta=705929000 ns, racy<=2500000000 ns 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.184 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.184455000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.184455000, lastModified=2023-04-30 17:32:25.477936000, delta=706519000 ns, racy<=2500000000 ns 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.184091000, lastModified=2023-04-30 17:32:26.004929000, delta=179162000 ns, racy<=2500000000 ns 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.184652000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.184652000, lastModified=2023-04-30 17:32:26.004929000, delta=179723000 ns, racy<=2500000000 ns 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-04-30 17:32:26.183677000, lastModified=2023-04-30 17:32:26.179926000, delta=3751000 ns, racy<=4302500 ns 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch.lock, is racily clean 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-04-30 17:32:26.185085000, lastModified=2023-04-30 17:32:26.179926000, size=41, fileKey=(dev=3000f2,ino=1260518185) 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-04-30 17:32:26.185085000, lastModified=2023-04-30 17:32:26.179926000, delta=5159000 ns, racy<=4302500 ns 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.184455000, lastModified=2023-04-30 17:32:25.477936000, delta=706519000 ns, racy<=2500000000 ns 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.185 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.185238000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.185238000, lastModified=2023-04-30 17:32:25.477936000, delta=707302000 ns, racy<=2500000000 ns 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.184652000, lastModified=2023-04-30 17:32:26.004929000, delta=179723000 ns, racy<=2500000000 ns 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.185425000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.185425000, lastModified=2023-04-30 17:32:26.004929000, delta=180496000 ns, racy<=2500000000 ns 17:32:26.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch.lock, cannot be racily clean 17:32:26.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.186161000, lastModified=2023-04-30 17:32:26.097928000, size=176, fileKey=(dev=3000f2,ino=1258426255) 17:32:26.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.186250000, lastModified=2023-04-30 17:32:26.097928000, size=176, fileKey=(dev=3000f2,ino=1258426255) 17:32:26.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.185238000, lastModified=2023-04-30 17:32:25.477936000, delta=707302000 ns, racy<=2500000000 ns 17:32:26.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.188 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.188753000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.188753000, lastModified=2023-04-30 17:32:25.477936000, delta=710817000 ns, racy<=2500000000 ns 17:32:26.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.185425000, lastModified=2023-04-30 17:32:26.004929000, delta=180496000 ns, racy<=2500000000 ns 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.189052000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.189052000, lastModified=2023-04-30 17:32:26.004929000, delta=184123000 ns, racy<=2500000000 ns 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.188753000, lastModified=2023-04-30 17:32:25.477936000, delta=710817000 ns, racy<=2500000000 ns 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.189 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.189278000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.189278000, lastModified=2023-04-30 17:32:25.477936000, delta=711342000 ns, racy<=2500000000 ns 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.189052000, lastModified=2023-04-30 17:32:26.004929000, delta=184123000 ns, racy<=2500000000 ns 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.189486000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.189486000, lastModified=2023-04-30 17:32:26.004929000, delta=184557000 ns, racy<=2500000000 ns 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.189278000, lastModified=2023-04-30 17:32:25.477936000, delta=711342000 ns, racy<=2500000000 ns 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.189 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.189914000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.189914000, lastModified=2023-04-30 17:32:25.477936000, delta=711978000 ns, racy<=2500000000 ns 17:32:26.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.189486000, lastModified=2023-04-30 17:32:26.004929000, delta=184557000 ns, racy<=2500000000 ns 17:32:26.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.190147000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.190147000, lastModified=2023-04-30 17:32:26.004929000, delta=185218000 ns, racy<=2500000000 ns 17:32:26.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.177353000, lastModified=2023-04-30 17:32:26.000929000, delta=176424000 ns, racy<=4302500 ns 17:32:26.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.191244000, lastModified=2023-04-30 17:32:26.184926000, size=0, fileKey=(dev=3000f2,ino=1258426252) 17:32:26.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.189914000, lastModified=2023-04-30 17:32:25.477936000, delta=711978000 ns, racy<=2500000000 ns 17:32:26.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.191 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.191374000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.191374000, lastModified=2023-04-30 17:32:25.477936000, delta=713438000 ns, racy<=2500000000 ns 17:32:26.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.190147000, lastModified=2023-04-30 17:32:26.004929000, delta=185218000 ns, racy<=2500000000 ns 17:32:26.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.191612000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.191612000, lastModified=2023-04-30 17:32:26.004929000, delta=186683000 ns, racy<=2500000000 ns 17:32:26.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.191815000, lastModified=2023-04-30 17:32:26.189926000, size=176, fileKey=(dev=3000f2,ino=1258426252) 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.191374000, lastModified=2023-04-30 17:32:25.477936000, delta=713438000 ns, racy<=2500000000 ns 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.192 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.192152000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.192152000, lastModified=2023-04-30 17:32:25.477936000, delta=714216000 ns, racy<=2500000000 ns 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.191612000, lastModified=2023-04-30 17:32:26.004929000, delta=186683000 ns, racy<=2500000000 ns 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.192359000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.192359000, lastModified=2023-04-30 17:32:26.004929000, delta=187430000 ns, racy<=2500000000 ns 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch.lock, cannot be racily clean 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.192152000, lastModified=2023-04-30 17:32:25.477936000, delta=714216000 ns, racy<=2500000000 ns 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.192 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.192898000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.192898000, lastModified=2023-04-30 17:32:25.477936000, delta=714962000 ns, racy<=2500000000 ns 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.192359000, lastModified=2023-04-30 17:32:26.004929000, delta=187430000 ns, racy<=2500000000 ns 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.193148000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.193148000, lastModified=2023-04-30 17:32:26.004929000, delta=188219000 ns, racy<=2500000000 ns 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.175353000, lastModified=2023-04-30 17:32:26.003929000, delta=171424000 ns, racy<=4302500 ns 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, is unmodified 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.175468000, lastModified=2023-04-30 17:32:26.104927000, delta=70541000 ns, racy<=4302500 ns 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.192898000, lastModified=2023-04-30 17:32:25.477936000, delta=714962000 ns, racy<=2500000000 ns 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.193 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.193469000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.193469000, lastModified=2023-04-30 17:32:25.477936000, delta=715533000 ns, racy<=2500000000 ns 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.193148000, lastModified=2023-04-30 17:32:26.004929000, delta=188219000 ns, racy<=2500000000 ns 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.193663000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.193663000, lastModified=2023-04-30 17:32:26.004929000, delta=188734000 ns, racy<=2500000000 ns 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.193469000, lastModified=2023-04-30 17:32:25.477936000, delta=715533000 ns, racy<=2500000000 ns 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.194 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.194181000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.194181000, lastModified=2023-04-30 17:32:25.477936000, delta=716245000 ns, racy<=2500000000 ns 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.193663000, lastModified=2023-04-30 17:32:26.004929000, delta=188734000 ns, racy<=2500000000 ns 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.194401000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.194401000, lastModified=2023-04-30 17:32:26.004929000, delta=189472000 ns, racy<=2500000000 ns 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.175353000, lastModified=2023-04-30 17:32:26.003929000, delta=171424000 ns, racy<=4302500 ns 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, is unmodified 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.175468000, lastModified=2023-04-30 17:32:26.104927000, delta=70541000 ns, racy<=4302500 ns 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.194181000, lastModified=2023-04-30 17:32:25.477936000, delta=716245000 ns, racy<=2500000000 ns 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.194 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.194723000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.194723000, lastModified=2023-04-30 17:32:25.477936000, delta=716787000 ns, racy<=2500000000 ns 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.194401000, lastModified=2023-04-30 17:32:26.004929000, delta=189472000 ns, racy<=2500000000 ns 17:32:26.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.194967000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.194967000, lastModified=2023-04-30 17:32:26.004929000, delta=190038000 ns, racy<=2500000000 ns 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.175353000, lastModified=2023-04-30 17:32:26.003929000, delta=171424000 ns, racy<=4302500 ns 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, is unmodified 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.175468000, lastModified=2023-04-30 17:32:26.104927000, delta=70541000 ns, racy<=4302500 ns 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.194723000, lastModified=2023-04-30 17:32:25.477936000, delta=716787000 ns, racy<=2500000000 ns 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.195 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.195373000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.195373000, lastModified=2023-04-30 17:32:25.477936000, delta=717437000 ns, racy<=2500000000 ns 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.194967000, lastModified=2023-04-30 17:32:26.004929000, delta=190038000 ns, racy<=2500000000 ns 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.195559000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.195559000, lastModified=2023-04-30 17:32:26.004929000, delta=190630000 ns, racy<=2500000000 ns 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch.lock, cannot be racily clean 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.195373000, lastModified=2023-04-30 17:32:25.477936000, delta=717437000 ns, racy<=2500000000 ns 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.195 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.195809000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.195809000, lastModified=2023-04-30 17:32:25.477936000, delta=717873000 ns, racy<=2500000000 ns 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.195559000, lastModified=2023-04-30 17:32:26.004929000, delta=190630000 ns, racy<=2500000000 ns 17:32:26.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.196003000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.196003000, lastModified=2023-04-30 17:32:26.004929000, delta=191074000 ns, racy<=2500000000 ns 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.195809000, lastModified=2023-04-30 17:32:25.477936000, delta=717873000 ns, racy<=2500000000 ns 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.196 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.196270000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.196270000, lastModified=2023-04-30 17:32:25.477936000, delta=718334000 ns, racy<=2500000000 ns 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.196003000, lastModified=2023-04-30 17:32:26.004929000, delta=191074000 ns, racy<=2500000000 ns 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.196457000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.196457000, lastModified=2023-04-30 17:32:26.004929000, delta=191528000 ns, racy<=2500000000 ns 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.196270000, lastModified=2023-04-30 17:32:25.477936000, delta=718334000 ns, racy<=2500000000 ns 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.196 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.196696000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.196696000, lastModified=2023-04-30 17:32:25.477936000, delta=718760000 ns, racy<=2500000000 ns 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.196457000, lastModified=2023-04-30 17:32:26.004929000, delta=191528000 ns, racy<=2500000000 ns 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.196923000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.196923000, lastModified=2023-04-30 17:32:26.004929000, delta=191994000 ns, racy<=2500000000 ns 17:32:26.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.196696000, lastModified=2023-04-30 17:32:25.477936000, delta=718760000 ns, racy<=2500000000 ns 17:32:26.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.197 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.197121000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.197121000, lastModified=2023-04-30 17:32:25.477936000, delta=719185000 ns, racy<=2500000000 ns 17:32:26.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.196923000, lastModified=2023-04-30 17:32:26.004929000, delta=191994000 ns, racy<=2500000000 ns 17:32:26.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.197332000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.197332000, lastModified=2023-04-30 17:32:26.004929000, delta=192403000 ns, racy<=2500000000 ns 17:32:26.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.197465000, lastModified=2023-04-30 17:32:26.194926000, size=26, fileKey=(dev=3000f2,ino=1258426258) 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.199043000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.197121000, lastModified=2023-04-30 17:32:25.477936000, delta=719185000 ns, racy<=2500000000 ns 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.199 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.199275000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.199275000, lastModified=2023-04-30 17:32:25.477936000, delta=721339000 ns, racy<=2500000000 ns 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.199468000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.199275000, lastModified=2023-04-30 17:32:25.477936000, delta=721339000 ns, racy<=2500000000 ns 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.199 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.199635000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.199635000, lastModified=2023-04-30 17:32:25.477936000, delta=721699000 ns, racy<=2500000000 ns 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.199468000, lastModified=2023-04-30 17:32:26.004929000, delta=194539000 ns, racy<=2500000000 ns 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.199869000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.199869000, lastModified=2023-04-30 17:32:26.004929000, delta=194940000 ns, racy<=2500000000 ns 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.200040000, lastModified=2023-04-30 17:32:26.189926000, size=176, fileKey=(dev=3000f2,ino=1258426252) 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.199635000, lastModified=2023-04-30 17:32:25.477936000, delta=721699000 ns, racy<=2500000000 ns 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.200 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.200217000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.200217000, lastModified=2023-04-30 17:32:25.477936000, delta=722281000 ns, racy<=2500000000 ns 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.199869000, lastModified=2023-04-30 17:32:26.004929000, delta=194940000 ns, racy<=2500000000 ns 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.200421000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.200421000, lastModified=2023-04-30 17:32:26.004929000, delta=195492000 ns, racy<=2500000000 ns 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.200691000, lastModified=2023-04-30 17:32:26.189926000, size=176, fileKey=(dev=3000f2,ino=1258426252) 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.200770000, lastModified=2023-04-30 17:32:26.189926000, size=176, fileKey=(dev=3000f2,ino=1258426252) 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.200217000, lastModified=2023-04-30 17:32:25.477936000, delta=722281000 ns, racy<=2500000000 ns 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.200 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.200881000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.200881000, lastModified=2023-04-30 17:32:25.477936000, delta=722945000 ns, racy<=2500000000 ns 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.200421000, lastModified=2023-04-30 17:32:26.004929000, delta=195492000 ns, racy<=2500000000 ns 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.201087000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.201087000, lastModified=2023-04-30 17:32:26.004929000, delta=196158000 ns, racy<=2500000000 ns 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.200881000, lastModified=2023-04-30 17:32:25.477936000, delta=722945000 ns, racy<=2500000000 ns 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.201 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.201281000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.201281000, lastModified=2023-04-30 17:32:25.477936000, delta=723345000 ns, racy<=2500000000 ns 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.201087000, lastModified=2023-04-30 17:32:26.004929000, delta=196158000 ns, racy<=2500000000 ns 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.201510000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.201510000, lastModified=2023-04-30 17:32:26.004929000, delta=196581000 ns, racy<=2500000000 ns 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.201281000, lastModified=2023-04-30 17:32:25.477936000, delta=723345000 ns, racy<=2500000000 ns 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.201 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.201920000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.201920000, lastModified=2023-04-30 17:32:25.477936000, delta=723984000 ns, racy<=2500000000 ns 17:32:26.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.201510000, lastModified=2023-04-30 17:32:26.004929000, delta=196581000 ns, racy<=2500000000 ns 17:32:26.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.202133000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.202133000, lastModified=2023-04-30 17:32:26.004929000, delta=197204000 ns, racy<=2500000000 ns 17:32:26.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.202437000, lastModified=2023-04-30 17:32:26.000929000, size=6, fileKey=(dev=3000f2,ino=1267730992) 17:32:26.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.202437000, lastModified=2023-04-30 17:32:26.000929000, delta=201508000 ns, racy<=4302500 ns 17:32:26.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.202794000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946202794000 ns, racy<=4302500 ns 17:32:26.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.202437000, lastModified=2023-04-30 17:32:26.000929000, delta=201508000 ns, racy<=4302500 ns 17:32:26.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.202794000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946202794000 ns, racy<=4302500 ns 17:32:26.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.202437000, lastModified=2023-04-30 17:32:26.000929000, delta=201508000 ns, racy<=4302500 ns 17:32:26.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.204003000, lastModified=2023-04-30 17:32:26.198926000, size=0, fileKey=(dev=3000f2,ino=1258426259) 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.201920000, lastModified=2023-04-30 17:32:25.477936000, delta=723984000 ns, racy<=2500000000 ns 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.204 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.204165000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.204165000, lastModified=2023-04-30 17:32:25.477936000, delta=726229000 ns, racy<=2500000000 ns 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.202133000, lastModified=2023-04-30 17:32:26.004929000, delta=197204000 ns, racy<=2500000000 ns 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.204372000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.204372000, lastModified=2023-04-30 17:32:26.004929000, delta=199443000 ns, racy<=2500000000 ns 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.204558000, lastModified=2023-04-30 17:32:26.202926000, size=176, fileKey=(dev=3000f2,ino=1258426259) 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.204665000, lastModified=2023-04-30 17:32:26.202926000, size=176, fileKey=(dev=3000f2,ino=1258426259) 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.204165000, lastModified=2023-04-30 17:32:25.477936000, delta=726229000 ns, racy<=2500000000 ns 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.204 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.204903000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.204903000, lastModified=2023-04-30 17:32:25.477936000, delta=726967000 ns, racy<=2500000000 ns 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.204372000, lastModified=2023-04-30 17:32:26.004929000, delta=199443000 ns, racy<=2500000000 ns 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.205145000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.205145000, lastModified=2023-04-30 17:32:26.004929000, delta=200216000 ns, racy<=2500000000 ns 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.204903000, lastModified=2023-04-30 17:32:25.477936000, delta=726967000 ns, racy<=2500000000 ns 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.205 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.205338000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.205338000, lastModified=2023-04-30 17:32:25.477936000, delta=727402000 ns, racy<=2500000000 ns 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.205145000, lastModified=2023-04-30 17:32:26.004929000, delta=200216000 ns, racy<=2500000000 ns 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.205536000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.205536000, lastModified=2023-04-30 17:32:26.004929000, delta=200607000 ns, racy<=2500000000 ns 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.205338000, lastModified=2023-04-30 17:32:25.477936000, delta=727402000 ns, racy<=2500000000 ns 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.205 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.205724000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.205724000, lastModified=2023-04-30 17:32:25.477936000, delta=727788000 ns, racy<=2500000000 ns 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.205536000, lastModified=2023-04-30 17:32:26.004929000, delta=200607000 ns, racy<=2500000000 ns 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.205951000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.205951000, lastModified=2023-04-30 17:32:26.004929000, delta=201022000 ns, racy<=2500000000 ns 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.205724000, lastModified=2023-04-30 17:32:25.477936000, delta=727788000 ns, racy<=2500000000 ns 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.206 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.206155000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.206155000, lastModified=2023-04-30 17:32:25.477936000, delta=728219000 ns, racy<=2500000000 ns 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.205951000, lastModified=2023-04-30 17:32:26.004929000, delta=201022000 ns, racy<=2500000000 ns 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.206355000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.206355000, lastModified=2023-04-30 17:32:26.004929000, delta=201426000 ns, racy<=2500000000 ns 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.206489000, lastModified=2023-04-30 17:32:26.194926000, size=26, fileKey=(dev=3000f2,ino=1258426258) 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-04-30 17:32:26.206569000, lastModified=2023-04-30 17:32:26.179926000, size=41, fileKey=(dev=3000f2,ino=1260518185) 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.206155000, lastModified=2023-04-30 17:32:25.477936000, delta=728219000 ns, racy<=2500000000 ns 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.206 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.206752000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.206752000, lastModified=2023-04-30 17:32:25.477936000, delta=728816000 ns, racy<=2500000000 ns 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.206355000, lastModified=2023-04-30 17:32:26.004929000, delta=201426000 ns, racy<=2500000000 ns 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.206980000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.206980000, lastModified=2023-04-30 17:32:26.004929000, delta=202051000 ns, racy<=2500000000 ns 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.206489000, lastModified=2023-04-30 17:32:26.194926000, delta=11563000 ns, racy<=4302500 ns 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, is unmodified 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch, isRacyClean=false, read=2023-04-30 17:32:26.206569000, lastModified=2023-04-30 17:32:26.179926000, delta=26643000 ns, racy<=4302500 ns 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch, is unmodified 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.202437000, lastModified=2023-04-30 17:32:26.000929000, delta=201508000 ns, racy<=4302500 ns 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.206752000, lastModified=2023-04-30 17:32:25.477936000, delta=728816000 ns, racy<=2500000000 ns 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.207 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.207677000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.207677000, lastModified=2023-04-30 17:32:25.477936000, delta=729741000 ns, racy<=2500000000 ns 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.206980000, lastModified=2023-04-30 17:32:26.004929000, delta=202051000 ns, racy<=2500000000 ns 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.207868000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.207868000, lastModified=2023-04-30 17:32:26.004929000, delta=202939000 ns, racy<=2500000000 ns 17:32:26.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.208159000, lastModified=2023-04-30 17:32:26.202926000, size=176, fileKey=(dev=3000f2,ino=1258426259) 17:32:26.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.208240000, lastModified=2023-04-30 17:32:26.202926000, size=176, fileKey=(dev=3000f2,ino=1258426259) 17:32:26.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.202437000, lastModified=2023-04-30 17:32:26.000929000, delta=201508000 ns, racy<=4302500 ns 17:32:26.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.202794000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946202794000 ns, racy<=4302500 ns 17:32:26.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.202437000, lastModified=2023-04-30 17:32:26.000929000, delta=201508000 ns, racy<=4302500 ns 17:32:26.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.202794000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946202794000 ns, racy<=4302500 ns 17:32:26.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.202437000, lastModified=2023-04-30 17:32:26.000929000, delta=201508000 ns, racy<=4302500 ns 17:32:26.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.202794000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946202794000 ns, racy<=4302500 ns 17:32:26.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.202437000, lastModified=2023-04-30 17:32:26.000929000, delta=201508000 ns, racy<=4302500 ns 17:32:26.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.202794000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946202794000 ns, racy<=4302500 ns 17:32:26.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack/preserved, is unmodified 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.207677000, lastModified=2023-04-30 17:32:25.477936000, delta=729741000 ns, racy<=2500000000 ns 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.270 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.270169000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.270169000, lastModified=2023-04-30 17:32:25.477936000, delta=792233000 ns, racy<=2500000000 ns 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.207868000, lastModified=2023-04-30 17:32:26.004929000, delta=202939000 ns, racy<=2500000000 ns 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.270434000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.270434000, lastModified=2023-04-30 17:32:26.004929000, delta=265505000 ns, racy<=2500000000 ns 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.206489000, lastModified=2023-04-30 17:32:26.194926000, delta=11563000 ns, racy<=4302500 ns 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/HEAD, is unmodified 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch, isRacyClean=false, read=2023-04-30 17:32:26.206569000, lastModified=2023-04-30 17:32:26.179926000, delta=26643000 ns, racy<=4302500 ns 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch, is unmodified 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.270169000, lastModified=2023-04-30 17:32:25.477936000, delta=792233000 ns, racy<=2500000000 ns 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.270 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.270977000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.270977000, lastModified=2023-04-30 17:32:25.477936000, delta=793041000 ns, racy<=2500000000 ns 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.270434000, lastModified=2023-04-30 17:32:26.004929000, delta=265505000 ns, racy<=2500000000 ns 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.271213000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.271213000, lastModified=2023-04-30 17:32:26.004929000, delta=266284000 ns, racy<=2500000000 ns 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch, isRacyClean=false, read=2023-04-30 17:32:26.206569000, lastModified=2023-04-30 17:32:26.179926000, delta=26643000 ns, racy<=4302500 ns 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch, is unmodified 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.270977000, lastModified=2023-04-30 17:32:25.477936000, delta=793041000 ns, racy<=2500000000 ns 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.271 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.271704000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.271704000, lastModified=2023-04-30 17:32:25.477936000, delta=793768000 ns, racy<=2500000000 ns 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.271213000, lastModified=2023-04-30 17:32:26.004929000, delta=266284000 ns, racy<=2500000000 ns 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.271957000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.271957000, lastModified=2023-04-30 17:32:26.004929000, delta=267028000 ns, racy<=2500000000 ns 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.271704000, lastModified=2023-04-30 17:32:25.477936000, delta=793768000 ns, racy<=2500000000 ns 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.272 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.272205000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.272205000, lastModified=2023-04-30 17:32:25.477936000, delta=794269000 ns, racy<=2500000000 ns 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.271957000, lastModified=2023-04-30 17:32:26.004929000, delta=267028000 ns, racy<=2500000000 ns 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.272413000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.272413000, lastModified=2023-04-30 17:32:26.004929000, delta=267484000 ns, racy<=2500000000 ns 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.272205000, lastModified=2023-04-30 17:32:25.477936000, delta=794269000 ns, racy<=2500000000 ns 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.272 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.272669000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.272669000, lastModified=2023-04-30 17:32:25.477936000, delta=794733000 ns, racy<=2500000000 ns 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.272413000, lastModified=2023-04-30 17:32:26.004929000, delta=267484000 ns, racy<=2500000000 ns 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.272918000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.272918000, lastModified=2023-04-30 17:32:26.004929000, delta=267989000 ns, racy<=2500000000 ns 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.272669000, lastModified=2023-04-30 17:32:25.477936000, delta=794733000 ns, racy<=2500000000 ns 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.273 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.273105000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.273105000, lastModified=2023-04-30 17:32:25.477936000, delta=795169000 ns, racy<=2500000000 ns 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.272918000, lastModified=2023-04-30 17:32:26.004929000, delta=267989000 ns, racy<=2500000000 ns 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.273335000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.273335000, lastModified=2023-04-30 17:32:26.004929000, delta=268406000 ns, racy<=2500000000 ns 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.273105000, lastModified=2023-04-30 17:32:25.477936000, delta=795169000 ns, racy<=2500000000 ns 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.273 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.273526000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.273526000, lastModified=2023-04-30 17:32:25.477936000, delta=795590000 ns, racy<=2500000000 ns 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.273335000, lastModified=2023-04-30 17:32:26.004929000, delta=268406000 ns, racy<=2500000000 ns 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.273730000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.273730000, lastModified=2023-04-30 17:32:26.004929000, delta=268801000 ns, racy<=2500000000 ns 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.273526000, lastModified=2023-04-30 17:32:25.477936000, delta=795590000 ns, racy<=2500000000 ns 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.273 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.273940000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.273940000, lastModified=2023-04-30 17:32:25.477936000, delta=796004000 ns, racy<=2500000000 ns 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.273730000, lastModified=2023-04-30 17:32:26.004929000, delta=268801000 ns, racy<=2500000000 ns 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.274151000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.274151000, lastModified=2023-04-30 17:32:26.004929000, delta=269222000 ns, racy<=2500000000 ns 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.274301000, lastModified=2023-04-30 17:32:26.270925000, size=41, fileKey=(dev=3000f2,ino=1260518183) 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.273940000, lastModified=2023-04-30 17:32:25.477936000, delta=796004000 ns, racy<=2500000000 ns 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.274 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.274575000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.274575000, lastModified=2023-04-30 17:32:25.477936000, delta=796639000 ns, racy<=2500000000 ns 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.274151000, lastModified=2023-04-30 17:32:26.004929000, delta=269222000 ns, racy<=2500000000 ns 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.274844000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.274844000, lastModified=2023-04-30 17:32:26.004929000, delta=269915000 ns, racy<=2500000000 ns 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.274575000, lastModified=2023-04-30 17:32:25.477936000, delta=796639000 ns, racy<=2500000000 ns 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.275 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.275134000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.275134000, lastModified=2023-04-30 17:32:25.477936000, delta=797198000 ns, racy<=2500000000 ns 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.110129000, lastModified=2023-04-30 17:32:26.004929000, delta=105200000 ns, racy<=2500000000 ns 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.275337000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.275337000, lastModified=2023-04-30 17:32:26.004929000, delta=270408000 ns, racy<=2500000000 ns 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.109764000, lastModified=2023-04-30 17:32:26.104927000, delta=4837000 ns, racy<=4302500 ns 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.275134000, lastModified=2023-04-30 17:32:25.477936000, delta=797198000 ns, racy<=2500000000 ns 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.275 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.275602000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.275602000, lastModified=2023-04-30 17:32:25.477936000, delta=797666000 ns, racy<=2500000000 ns 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.275337000, lastModified=2023-04-30 17:32:26.004929000, delta=270408000 ns, racy<=2500000000 ns 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.275828000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.275828000, lastModified=2023-04-30 17:32:26.004929000, delta=270899000 ns, racy<=2500000000 ns 17:32:26.275 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.109764000, lastModified=2023-04-30 17:32:26.104927000, delta=4837000 ns, racy<=4302500 ns 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.275602000, lastModified=2023-04-30 17:32:25.477936000, delta=797666000 ns, racy<=2500000000 ns 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.276 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.276161000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.276161000, lastModified=2023-04-30 17:32:25.477936000, delta=798225000 ns, racy<=2500000000 ns 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.275828000, lastModified=2023-04-30 17:32:26.004929000, delta=270899000 ns, racy<=2500000000 ns 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.276362000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.276362000, lastModified=2023-04-30 17:32:26.004929000, delta=271433000 ns, racy<=2500000000 ns 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.109764000, lastModified=2023-04-30 17:32:26.104927000, delta=4837000 ns, racy<=4302500 ns 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.276161000, lastModified=2023-04-30 17:32:25.477936000, delta=798225000 ns, racy<=2500000000 ns 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.276 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.276630000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.276630000, lastModified=2023-04-30 17:32:25.477936000, delta=798694000 ns, racy<=2500000000 ns 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.276362000, lastModified=2023-04-30 17:32:26.004929000, delta=271433000 ns, racy<=2500000000 ns 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.276845000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.276 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.276845000, lastModified=2023-04-30 17:32:26.004929000, delta=271916000 ns, racy<=2500000000 ns 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.109764000, lastModified=2023-04-30 17:32:26.104927000, delta=4837000 ns, racy<=4302500 ns 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.277191000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.276630000, lastModified=2023-04-30 17:32:25.477936000, delta=798694000 ns, racy<=2500000000 ns 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.277 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.277425000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.277425000, lastModified=2023-04-30 17:32:25.477936000, delta=799489000 ns, racy<=2500000000 ns 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.277604000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.277425000, lastModified=2023-04-30 17:32:25.477936000, delta=799489000 ns, racy<=2500000000 ns 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.277 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.277753000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.277753000, lastModified=2023-04-30 17:32:25.477936000, delta=799817000 ns, racy<=2500000000 ns 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.277604000, lastModified=2023-04-30 17:32:26.004929000, delta=272675000 ns, racy<=2500000000 ns 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.277937000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.277 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.277937000, lastModified=2023-04-30 17:32:26.004929000, delta=273008000 ns, racy<=2500000000 ns 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.278078000, lastModified=2023-04-30 17:32:26.202926000, size=176, fileKey=(dev=3000f2,ino=1258426259) 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.278198000, lastModified=2023-04-30 17:32:26.000929000, size=6, fileKey=(dev=3000f2,ino=1267730992) 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.278198000, lastModified=2023-04-30 17:32:26.000929000, delta=277269000 ns, racy<=4302500 ns 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.278198000, lastModified=2023-04-30 17:32:26.000929000, delta=277269000 ns, racy<=4302500 ns 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.277753000, lastModified=2023-04-30 17:32:25.477936000, delta=799817000 ns, racy<=2500000000 ns 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.278 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.278803000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.278803000, lastModified=2023-04-30 17:32:25.477936000, delta=800867000 ns, racy<=2500000000 ns 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.276845000, lastModified=2023-04-30 17:32:26.004929000, delta=271916000 ns, racy<=2500000000 ns 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.278 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.278970000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.278970000, lastModified=2023-04-30 17:32:26.004929000, delta=274041000 ns, racy<=2500000000 ns 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.279171000, lastModified=2023-04-30 17:32:26.000929000, size=6, fileKey=(dev=3000f2,ino=1267730992) 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.279171000, lastModified=2023-04-30 17:32:26.000929000, delta=278242000 ns, racy<=4302500 ns 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.279171000, lastModified=2023-04-30 17:32:26.000929000, delta=278242000 ns, racy<=4302500 ns 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.279171000, lastModified=2023-04-30 17:32:26.000929000, delta=278242000 ns, racy<=4302500 ns 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.279171000, lastModified=2023-04-30 17:32:26.000929000, delta=278242000 ns, racy<=4302500 ns 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.278803000, lastModified=2023-04-30 17:32:25.477936000, delta=800867000 ns, racy<=2500000000 ns 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.279 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.279932000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.279 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.279932000, lastModified=2023-04-30 17:32:25.477936000, delta=801996000 ns, racy<=2500000000 ns 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.278970000, lastModified=2023-04-30 17:32:26.004929000, delta=274041000 ns, racy<=2500000000 ns 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.280114000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.280114000, lastModified=2023-04-30 17:32:26.004929000, delta=275185000 ns, racy<=2500000000 ns 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.279932000, lastModified=2023-04-30 17:32:25.477936000, delta=801996000 ns, racy<=2500000000 ns 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.280 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.280288000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.280288000, lastModified=2023-04-30 17:32:25.477936000, delta=802352000 ns, racy<=2500000000 ns 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.280114000, lastModified=2023-04-30 17:32:26.004929000, delta=275185000 ns, racy<=2500000000 ns 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.280478000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.280478000, lastModified=2023-04-30 17:32:26.004929000, delta=275549000 ns, racy<=2500000000 ns 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.280288000, lastModified=2023-04-30 17:32:25.477936000, delta=802352000 ns, racy<=2500000000 ns 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.280 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.280733000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.280733000, lastModified=2023-04-30 17:32:25.477936000, delta=802797000 ns, racy<=2500000000 ns 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.280478000, lastModified=2023-04-30 17:32:26.004929000, delta=275549000 ns, racy<=2500000000 ns 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.280898000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.280 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.280898000, lastModified=2023-04-30 17:32:26.004929000, delta=275969000 ns, racy<=2500000000 ns 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.280733000, lastModified=2023-04-30 17:32:25.477936000, delta=802797000 ns, racy<=2500000000 ns 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.281 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.281178000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.281178000, lastModified=2023-04-30 17:32:25.477936000, delta=803242000 ns, racy<=2500000000 ns 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.280898000, lastModified=2023-04-30 17:32:26.004929000, delta=275969000 ns, racy<=2500000000 ns 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.281331000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.281331000, lastModified=2023-04-30 17:32:26.004929000, delta=276402000 ns, racy<=2500000000 ns 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.281178000, lastModified=2023-04-30 17:32:25.477936000, delta=803242000 ns, racy<=2500000000 ns 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.281 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.281473000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.281473000, lastModified=2023-04-30 17:32:25.477936000, delta=803537000 ns, racy<=2500000000 ns 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.281331000, lastModified=2023-04-30 17:32:26.004929000, delta=276402000 ns, racy<=2500000000 ns 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.281618000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.281 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.281618000, lastModified=2023-04-30 17:32:26.004929000, delta=276689000 ns, racy<=2500000000 ns 17:32:26.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.281473000, lastModified=2023-04-30 17:32:25.477936000, delta=803537000 ns, racy<=2500000000 ns 17:32:26.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.282 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.282828000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.282828000, lastModified=2023-04-30 17:32:25.477936000, delta=804892000 ns, racy<=2500000000 ns 17:32:26.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.282 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.281618000, lastModified=2023-04-30 17:32:26.004929000, delta=276689000 ns, racy<=2500000000 ns 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.283021000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.283021000, lastModified=2023-04-30 17:32:26.004929000, delta=278092000 ns, racy<=2500000000 ns 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.109764000, lastModified=2023-04-30 17:32:26.104927000, delta=4837000 ns, racy<=4302500 ns 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.282828000, lastModified=2023-04-30 17:32:25.477936000, delta=804892000 ns, racy<=2500000000 ns 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.283 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.283253000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.283253000, lastModified=2023-04-30 17:32:25.477936000, delta=805317000 ns, racy<=2500000000 ns 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.283021000, lastModified=2023-04-30 17:32:26.004929000, delta=278092000 ns, racy<=2500000000 ns 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.283437000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.283437000, lastModified=2023-04-30 17:32:26.004929000, delta=278508000 ns, racy<=2500000000 ns 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.109764000, lastModified=2023-04-30 17:32:26.104927000, delta=4837000 ns, racy<=4302500 ns 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/master, is unmodified 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.283253000, lastModified=2023-04-30 17:32:25.477936000, delta=805317000 ns, racy<=2500000000 ns 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.283 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.283725000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.283725000, lastModified=2023-04-30 17:32:25.477936000, delta=805789000 ns, racy<=2500000000 ns 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.283437000, lastModified=2023-04-30 17:32:26.004929000, delta=278508000 ns, racy<=2500000000 ns 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.283888000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.283 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.283888000, lastModified=2023-04-30 17:32:26.004929000, delta=278959000 ns, racy<=2500000000 ns 17:32:26.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.283725000, lastModified=2023-04-30 17:32:25.477936000, delta=805789000 ns, racy<=2500000000 ns 17:32:26.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.284 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.284615000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.284615000, lastModified=2023-04-30 17:32:25.477936000, delta=806679000 ns, racy<=2500000000 ns 17:32:26.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.283888000, lastModified=2023-04-30 17:32:26.004929000, delta=278959000 ns, racy<=2500000000 ns 17:32:26.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.284777000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.284 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.284777000, lastModified=2023-04-30 17:32:26.004929000, delta=279848000 ns, racy<=2500000000 ns 17:32:26.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.285520000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.284615000, lastModified=2023-04-30 17:32:25.477936000, delta=806679000 ns, racy<=2500000000 ns 17:32:26.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.285 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.285708000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.285708000, lastModified=2023-04-30 17:32:25.477936000, delta=807772000 ns, racy<=2500000000 ns 17:32:26.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.285 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.285893000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.285708000, lastModified=2023-04-30 17:32:25.477936000, delta=807772000 ns, racy<=2500000000 ns 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.286 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.286059000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.286059000, lastModified=2023-04-30 17:32:25.477936000, delta=808123000 ns, racy<=2500000000 ns 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.285893000, lastModified=2023-04-30 17:32:26.004929000, delta=280964000 ns, racy<=2500000000 ns 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.286221000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.286221000, lastModified=2023-04-30 17:32:26.004929000, delta=281292000 ns, racy<=2500000000 ns 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.286359000, lastModified=2023-04-30 17:32:26.202926000, size=176, fileKey=(dev=3000f2,ino=1258426259) 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.286457000, lastModified=2023-04-30 17:32:26.000929000, size=6, fileKey=(dev=3000f2,ino=1267730992) 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.286457000, lastModified=2023-04-30 17:32:26.000929000, delta=285528000 ns, racy<=4302500 ns 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.286457000, lastModified=2023-04-30 17:32:26.000929000, delta=285528000 ns, racy<=4302500 ns 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.286059000, lastModified=2023-04-30 17:32:25.477936000, delta=808123000 ns, racy<=2500000000 ns 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.286 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.286965000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.286965000, lastModified=2023-04-30 17:32:25.477936000, delta=809029000 ns, racy<=2500000000 ns 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.284777000, lastModified=2023-04-30 17:32:26.004929000, delta=279848000 ns, racy<=2500000000 ns 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.287166000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.287166000, lastModified=2023-04-30 17:32:26.004929000, delta=282237000 ns, racy<=2500000000 ns 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.286965000, lastModified=2023-04-30 17:32:25.477936000, delta=809029000 ns, racy<=2500000000 ns 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.287 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.287696000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.287696000, lastModified=2023-04-30 17:32:25.477936000, delta=809760000 ns, racy<=2500000000 ns 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.287166000, lastModified=2023-04-30 17:32:26.004929000, delta=282237000 ns, racy<=2500000000 ns 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.287910000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.287910000, lastModified=2023-04-30 17:32:26.004929000, delta=282981000 ns, racy<=2500000000 ns 17:32:26.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.287696000, lastModified=2023-04-30 17:32:25.477936000, delta=809760000 ns, racy<=2500000000 ns 17:32:26.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.288 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.288076000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.288076000, lastModified=2023-04-30 17:32:25.477936000, delta=810140000 ns, racy<=2500000000 ns 17:32:26.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.287910000, lastModified=2023-04-30 17:32:26.004929000, delta=282981000 ns, racy<=2500000000 ns 17:32:26.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.288259000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.288259000, lastModified=2023-04-30 17:32:26.004929000, delta=283330000 ns, racy<=2500000000 ns 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.297080000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.288076000, lastModified=2023-04-30 17:32:25.477936000, delta=810140000 ns, racy<=2500000000 ns 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.297 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.297427000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.297427000, lastModified=2023-04-30 17:32:25.477936000, delta=819491000 ns, racy<=2500000000 ns 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.297617000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.297427000, lastModified=2023-04-30 17:32:25.477936000, delta=819491000 ns, racy<=2500000000 ns 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.297 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.297770000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.297770000, lastModified=2023-04-30 17:32:25.477936000, delta=819834000 ns, racy<=2500000000 ns 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.297617000, lastModified=2023-04-30 17:32:26.004929000, delta=292688000 ns, racy<=2500000000 ns 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.297963000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.297963000, lastModified=2023-04-30 17:32:26.004929000, delta=293034000 ns, racy<=2500000000 ns 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.298134000, lastModified=2023-04-30 17:32:26.202926000, size=176, fileKey=(dev=3000f2,ino=1258426259) 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.297770000, lastModified=2023-04-30 17:32:25.477936000, delta=819834000 ns, racy<=2500000000 ns 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.298 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.298284000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.298284000, lastModified=2023-04-30 17:32:25.477936000, delta=820348000 ns, racy<=2500000000 ns 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.297963000, lastModified=2023-04-30 17:32:26.004929000, delta=293034000 ns, racy<=2500000000 ns 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.298435000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.298435000, lastModified=2023-04-30 17:32:26.004929000, delta=293506000 ns, racy<=2500000000 ns 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-04-30 17:32:26.298772000, lastModified=2023-04-30 17:32:26.270925000, size=41, fileKey=(dev=3000f2,ino=1260518183) 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.298284000, lastModified=2023-04-30 17:32:25.477936000, delta=820348000 ns, racy<=2500000000 ns 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.298 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.298932000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.298932000, lastModified=2023-04-30 17:32:25.477936000, delta=820996000 ns, racy<=2500000000 ns 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.298435000, lastModified=2023-04-30 17:32:26.004929000, delta=293506000 ns, racy<=2500000000 ns 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.299088000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.299088000, lastModified=2023-04-30 17:32:26.004929000, delta=294159000 ns, racy<=2500000000 ns 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch, isRacyClean=false, read=2023-04-30 17:32:26.298772000, lastModified=2023-04-30 17:32:26.270925000, delta=27847000 ns, racy<=4302500 ns 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/refs/heads/newbranch, is unmodified 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.299518000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.298932000, lastModified=2023-04-30 17:32:25.477936000, delta=820996000 ns, racy<=2500000000 ns 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.299 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.299668000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.299668000, lastModified=2023-04-30 17:32:25.477936000, delta=821732000 ns, racy<=2500000000 ns 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.299836000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.299668000, lastModified=2023-04-30 17:32:25.477936000, delta=821732000 ns, racy<=2500000000 ns 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.299 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.299973000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.299973000, lastModified=2023-04-30 17:32:25.477936000, delta=822037000 ns, racy<=2500000000 ns 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.299836000, lastModified=2023-04-30 17:32:26.004929000, delta=294907000 ns, racy<=2500000000 ns 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.300146000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.300146000, lastModified=2023-04-30 17:32:26.004929000, delta=295217000 ns, racy<=2500000000 ns 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.300284000, lastModified=2023-04-30 17:32:26.202926000, size=176, fileKey=(dev=3000f2,ino=1258426259) 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.300379000, lastModified=2023-04-30 17:32:26.000929000, size=6, fileKey=(dev=3000f2,ino=1267730992) 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.300379000, lastModified=2023-04-30 17:32:26.000929000, delta=299450000 ns, racy<=4302500 ns 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.300379000, lastModified=2023-04-30 17:32:26.000929000, delta=299450000 ns, racy<=4302500 ns 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.300379000, lastModified=2023-04-30 17:32:26.000929000, delta=299450000 ns, racy<=4302500 ns 17:32:26.300 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.299973000, lastModified=2023-04-30 17:32:25.477936000, delta=822037000 ns, racy<=2500000000 ns 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.301 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.301044000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.301044000, lastModified=2023-04-30 17:32:25.477936000, delta=823108000 ns, racy<=2500000000 ns 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.299088000, lastModified=2023-04-30 17:32:26.004929000, delta=294159000 ns, racy<=2500000000 ns 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.301229000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.301229000, lastModified=2023-04-30 17:32:26.004929000, delta=296300000 ns, racy<=2500000000 ns 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.301411000, lastModified=2023-04-30 17:32:26.000929000, size=6, fileKey=(dev=3000f2,ino=1267730992) 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.301411000, lastModified=2023-04-30 17:32:26.000929000, delta=300482000 ns, racy<=4302500 ns 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.301411000, lastModified=2023-04-30 17:32:26.000929000, delta=300482000 ns, racy<=4302500 ns 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.301411000, lastModified=2023-04-30 17:32:26.000929000, delta=300482000 ns, racy<=4302500 ns 17:32:26.301 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.301411000, lastModified=2023-04-30 17:32:26.000929000, delta=300482000 ns, racy<=4302500 ns 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.301411000, lastModified=2023-04-30 17:32:26.000929000, delta=300482000 ns, racy<=4302500 ns 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.301044000, lastModified=2023-04-30 17:32:25.477936000, delta=823108000 ns, racy<=2500000000 ns 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.302 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.302318000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.302318000, lastModified=2023-04-30 17:32:25.477936000, delta=824382000 ns, racy<=2500000000 ns 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.301229000, lastModified=2023-04-30 17:32:26.004929000, delta=296300000 ns, racy<=2500000000 ns 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.302479000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.302479000, lastModified=2023-04-30 17:32:26.004929000, delta=297550000 ns, racy<=2500000000 ns 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.302318000, lastModified=2023-04-30 17:32:25.477936000, delta=824382000 ns, racy<=2500000000 ns 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.302 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.302644000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.302644000, lastModified=2023-04-30 17:32:25.477936000, delta=824708000 ns, racy<=2500000000 ns 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.302479000, lastModified=2023-04-30 17:32:26.004929000, delta=297550000 ns, racy<=2500000000 ns 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.302853000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.302853000, lastModified=2023-04-30 17:32:26.004929000, delta=297924000 ns, racy<=2500000000 ns 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.302644000, lastModified=2023-04-30 17:32:25.477936000, delta=824708000 ns, racy<=2500000000 ns 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.303 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.303207000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.303207000, lastModified=2023-04-30 17:32:25.477936000, delta=825271000 ns, racy<=2500000000 ns 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.302853000, lastModified=2023-04-30 17:32:26.004929000, delta=297924000 ns, racy<=2500000000 ns 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.303357000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.303357000, lastModified=2023-04-30 17:32:26.004929000, delta=298428000 ns, racy<=2500000000 ns 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.303207000, lastModified=2023-04-30 17:32:25.477936000, delta=825271000 ns, racy<=2500000000 ns 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.303 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.303876000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.303876000, lastModified=2023-04-30 17:32:25.477936000, delta=825940000 ns, racy<=2500000000 ns 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.303357000, lastModified=2023-04-30 17:32:26.004929000, delta=298428000 ns, racy<=2500000000 ns 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.304042000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.304042000, lastModified=2023-04-30 17:32:26.004929000, delta=299113000 ns, racy<=2500000000 ns 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.303876000, lastModified=2023-04-30 17:32:25.477936000, delta=825940000 ns, racy<=2500000000 ns 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.304 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.304192000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.304192000, lastModified=2023-04-30 17:32:25.477936000, delta=826256000 ns, racy<=2500000000 ns 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.304042000, lastModified=2023-04-30 17:32:26.004929000, delta=299113000 ns, racy<=2500000000 ns 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.304331000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.304331000, lastModified=2023-04-30 17:32:26.004929000, delta=299402000 ns, racy<=2500000000 ns 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.304192000, lastModified=2023-04-30 17:32:25.477936000, delta=826256000 ns, racy<=2500000000 ns 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.304 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.304523000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.304523000, lastModified=2023-04-30 17:32:25.477936000, delta=826587000 ns, racy<=2500000000 ns 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.304331000, lastModified=2023-04-30 17:32:26.004929000, delta=299402000 ns, racy<=2500000000 ns 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.304681000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.304681000, lastModified=2023-04-30 17:32:26.004929000, delta=299752000 ns, racy<=2500000000 ns 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.301411000, lastModified=2023-04-30 17:32:26.000929000, delta=300482000 ns, racy<=4302500 ns 17:32:26.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/objects/pack, is unmodified 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.304523000, lastModified=2023-04-30 17:32:25.477936000, delta=826587000 ns, racy<=2500000000 ns 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.305 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.305098000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.305098000, lastModified=2023-04-30 17:32:25.477936000, delta=827162000 ns, racy<=2500000000 ns 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.304681000, lastModified=2023-04-30 17:32:26.004929000, delta=299752000 ns, racy<=2500000000 ns 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.305262000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.305262000, lastModified=2023-04-30 17:32:26.004929000, delta=300333000 ns, racy<=2500000000 ns 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.305098000, lastModified=2023-04-30 17:32:25.477936000, delta=827162000 ns, racy<=2500000000 ns 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.305 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.305391000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.305391000, lastModified=2023-04-30 17:32:25.477936000, delta=827455000 ns, racy<=2500000000 ns 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.305262000, lastModified=2023-04-30 17:32:26.004929000, delta=300333000 ns, racy<=2500000000 ns 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, is racily clean 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.305545000, lastModified=2023-04-30 17:32:26.004929000, size=78, fileKey=(dev=3000f2,ino=1258426254) 17:32:26.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6616929927016380214/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.305545000, lastModified=2023-04-30 17:32:26.004929000, delta=300616000 ns, racy<=2500000000 ns 17:32:26.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.305391000, lastModified=2023-04-30 17:32:25.477936000, delta=827455000 ns, racy<=2500000000 ns 17:32:26.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.307 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.307952000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.307952000, lastModified=2023-04-30 17:32:25.477936000, delta=830016000 ns, racy<=2500000000 ns 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.307952000, lastModified=2023-04-30 17:32:25.477936000, delta=830016000 ns, racy<=2500000000 ns 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.308 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.308158000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.308158000, lastModified=2023-04-30 17:32:25.477936000, delta=830222000 ns, racy<=2500000000 ns 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.308158000, lastModified=2023-04-30 17:32:25.477936000, delta=830222000 ns, racy<=2500000000 ns 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.308 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.308449000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.308449000, lastModified=2023-04-30 17:32:25.477936000, delta=830513000 ns, racy<=2500000000 ns 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.308287000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946308287000 ns, racy<=2500000000 ns 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is unmodified 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.308449000, lastModified=2023-04-30 17:32:25.477936000, delta=830513000 ns, racy<=2500000000 ns 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.308 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.308768000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.308768000, lastModified=2023-04-30 17:32:25.477936000, delta=830832000 ns, racy<=2500000000 ns 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.308287000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946308287000 ns, racy<=2500000000 ns 17:32:26.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is unmodified 17:32:26.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.308768000, lastModified=2023-04-30 17:32:25.477936000, delta=830832000 ns, racy<=2500000000 ns 17:32:26.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.309 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.309073000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.309073000, lastModified=2023-04-30 17:32:25.477936000, delta=831137000 ns, racy<=2500000000 ns 17:32:26.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.308287000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946308287000 ns, racy<=2500000000 ns 17:32:26.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is unmodified 17:32:26.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.309073000, lastModified=2023-04-30 17:32:25.477936000, delta=831137000 ns, racy<=2500000000 ns 17:32:26.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.309 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.309753000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.309753000, lastModified=2023-04-30 17:32:25.477936000, delta=831817000 ns, racy<=2500000000 ns 17:32:26.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.308287000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946308287000 ns, racy<=2500000000 ns 17:32:26.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is unmodified 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.309753000, lastModified=2023-04-30 17:32:25.477936000, delta=831817000 ns, racy<=2500000000 ns 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.370 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.370161000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.370161000, lastModified=2023-04-30 17:32:25.477936000, delta=892225000 ns, racy<=2500000000 ns 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.308287000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946308287000 ns, racy<=2500000000 ns 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is unmodified 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.370161000, lastModified=2023-04-30 17:32:25.477936000, delta=892225000 ns, racy<=2500000000 ns 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.370 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.370651000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.370651000, lastModified=2023-04-30 17:32:25.477936000, delta=892715000 ns, racy<=2500000000 ns 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.308287000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946308287000 ns, racy<=2500000000 ns 17:32:26.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is unmodified 17:32:26.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.370651000, lastModified=2023-04-30 17:32:25.477936000, delta=892715000 ns, racy<=2500000000 ns 17:32:26.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.371 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.371721000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.371721000, lastModified=2023-04-30 17:32:25.477936000, delta=893785000 ns, racy<=2500000000 ns 17:32:26.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.308287000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946308287000 ns, racy<=2500000000 ns 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is unmodified 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.371721000, lastModified=2023-04-30 17:32:25.477936000, delta=893785000 ns, racy<=2500000000 ns 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.372 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.372416000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.372416000, lastModified=2023-04-30 17:32:25.477936000, delta=894480000 ns, racy<=2500000000 ns 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.308287000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946308287000 ns, racy<=2500000000 ns 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is unmodified 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.372416000, lastModified=2023-04-30 17:32:25.477936000, delta=894480000 ns, racy<=2500000000 ns 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.372 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.372819000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.372819000, lastModified=2023-04-30 17:32:25.477936000, delta=894883000 ns, racy<=2500000000 ns 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.308287000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946308287000 ns, racy<=2500000000 ns 17:32:26.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is unmodified 17:32:26.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.373127000, lastModified=2023-04-30 17:32:26.371924000, size=23, fileKey=(dev=3000f2,ino=1285649406) 17:32:26.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.374314000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.375027000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.372819000, lastModified=2023-04-30 17:32:25.477936000, delta=894883000 ns, racy<=2500000000 ns 17:32:26.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.375 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.375359000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.375359000, lastModified=2023-04-30 17:32:25.477936000, delta=897423000 ns, racy<=2500000000 ns 17:32:26.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.375611000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.375359000, lastModified=2023-04-30 17:32:25.477936000, delta=897423000 ns, racy<=2500000000 ns 17:32:26.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.375 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.375866000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.375866000, lastModified=2023-04-30 17:32:25.477936000, delta=897930000 ns, racy<=2500000000 ns 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.375611000, lastModified=2023-04-30 17:32:26.372924000, delta=2687000 ns, racy<=2500000000 ns 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.376141000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.376141000, lastModified=2023-04-30 17:32:26.372924000, delta=3217000 ns, racy<=2500000000 ns 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.375866000, lastModified=2023-04-30 17:32:25.477936000, delta=897930000 ns, racy<=2500000000 ns 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.376 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.376541000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.376541000, lastModified=2023-04-30 17:32:25.477936000, delta=898605000 ns, racy<=2500000000 ns 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.376141000, lastModified=2023-04-30 17:32:26.372924000, delta=3217000 ns, racy<=2500000000 ns 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.376811000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.376811000, lastModified=2023-04-30 17:32:26.372924000, delta=3887000 ns, racy<=2500000000 ns 17:32:26.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.377007000, lastModified=2023-04-30 17:32:26.371924000, size=23, fileKey=(dev=3000f2,ino=1285649406) 17:32:26.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.377956000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.376541000, lastModified=2023-04-30 17:32:25.477936000, delta=898605000 ns, racy<=2500000000 ns 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.378 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.378231000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.378231000, lastModified=2023-04-30 17:32:25.477936000, delta=900295000 ns, racy<=2500000000 ns 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.378436000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.378231000, lastModified=2023-04-30 17:32:25.477936000, delta=900295000 ns, racy<=2500000000 ns 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.378 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.378665000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.378665000, lastModified=2023-04-30 17:32:25.477936000, delta=900729000 ns, racy<=2500000000 ns 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.378436000, lastModified=2023-04-30 17:32:26.372924000, delta=5512000 ns, racy<=2500000000 ns 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.378924000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.378924000, lastModified=2023-04-30 17:32:26.372924000, delta=6000000 ns, racy<=2500000000 ns 17:32:26.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.378665000, lastModified=2023-04-30 17:32:25.477936000, delta=900729000 ns, racy<=2500000000 ns 17:32:26.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.379 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.379423000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.379423000, lastModified=2023-04-30 17:32:25.477936000, delta=901487000 ns, racy<=2500000000 ns 17:32:26.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.378924000, lastModified=2023-04-30 17:32:26.372924000, delta=6000000 ns, racy<=2500000000 ns 17:32:26.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.379683000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.379683000, lastModified=2023-04-30 17:32:26.372924000, delta=6759000 ns, racy<=2500000000 ns 17:32:26.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.379423000, lastModified=2023-04-30 17:32:25.477936000, delta=901487000 ns, racy<=2500000000 ns 17:32:26.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.380 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.380137000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.380137000, lastModified=2023-04-30 17:32:25.477936000, delta=902201000 ns, racy<=2500000000 ns 17:32:26.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.379683000, lastModified=2023-04-30 17:32:26.372924000, delta=6759000 ns, racy<=2500000000 ns 17:32:26.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.380393000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.380393000, lastModified=2023-04-30 17:32:26.372924000, delta=7469000 ns, racy<=2500000000 ns 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.380137000, lastModified=2023-04-30 17:32:25.477936000, delta=902201000 ns, racy<=2500000000 ns 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.381 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.381170000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.381170000, lastModified=2023-04-30 17:32:25.477936000, delta=903234000 ns, racy<=2500000000 ns 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.380393000, lastModified=2023-04-30 17:32:26.372924000, delta=7469000 ns, racy<=2500000000 ns 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.381424000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.381424000, lastModified=2023-04-30 17:32:26.372924000, delta=8500000 ns, racy<=2500000000 ns 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.381170000, lastModified=2023-04-30 17:32:25.477936000, delta=903234000 ns, racy<=2500000000 ns 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.381 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.381899000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.381899000, lastModified=2023-04-30 17:32:25.477936000, delta=903963000 ns, racy<=2500000000 ns 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.381424000, lastModified=2023-04-30 17:32:26.372924000, delta=8500000 ns, racy<=2500000000 ns 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.382200000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.382200000, lastModified=2023-04-30 17:32:26.372924000, delta=9276000 ns, racy<=2500000000 ns 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.381899000, lastModified=2023-04-30 17:32:25.477936000, delta=903963000 ns, racy<=2500000000 ns 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.382 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.382518000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.382518000, lastModified=2023-04-30 17:32:25.477936000, delta=904582000 ns, racy<=2500000000 ns 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.382200000, lastModified=2023-04-30 17:32:26.372924000, delta=9276000 ns, racy<=2500000000 ns 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.382739000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.382739000, lastModified=2023-04-30 17:32:26.372924000, delta=9815000 ns, racy<=2500000000 ns 17:32:26.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.383120000, lastModified=2023-04-30 17:32:26.307925000, size=6, fileKey=(dev=3000f2,ino=1295459547) 17:32:26.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.383120000, lastModified=2023-04-30 17:32:26.307925000, delta=75195000 ns, racy<=4302500 ns 17:32:26.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.384305000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946384305000 ns, racy<=4302500 ns 17:32:26.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, is unmodified 17:32:26.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.383120000, lastModified=2023-04-30 17:32:26.307925000, delta=75195000 ns, racy<=4302500 ns 17:32:26.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.384305000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946384305000 ns, racy<=4302500 ns 17:32:26.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, is unmodified 17:32:26.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.382518000, lastModified=2023-04-30 17:32:25.477936000, delta=904582000 ns, racy<=2500000000 ns 17:32:26.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.386 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.386496000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.386496000, lastModified=2023-04-30 17:32:25.477936000, delta=908560000 ns, racy<=2500000000 ns 17:32:26.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.382739000, lastModified=2023-04-30 17:32:26.372924000, delta=9815000 ns, racy<=2500000000 ns 17:32:26.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.386752000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.386752000, lastModified=2023-04-30 17:32:26.372924000, delta=13828000 ns, racy<=2500000000 ns 17:32:26.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.386921000, lastModified=2023-04-30 17:32:26.378924000, size=0, fileKey=(dev=3000f2,ino=1285658387) 17:32:26.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.386496000, lastModified=2023-04-30 17:32:25.477936000, delta=908560000 ns, racy<=2500000000 ns 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.387 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.387055000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.387055000, lastModified=2023-04-30 17:32:25.477936000, delta=909119000 ns, racy<=2500000000 ns 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.386752000, lastModified=2023-04-30 17:32:26.372924000, delta=13828000 ns, racy<=2500000000 ns 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.387339000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.387339000, lastModified=2023-04-30 17:32:26.372924000, delta=14415000 ns, racy<=2500000000 ns 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.387550000, lastModified=2023-04-30 17:32:26.385924000, size=104, fileKey=(dev=3000f2,ino=1285658387) 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.387653000, lastModified=2023-04-30 17:32:26.385924000, size=104, fileKey=(dev=3000f2,ino=1285658387) 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.387055000, lastModified=2023-04-30 17:32:25.477936000, delta=909119000 ns, racy<=2500000000 ns 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.387 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.387817000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.387817000, lastModified=2023-04-30 17:32:25.477936000, delta=909881000 ns, racy<=2500000000 ns 17:32:26.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.387339000, lastModified=2023-04-30 17:32:26.372924000, delta=14415000 ns, racy<=2500000000 ns 17:32:26.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.388091000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.388091000, lastModified=2023-04-30 17:32:26.372924000, delta=15167000 ns, racy<=2500000000 ns 17:32:26.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.388443000, lastModified=2023-04-30 17:32:26.385924000, size=104, fileKey=(dev=3000f2,ino=1285658387) 17:32:26.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.388537000, lastModified=2023-04-30 17:32:26.385924000, size=104, fileKey=(dev=3000f2,ino=1285658387) 17:32:26.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.388685000, lastModified=2023-04-30 17:32:26.386924000, size=0, fileKey=(dev=3000f2,ino=1285649407) 17:32:26.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.387817000, lastModified=2023-04-30 17:32:25.477936000, delta=909881000 ns, racy<=2500000000 ns 17:32:26.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.388 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.388859000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.388859000, lastModified=2023-04-30 17:32:25.477936000, delta=910923000 ns, racy<=2500000000 ns 17:32:26.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.388091000, lastModified=2023-04-30 17:32:26.372924000, delta=15167000 ns, racy<=2500000000 ns 17:32:26.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.389137000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.389137000, lastModified=2023-04-30 17:32:26.372924000, delta=16213000 ns, racy<=2500000000 ns 17:32:26.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.389340000, lastModified=2023-04-30 17:32:26.387924000, size=104, fileKey=(dev=3000f2,ino=1285649407) 17:32:26.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.388859000, lastModified=2023-04-30 17:32:25.477936000, delta=910923000 ns, racy<=2500000000 ns 17:32:26.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.389 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.389750000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.389750000, lastModified=2023-04-30 17:32:25.477936000, delta=911814000 ns, racy<=2500000000 ns 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.389137000, lastModified=2023-04-30 17:32:26.372924000, delta=16213000 ns, racy<=2500000000 ns 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.390153000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.390153000, lastModified=2023-04-30 17:32:26.372924000, delta=17229000 ns, racy<=2500000000 ns 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.389750000, lastModified=2023-04-30 17:32:25.477936000, delta=911814000 ns, racy<=2500000000 ns 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.390 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.390354000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.390354000, lastModified=2023-04-30 17:32:25.477936000, delta=912418000 ns, racy<=2500000000 ns 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.390153000, lastModified=2023-04-30 17:32:26.372924000, delta=17229000 ns, racy<=2500000000 ns 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.390591000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.390591000, lastModified=2023-04-30 17:32:26.372924000, delta=17667000 ns, racy<=2500000000 ns 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.390354000, lastModified=2023-04-30 17:32:25.477936000, delta=912418000 ns, racy<=2500000000 ns 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.390 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.390841000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.390841000, lastModified=2023-04-30 17:32:25.477936000, delta=912905000 ns, racy<=2500000000 ns 17:32:26.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.390591000, lastModified=2023-04-30 17:32:26.372924000, delta=17667000 ns, racy<=2500000000 ns 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.391130000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.391130000, lastModified=2023-04-30 17:32:26.372924000, delta=18206000 ns, racy<=2500000000 ns 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.390841000, lastModified=2023-04-30 17:32:25.477936000, delta=912905000 ns, racy<=2500000000 ns 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.391 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.391330000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.391330000, lastModified=2023-04-30 17:32:25.477936000, delta=913394000 ns, racy<=2500000000 ns 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.391130000, lastModified=2023-04-30 17:32:26.372924000, delta=18206000 ns, racy<=2500000000 ns 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.391595000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.391595000, lastModified=2023-04-30 17:32:26.372924000, delta=18671000 ns, racy<=2500000000 ns 17:32:26.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.391819000, lastModified=2023-04-30 17:32:26.371924000, size=23, fileKey=(dev=3000f2,ino=1285649406) 17:32:26.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.391330000, lastModified=2023-04-30 17:32:25.477936000, delta=913394000 ns, racy<=2500000000 ns 17:32:26.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.392 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.392310000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.392310000, lastModified=2023-04-30 17:32:25.477936000, delta=914374000 ns, racy<=2500000000 ns 17:32:26.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.391595000, lastModified=2023-04-30 17:32:26.372924000, delta=18671000 ns, racy<=2500000000 ns 17:32:26.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.392576000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.392576000, lastModified=2023-04-30 17:32:26.372924000, delta=19652000 ns, racy<=2500000000 ns 17:32:26.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.391819000, lastModified=2023-04-30 17:32:26.371924000, delta=19895000 ns, racy<=4302500 ns 17:32:26.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/HEAD, is unmodified 17:32:26.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.392310000, lastModified=2023-04-30 17:32:25.477936000, delta=914374000 ns, racy<=2500000000 ns 17:32:26.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.394 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.394055000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.394055000, lastModified=2023-04-30 17:32:25.477936000, delta=916119000 ns, racy<=2500000000 ns 17:32:26.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.392576000, lastModified=2023-04-30 17:32:26.372924000, delta=19652000 ns, racy<=2500000000 ns 17:32:26.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.394295000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.394295000, lastModified=2023-04-30 17:32:26.372924000, delta=21371000 ns, racy<=2500000000 ns 17:32:26.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.394632000, lastModified=2023-04-30 17:32:26.387924000, size=104, fileKey=(dev=3000f2,ino=1285649407) 17:32:26.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.394728000, lastModified=2023-04-30 17:32:26.387924000, size=104, fileKey=(dev=3000f2,ino=1285649407) 17:32:26.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.383120000, lastModified=2023-04-30 17:32:26.307925000, delta=75195000 ns, racy<=4302500 ns 17:32:26.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.384305000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946384305000 ns, racy<=4302500 ns 17:32:26.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, is unmodified 17:32:26.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.383120000, lastModified=2023-04-30 17:32:26.307925000, delta=75195000 ns, racy<=4302500 ns 17:32:26.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.384305000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946384305000 ns, racy<=4302500 ns 17:32:26.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, is unmodified 17:32:26.396 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.383120000, lastModified=2023-04-30 17:32:26.307925000, delta=75195000 ns, racy<=4302500 ns 17:32:26.396 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.396 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.384305000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946384305000 ns, racy<=4302500 ns 17:32:26.396 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, is unmodified 17:32:26.396 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.383120000, lastModified=2023-04-30 17:32:26.307925000, delta=75195000 ns, racy<=4302500 ns 17:32:26.396 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.396 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.384305000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946384305000 ns, racy<=4302500 ns 17:32:26.396 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, is unmodified 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.394055000, lastModified=2023-04-30 17:32:25.477936000, delta=916119000 ns, racy<=2500000000 ns 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.397 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.397112000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.397112000, lastModified=2023-04-30 17:32:25.477936000, delta=919176000 ns, racy<=2500000000 ns 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.394295000, lastModified=2023-04-30 17:32:26.372924000, delta=21371000 ns, racy<=2500000000 ns 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.397302000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.397302000, lastModified=2023-04-30 17:32:26.372924000, delta=24378000 ns, racy<=2500000000 ns 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.391819000, lastModified=2023-04-30 17:32:26.371924000, delta=19895000 ns, racy<=4302500 ns 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/HEAD, is unmodified 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.397112000, lastModified=2023-04-30 17:32:25.477936000, delta=919176000 ns, racy<=2500000000 ns 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.397 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.397719000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.397719000, lastModified=2023-04-30 17:32:25.477936000, delta=919783000 ns, racy<=2500000000 ns 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.397302000, lastModified=2023-04-30 17:32:26.372924000, delta=24378000 ns, racy<=2500000000 ns 17:32:26.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.397989000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.397989000, lastModified=2023-04-30 17:32:26.372924000, delta=25065000 ns, racy<=2500000000 ns 17:32:26.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.397719000, lastModified=2023-04-30 17:32:25.477936000, delta=919783000 ns, racy<=2500000000 ns 17:32:26.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.398 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.398487000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.398487000, lastModified=2023-04-30 17:32:25.477936000, delta=920551000 ns, racy<=2500000000 ns 17:32:26.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.397989000, lastModified=2023-04-30 17:32:26.372924000, delta=25065000 ns, racy<=2500000000 ns 17:32:26.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.398697000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.398697000, lastModified=2023-04-30 17:32:26.372924000, delta=25773000 ns, racy<=2500000000 ns 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.398487000, lastModified=2023-04-30 17:32:25.477936000, delta=920551000 ns, racy<=2500000000 ns 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.399 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.399407000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.399407000, lastModified=2023-04-30 17:32:25.477936000, delta=921471000 ns, racy<=2500000000 ns 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.398697000, lastModified=2023-04-30 17:32:26.372924000, delta=25773000 ns, racy<=2500000000 ns 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.399581000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.399581000, lastModified=2023-04-30 17:32:26.372924000, delta=26657000 ns, racy<=2500000000 ns 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.399407000, lastModified=2023-04-30 17:32:25.477936000, delta=921471000 ns, racy<=2500000000 ns 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.399 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.399881000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.399881000, lastModified=2023-04-30 17:32:25.477936000, delta=921945000 ns, racy<=2500000000 ns 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.399581000, lastModified=2023-04-30 17:32:26.372924000, delta=26657000 ns, racy<=2500000000 ns 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.400094000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.400094000, lastModified=2023-04-30 17:32:26.372924000, delta=27170000 ns, racy<=2500000000 ns 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.399881000, lastModified=2023-04-30 17:32:25.477936000, delta=921945000 ns, racy<=2500000000 ns 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.400 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.400326000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.400326000, lastModified=2023-04-30 17:32:25.477936000, delta=922390000 ns, racy<=2500000000 ns 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.400094000, lastModified=2023-04-30 17:32:26.372924000, delta=27170000 ns, racy<=2500000000 ns 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.400484000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.400484000, lastModified=2023-04-30 17:32:26.372924000, delta=27560000 ns, racy<=2500000000 ns 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.400326000, lastModified=2023-04-30 17:32:25.477936000, delta=922390000 ns, racy<=2500000000 ns 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.400 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.400618000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.400618000, lastModified=2023-04-30 17:32:25.477936000, delta=922682000 ns, racy<=2500000000 ns 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.400484000, lastModified=2023-04-30 17:32:26.372924000, delta=27560000 ns, racy<=2500000000 ns 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.400817000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.400817000, lastModified=2023-04-30 17:32:26.372924000, delta=27893000 ns, racy<=2500000000 ns 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.400618000, lastModified=2023-04-30 17:32:25.477936000, delta=922682000 ns, racy<=2500000000 ns 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.401 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.401049000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.401049000, lastModified=2023-04-30 17:32:25.477936000, delta=923113000 ns, racy<=2500000000 ns 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.400817000, lastModified=2023-04-30 17:32:26.372924000, delta=27893000 ns, racy<=2500000000 ns 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.401216000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.401216000, lastModified=2023-04-30 17:32:26.372924000, delta=28292000 ns, racy<=2500000000 ns 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.401049000, lastModified=2023-04-30 17:32:25.477936000, delta=923113000 ns, racy<=2500000000 ns 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.401 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.401334000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.401334000, lastModified=2023-04-30 17:32:25.477936000, delta=923398000 ns, racy<=2500000000 ns 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.401216000, lastModified=2023-04-30 17:32:26.372924000, delta=28292000 ns, racy<=2500000000 ns 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.401477000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.401477000, lastModified=2023-04-30 17:32:26.372924000, delta=28553000 ns, racy<=2500000000 ns 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.401679000, lastModified=2023-04-30 17:32:26.397923000, size=41, fileKey=(dev=3000f2,ino=1287760439) 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.401334000, lastModified=2023-04-30 17:32:25.477936000, delta=923398000 ns, racy<=2500000000 ns 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.401 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.401936000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.401936000, lastModified=2023-04-30 17:32:25.477936000, delta=924000000 ns, racy<=2500000000 ns 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.401477000, lastModified=2023-04-30 17:32:26.372924000, delta=28553000 ns, racy<=2500000000 ns 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.402145000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.402145000, lastModified=2023-04-30 17:32:26.372924000, delta=29221000 ns, racy<=2500000000 ns 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.401936000, lastModified=2023-04-30 17:32:25.477936000, delta=924000000 ns, racy<=2500000000 ns 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.402 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.402371000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.402371000, lastModified=2023-04-30 17:32:25.477936000, delta=924435000 ns, racy<=2500000000 ns 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.376811000, lastModified=2023-04-30 17:32:26.372924000, delta=3887000 ns, racy<=2500000000 ns 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.402519000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.402519000, lastModified=2023-04-30 17:32:26.372924000, delta=29595000 ns, racy<=2500000000 ns 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.402630000, lastModified=2023-04-30 17:32:26.397923000, size=41, fileKey=(dev=3000f2,ino=1287760439) 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.402371000, lastModified=2023-04-30 17:32:25.477936000, delta=924435000 ns, racy<=2500000000 ns 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.402 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.402744000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.402744000, lastModified=2023-04-30 17:32:25.477936000, delta=924808000 ns, racy<=2500000000 ns 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.402519000, lastModified=2023-04-30 17:32:26.372924000, delta=29595000 ns, racy<=2500000000 ns 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.402940000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.402940000, lastModified=2023-04-30 17:32:26.372924000, delta=30016000 ns, racy<=2500000000 ns 17:32:26.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.402630000, lastModified=2023-04-30 17:32:26.397923000, delta=4707000 ns, racy<=4302500 ns 17:32:26.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, is unmodified 3529a7fa5e161ea8bf26faeded8ee99a7392d2bc 17:32:26.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.404441000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.402744000, lastModified=2023-04-30 17:32:25.477936000, delta=924808000 ns, racy<=2500000000 ns 17:32:26.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.404 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.404656000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.404656000, lastModified=2023-04-30 17:32:25.477936000, delta=926720000 ns, racy<=2500000000 ns 17:32:26.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.404847000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.404656000, lastModified=2023-04-30 17:32:25.477936000, delta=926720000 ns, racy<=2500000000 ns 17:32:26.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.404 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.404985000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.404985000, lastModified=2023-04-30 17:32:25.477936000, delta=927049000 ns, racy<=2500000000 ns 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.404847000, lastModified=2023-04-30 17:32:26.372924000, delta=31923000 ns, racy<=2500000000 ns 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.405191000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.405191000, lastModified=2023-04-30 17:32:26.372924000, delta=32267000 ns, racy<=2500000000 ns 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.405338000, lastModified=2023-04-30 17:32:26.387924000, size=104, fileKey=(dev=3000f2,ino=1285649407) 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.404985000, lastModified=2023-04-30 17:32:25.477936000, delta=927049000 ns, racy<=2500000000 ns 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.405 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.405465000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.405465000, lastModified=2023-04-30 17:32:25.477936000, delta=927529000 ns, racy<=2500000000 ns 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.405191000, lastModified=2023-04-30 17:32:26.372924000, delta=32267000 ns, racy<=2500000000 ns 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.405610000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.405610000, lastModified=2023-04-30 17:32:26.372924000, delta=32686000 ns, racy<=2500000000 ns 17:32:26.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.405956000, lastModified=2023-04-30 17:32:26.387924000, size=104, fileKey=(dev=3000f2,ino=1285649407) 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.406049000, lastModified=2023-04-30 17:32:26.387924000, size=104, fileKey=(dev=3000f2,ino=1285649407) 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.405465000, lastModified=2023-04-30 17:32:25.477936000, delta=927529000 ns, racy<=2500000000 ns 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.406 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.406242000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.406242000, lastModified=2023-04-30 17:32:25.477936000, delta=928306000 ns, racy<=2500000000 ns 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.405610000, lastModified=2023-04-30 17:32:26.372924000, delta=32686000 ns, racy<=2500000000 ns 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.406492000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.406492000, lastModified=2023-04-30 17:32:26.372924000, delta=33568000 ns, racy<=2500000000 ns 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.406242000, lastModified=2023-04-30 17:32:25.477936000, delta=928306000 ns, racy<=2500000000 ns 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.406 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.406771000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.406771000, lastModified=2023-04-30 17:32:25.477936000, delta=928835000 ns, racy<=2500000000 ns 17:32:26.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.406492000, lastModified=2023-04-30 17:32:26.372924000, delta=33568000 ns, racy<=2500000000 ns 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.407084000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.407084000, lastModified=2023-04-30 17:32:26.372924000, delta=34160000 ns, racy<=2500000000 ns 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.406771000, lastModified=2023-04-30 17:32:25.477936000, delta=928835000 ns, racy<=2500000000 ns 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.407 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.407504000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.407504000, lastModified=2023-04-30 17:32:25.477936000, delta=929568000 ns, racy<=2500000000 ns 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.407084000, lastModified=2023-04-30 17:32:26.372924000, delta=34160000 ns, racy<=2500000000 ns 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.407721000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.407721000, lastModified=2023-04-30 17:32:26.372924000, delta=34797000 ns, racy<=2500000000 ns 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.408032000, lastModified=2023-04-30 17:32:26.307925000, size=6, fileKey=(dev=3000f2,ino=1295459547) 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.408032000, lastModified=2023-04-30 17:32:26.307925000, delta=100107000 ns, racy<=4302500 ns 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.407504000, lastModified=2023-04-30 17:32:25.477936000, delta=929568000 ns, racy<=2500000000 ns 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.408 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.408351000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.408351000, lastModified=2023-04-30 17:32:25.477936000, delta=930415000 ns, racy<=2500000000 ns 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.407721000, lastModified=2023-04-30 17:32:26.372924000, delta=34797000 ns, racy<=2500000000 ns 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.408505000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.408505000, lastModified=2023-04-30 17:32:26.372924000, delta=35581000 ns, racy<=2500000000 ns 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.408032000, lastModified=2023-04-30 17:32:26.307925000, delta=100107000 ns, racy<=4302500 ns 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.408905000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946408905000 ns, racy<=4302500 ns 17:32:26.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, is unmodified 17:32:26.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.408032000, lastModified=2023-04-30 17:32:26.307925000, delta=100107000 ns, racy<=4302500 ns 17:32:26.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.408905000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946408905000 ns, racy<=4302500 ns 17:32:26.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, is unmodified 17:32:26.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.409734000, lastModified=2023-04-30 17:32:26.404923000, size=0, fileKey=(dev=3000f2,ino=1285658387) 17:32:26.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.408351000, lastModified=2023-04-30 17:32:25.477936000, delta=930415000 ns, racy<=2500000000 ns 17:32:26.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.409 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.409876000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.409876000, lastModified=2023-04-30 17:32:25.477936000, delta=931940000 ns, racy<=2500000000 ns 17:32:26.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.408505000, lastModified=2023-04-30 17:32:26.372924000, delta=35581000 ns, racy<=2500000000 ns 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.410071000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.410071000, lastModified=2023-04-30 17:32:26.372924000, delta=37147000 ns, racy<=2500000000 ns 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.410233000, lastModified=2023-04-30 17:32:26.408923000, size=176, fileKey=(dev=3000f2,ino=1285658387) 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.410333000, lastModified=2023-04-30 17:32:26.408923000, size=176, fileKey=(dev=3000f2,ino=1285658387) 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.409876000, lastModified=2023-04-30 17:32:25.477936000, delta=931940000 ns, racy<=2500000000 ns 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.410 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.410503000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.410503000, lastModified=2023-04-30 17:32:25.477936000, delta=932567000 ns, racy<=2500000000 ns 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.410071000, lastModified=2023-04-30 17:32:26.372924000, delta=37147000 ns, racy<=2500000000 ns 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.410665000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.410665000, lastModified=2023-04-30 17:32:26.372924000, delta=37741000 ns, racy<=2500000000 ns 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.410503000, lastModified=2023-04-30 17:32:25.477936000, delta=932567000 ns, racy<=2500000000 ns 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.410 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.410772000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.410772000, lastModified=2023-04-30 17:32:25.477936000, delta=932836000 ns, racy<=2500000000 ns 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.410665000, lastModified=2023-04-30 17:32:26.372924000, delta=37741000 ns, racy<=2500000000 ns 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.469618000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.469618000, lastModified=2023-04-30 17:32:26.372924000, delta=96694000 ns, racy<=2500000000 ns 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.410772000, lastModified=2023-04-30 17:32:25.477936000, delta=932836000 ns, racy<=2500000000 ns 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.469 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.469844000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.469844000, lastModified=2023-04-30 17:32:25.477936000, delta=991908000 ns, racy<=2500000000 ns 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.469618000, lastModified=2023-04-30 17:32:26.372924000, delta=96694000 ns, racy<=2500000000 ns 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.470020000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.470020000, lastModified=2023-04-30 17:32:26.372924000, delta=97096000 ns, racy<=2500000000 ns 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.469844000, lastModified=2023-04-30 17:32:25.477936000, delta=991908000 ns, racy<=2500000000 ns 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.470166000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.470166000, lastModified=2023-04-30 17:32:25.477936000, delta=992230000 ns, racy<=2500000000 ns 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.470020000, lastModified=2023-04-30 17:32:26.372924000, delta=97096000 ns, racy<=2500000000 ns 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.470308000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.470308000, lastModified=2023-04-30 17:32:26.372924000, delta=97384000 ns, racy<=2500000000 ns 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.470489000, lastModified=2023-04-30 17:32:26.371924000, size=23, fileKey=(dev=3000f2,ino=1285649406) 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.470590000, lastModified=2023-04-30 17:32:26.397923000, size=41, fileKey=(dev=3000f2,ino=1287760439) 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.470166000, lastModified=2023-04-30 17:32:25.477936000, delta=992230000 ns, racy<=2500000000 ns 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.470793000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.470793000, lastModified=2023-04-30 17:32:25.477936000, delta=992857000 ns, racy<=2500000000 ns 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.470308000, lastModified=2023-04-30 17:32:26.372924000, delta=97384000 ns, racy<=2500000000 ns 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.470973000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.470973000, lastModified=2023-04-30 17:32:26.372924000, delta=98049000 ns, racy<=2500000000 ns 17:32:26.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.470489000, lastModified=2023-04-30 17:32:26.371924000, delta=98565000 ns, racy<=4302500 ns 17:32:26.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/HEAD, is unmodified 17:32:26.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.470590000, lastModified=2023-04-30 17:32:26.397923000, delta=72667000 ns, racy<=4302500 ns 17:32:26.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, is unmodified 17:32:26.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.408032000, lastModified=2023-04-30 17:32:26.307925000, delta=100107000 ns, racy<=4302500 ns 17:32:26.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.470793000, lastModified=2023-04-30 17:32:25.477936000, delta=992857000 ns, racy<=2500000000 ns 17:32:26.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.471 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.471856000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.471856000, lastModified=2023-04-30 17:32:25.477936000, delta=993920000 ns, racy<=2500000000 ns 17:32:26.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.470973000, lastModified=2023-04-30 17:32:26.372924000, delta=98049000 ns, racy<=2500000000 ns 17:32:26.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.472033000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.472033000, lastModified=2023-04-30 17:32:26.372924000, delta=99109000 ns, racy<=2500000000 ns 17:32:26.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.472356000, lastModified=2023-04-30 17:32:26.408923000, size=176, fileKey=(dev=3000f2,ino=1285658387) 17:32:26.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.472425000, lastModified=2023-04-30 17:32:26.408923000, size=176, fileKey=(dev=3000f2,ino=1285658387) 17:32:26.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.408032000, lastModified=2023-04-30 17:32:26.307925000, delta=100107000 ns, racy<=4302500 ns 17:32:26.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.408905000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946408905000 ns, racy<=4302500 ns 17:32:26.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, is unmodified 17:32:26.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.408032000, lastModified=2023-04-30 17:32:26.307925000, delta=100107000 ns, racy<=4302500 ns 17:32:26.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.408905000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946408905000 ns, racy<=4302500 ns 17:32:26.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, is unmodified 17:32:26.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.408032000, lastModified=2023-04-30 17:32:26.307925000, delta=100107000 ns, racy<=4302500 ns 17:32:26.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.408905000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946408905000 ns, racy<=4302500 ns 17:32:26.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, is unmodified 17:32:26.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.408032000, lastModified=2023-04-30 17:32:26.307925000, delta=100107000 ns, racy<=4302500 ns 17:32:26.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack, is unmodified 17:32:26.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.408905000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946408905000 ns, racy<=4302500 ns 17:32:26.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/objects/pack/preserved, is unmodified 17:32:26.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.471856000, lastModified=2023-04-30 17:32:25.477936000, delta=993920000 ns, racy<=2500000000 ns 17:32:26.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.474 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.474735000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.474735000, lastModified=2023-04-30 17:32:25.477936000, delta=996799000 ns, racy<=2500000000 ns 17:32:26.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.472033000, lastModified=2023-04-30 17:32:26.372924000, delta=99109000 ns, racy<=2500000000 ns 17:32:26.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.474986000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.474986000, lastModified=2023-04-30 17:32:26.372924000, delta=102062000 ns, racy<=2500000000 ns 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.470489000, lastModified=2023-04-30 17:32:26.371924000, delta=98565000 ns, racy<=4302500 ns 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/HEAD, is unmodified 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.470590000, lastModified=2023-04-30 17:32:26.397923000, delta=72667000 ns, racy<=4302500 ns 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, is unmodified 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.474735000, lastModified=2023-04-30 17:32:25.477936000, delta=996799000 ns, racy<=2500000000 ns 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.475 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.475439000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.475439000, lastModified=2023-04-30 17:32:25.477936000, delta=997503000 ns, racy<=2500000000 ns 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.474986000, lastModified=2023-04-30 17:32:26.372924000, delta=102062000 ns, racy<=2500000000 ns 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.475608000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.475608000, lastModified=2023-04-30 17:32:26.372924000, delta=102684000 ns, racy<=2500000000 ns 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.470590000, lastModified=2023-04-30 17:32:26.397923000, delta=72667000 ns, racy<=4302500 ns 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, is unmodified 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.475439000, lastModified=2023-04-30 17:32:25.477936000, delta=997503000 ns, racy<=2500000000 ns 17:32:26.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.476 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.476020000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.476020000, lastModified=2023-04-30 17:32:25.477936000, delta=998084000 ns, racy<=2500000000 ns 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.475608000, lastModified=2023-04-30 17:32:26.372924000, delta=102684000 ns, racy<=2500000000 ns 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.476210000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.476210000, lastModified=2023-04-30 17:32:26.372924000, delta=103286000 ns, racy<=2500000000 ns 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.476020000, lastModified=2023-04-30 17:32:25.477936000, delta=998084000 ns, racy<=2500000000 ns 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.476 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.476370000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.476370000, lastModified=2023-04-30 17:32:25.477936000, delta=998434000 ns, racy<=2500000000 ns 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.476210000, lastModified=2023-04-30 17:32:26.372924000, delta=103286000 ns, racy<=2500000000 ns 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.476529000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.476529000, lastModified=2023-04-30 17:32:26.372924000, delta=103605000 ns, racy<=2500000000 ns 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.476370000, lastModified=2023-04-30 17:32:25.477936000, delta=998434000 ns, racy<=2500000000 ns 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.476 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.476763000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.476763000, lastModified=2023-04-30 17:32:25.477936000, delta=998827000 ns, racy<=2500000000 ns 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.476529000, lastModified=2023-04-30 17:32:26.372924000, delta=103605000 ns, racy<=2500000000 ns 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.476946000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.476946000, lastModified=2023-04-30 17:32:26.372924000, delta=104022000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.476763000, lastModified=2023-04-30 17:32:25.477936000, delta=998827000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.477 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.477093000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.477093000, lastModified=2023-04-30 17:32:25.477936000, delta=999157000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.476946000, lastModified=2023-04-30 17:32:26.372924000, delta=104022000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.477251000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.477251000, lastModified=2023-04-30 17:32:26.372924000, delta=104327000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.477093000, lastModified=2023-04-30 17:32:25.477936000, delta=999157000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.477 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.477394000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.477394000, lastModified=2023-04-30 17:32:25.477936000, delta=999458000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.477251000, lastModified=2023-04-30 17:32:26.372924000, delta=104327000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.477537000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.477537000, lastModified=2023-04-30 17:32:26.372924000, delta=104613000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.477394000, lastModified=2023-04-30 17:32:25.477936000, delta=999458000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.477 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.477653000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.477653000, lastModified=2023-04-30 17:32:25.477936000, delta=999717000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.477537000, lastModified=2023-04-30 17:32:26.372924000, delta=104613000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.477818000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.477818000, lastModified=2023-04-30 17:32:26.372924000, delta=104894000 ns, racy<=2500000000 ns 17:32:26.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.477928000, lastModified=2023-04-30 17:32:26.474922000, size=41, fileKey=(dev=3000f2,ino=1287760440) 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.477653000, lastModified=2023-04-30 17:32:25.477936000, delta=999717000 ns, racy<=2500000000 ns 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.478 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.478170000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.478170000, lastModified=2023-04-30 17:32:25.477936000, delta=1000234000 ns, racy<=2500000000 ns 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.477818000, lastModified=2023-04-30 17:32:26.372924000, delta=104894000 ns, racy<=2500000000 ns 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.478323000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.478323000, lastModified=2023-04-30 17:32:26.372924000, delta=105399000 ns, racy<=2500000000 ns 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.478170000, lastModified=2023-04-30 17:32:25.477936000, delta=1000234000 ns, racy<=2500000000 ns 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.478 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.478530000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.478530000, lastModified=2023-04-30 17:32:25.477936000, delta=1000594000 ns, racy<=2500000000 ns 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.402940000, lastModified=2023-04-30 17:32:26.372924000, delta=30016000 ns, racy<=2500000000 ns 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.478715000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.478715000, lastModified=2023-04-30 17:32:26.372924000, delta=105791000 ns, racy<=2500000000 ns 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, FileKey changed from (dev=3000f2,ino=1287760439) to (dev=3000f2,ino=1287760440) 17:32:26.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.478930000, lastModified=2023-04-30 17:32:26.474922000, size=41, fileKey=(dev=3000f2,ino=1287760440) 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.478530000, lastModified=2023-04-30 17:32:25.477936000, delta=1000594000 ns, racy<=2500000000 ns 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.479 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.479110000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.479110000, lastModified=2023-04-30 17:32:25.477936000, delta=1001174000 ns, racy<=2500000000 ns 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.478715000, lastModified=2023-04-30 17:32:26.372924000, delta=105791000 ns, racy<=2500000000 ns 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, is racily clean 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.479310000, lastModified=2023-04-30 17:32:26.372924000, size=78, fileKey=(dev=3000f2,ino=1285658381) 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.479310000, lastModified=2023-04-30 17:32:26.372924000, delta=106386000 ns, racy<=2500000000 ns 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, isRacyClean=true, read=2023-04-30 17:32:26.478930000, lastModified=2023-04-30 17:32:26.474922000, delta=4008000 ns, racy<=4302500 ns 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, is racily clean 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.479469000, lastModified=2023-04-30 17:32:26.474922000, size=41, fileKey=(dev=3000f2,ino=1287760440) 17:32:26.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8399405723234009247/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.479469000, lastModified=2023-04-30 17:32:26.474922000, delta=4547000 ns, racy<=4302500 ns 83d538cb8207534ddd9d9887b62951a2d450e4b6 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.479110000, lastModified=2023-04-30 17:32:25.477936000, delta=1001174000 ns, racy<=2500000000 ns 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.481 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.481420000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.481420000, lastModified=2023-04-30 17:32:25.477936000, delta=1003484000 ns, racy<=2500000000 ns 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.481420000, lastModified=2023-04-30 17:32:25.477936000, delta=1003484000 ns, racy<=2500000000 ns 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.481 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.481619000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.481619000, lastModified=2023-04-30 17:32:25.477936000, delta=1003683000 ns, racy<=2500000000 ns 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.481619000, lastModified=2023-04-30 17:32:25.477936000, delta=1003683000 ns, racy<=2500000000 ns 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.481 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.481957000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.481957000, lastModified=2023-04-30 17:32:25.477936000, delta=1004021000 ns, racy<=2500000000 ns 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.481772000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946481772000 ns, racy<=2500000000 ns 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is unmodified 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.481957000, lastModified=2023-04-30 17:32:25.477936000, delta=1004021000 ns, racy<=2500000000 ns 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.482 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.482296000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.482296000, lastModified=2023-04-30 17:32:25.477936000, delta=1004360000 ns, racy<=2500000000 ns 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.481772000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946481772000 ns, racy<=2500000000 ns 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is unmodified 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.482296000, lastModified=2023-04-30 17:32:25.477936000, delta=1004360000 ns, racy<=2500000000 ns 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.482 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.482584000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.482584000, lastModified=2023-04-30 17:32:25.477936000, delta=1004648000 ns, racy<=2500000000 ns 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.481772000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946481772000 ns, racy<=2500000000 ns 17:32:26.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is unmodified 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.482584000, lastModified=2023-04-30 17:32:25.477936000, delta=1004648000 ns, racy<=2500000000 ns 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.483 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.483327000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.483327000, lastModified=2023-04-30 17:32:25.477936000, delta=1005391000 ns, racy<=2500000000 ns 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.481772000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946481772000 ns, racy<=2500000000 ns 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is unmodified 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.483327000, lastModified=2023-04-30 17:32:25.477936000, delta=1005391000 ns, racy<=2500000000 ns 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.483 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.483694000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.483694000, lastModified=2023-04-30 17:32:25.477936000, delta=1005758000 ns, racy<=2500000000 ns 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.481772000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946481772000 ns, racy<=2500000000 ns 17:32:26.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is unmodified 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.483694000, lastModified=2023-04-30 17:32:25.477936000, delta=1005758000 ns, racy<=2500000000 ns 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.484 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.484137000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.484137000, lastModified=2023-04-30 17:32:25.477936000, delta=1006201000 ns, racy<=2500000000 ns 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.481772000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946481772000 ns, racy<=2500000000 ns 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is unmodified 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.484137000, lastModified=2023-04-30 17:32:25.477936000, delta=1006201000 ns, racy<=2500000000 ns 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.484 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.484738000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.484738000, lastModified=2023-04-30 17:32:25.477936000, delta=1006802000 ns, racy<=2500000000 ns 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.481772000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946481772000 ns, racy<=2500000000 ns 17:32:26.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is unmodified 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.484738000, lastModified=2023-04-30 17:32:25.477936000, delta=1006802000 ns, racy<=2500000000 ns 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.485 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.485084000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.485084000, lastModified=2023-04-30 17:32:25.477936000, delta=1007148000 ns, racy<=2500000000 ns 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.481772000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946481772000 ns, racy<=2500000000 ns 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is unmodified 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.485084000, lastModified=2023-04-30 17:32:25.477936000, delta=1007148000 ns, racy<=2500000000 ns 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.485 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.485416000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.485416000, lastModified=2023-04-30 17:32:25.477936000, delta=1007480000 ns, racy<=2500000000 ns 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.481772000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946481772000 ns, racy<=2500000000 ns 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is unmodified 17:32:26.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.485721000, lastModified=2023-04-30 17:32:26.483922000, size=23, fileKey=(dev=3000f2,ino=1308625339) 17:32:26.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.486908000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.487326000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.485416000, lastModified=2023-04-30 17:32:25.477936000, delta=1007480000 ns, racy<=2500000000 ns 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.487 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.487526000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.487526000, lastModified=2023-04-30 17:32:25.477936000, delta=1009590000 ns, racy<=2500000000 ns 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.487664000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.487526000, lastModified=2023-04-30 17:32:25.477936000, delta=1009590000 ns, racy<=2500000000 ns 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.487 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.487832000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.487832000, lastModified=2023-04-30 17:32:25.477936000, delta=1009896000 ns, racy<=2500000000 ns 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.487664000, lastModified=2023-04-30 17:32:26.485922000, delta=1742000 ns, racy<=2500000000 ns 17:32:26.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.487996000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.487996000, lastModified=2023-04-30 17:32:26.485922000, delta=2074000 ns, racy<=2500000000 ns 17:32:26.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.487832000, lastModified=2023-04-30 17:32:25.477936000, delta=1009896000 ns, racy<=2500000000 ns 17:32:26.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.488 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.488246000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.488246000, lastModified=2023-04-30 17:32:25.477936000, delta=1010310000 ns, racy<=2500000000 ns 17:32:26.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.487996000, lastModified=2023-04-30 17:32:26.485922000, delta=2074000 ns, racy<=2500000000 ns 17:32:26.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.488419000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.488419000, lastModified=2023-04-30 17:32:26.485922000, delta=2497000 ns, racy<=2500000000 ns 17:32:26.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.488548000, lastModified=2023-04-30 17:32:26.483922000, size=23, fileKey=(dev=3000f2,ino=1308625339) 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.489292000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.488246000, lastModified=2023-04-30 17:32:25.477936000, delta=1010310000 ns, racy<=2500000000 ns 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.489 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.489480000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.489480000, lastModified=2023-04-30 17:32:25.477936000, delta=1011544000 ns, racy<=2500000000 ns 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.489628000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.489480000, lastModified=2023-04-30 17:32:25.477936000, delta=1011544000 ns, racy<=2500000000 ns 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.489 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.489759000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.489759000, lastModified=2023-04-30 17:32:25.477936000, delta=1011823000 ns, racy<=2500000000 ns 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.489628000, lastModified=2023-04-30 17:32:26.485922000, delta=3706000 ns, racy<=2500000000 ns 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.489951000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.489951000, lastModified=2023-04-30 17:32:26.485922000, delta=4029000 ns, racy<=2500000000 ns 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.489759000, lastModified=2023-04-30 17:32:25.477936000, delta=1011823000 ns, racy<=2500000000 ns 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.490 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.490284000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.490284000, lastModified=2023-04-30 17:32:25.477936000, delta=1012348000 ns, racy<=2500000000 ns 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.489951000, lastModified=2023-04-30 17:32:26.485922000, delta=4029000 ns, racy<=2500000000 ns 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.490439000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.490439000, lastModified=2023-04-30 17:32:26.485922000, delta=4517000 ns, racy<=2500000000 ns 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.490284000, lastModified=2023-04-30 17:32:25.477936000, delta=1012348000 ns, racy<=2500000000 ns 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.490 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.490740000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.490740000, lastModified=2023-04-30 17:32:25.477936000, delta=1012804000 ns, racy<=2500000000 ns 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.490439000, lastModified=2023-04-30 17:32:26.485922000, delta=4517000 ns, racy<=2500000000 ns 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.490935000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.490935000, lastModified=2023-04-30 17:32:26.485922000, delta=5013000 ns, racy<=2500000000 ns 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.490740000, lastModified=2023-04-30 17:32:25.477936000, delta=1012804000 ns, racy<=2500000000 ns 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.491 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.491112000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.491112000, lastModified=2023-04-30 17:32:25.477936000, delta=1013176000 ns, racy<=2500000000 ns 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.490935000, lastModified=2023-04-30 17:32:26.485922000, delta=5013000 ns, racy<=2500000000 ns 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.491261000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.491261000, lastModified=2023-04-30 17:32:26.485922000, delta=5339000 ns, racy<=2500000000 ns 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.491112000, lastModified=2023-04-30 17:32:25.477936000, delta=1013176000 ns, racy<=2500000000 ns 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.491 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.491636000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.491636000, lastModified=2023-04-30 17:32:25.477936000, delta=1013700000 ns, racy<=2500000000 ns 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.491261000, lastModified=2023-04-30 17:32:26.485922000, delta=5339000 ns, racy<=2500000000 ns 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.491819000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.491819000, lastModified=2023-04-30 17:32:26.485922000, delta=5897000 ns, racy<=2500000000 ns 17:32:26.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.491636000, lastModified=2023-04-30 17:32:25.477936000, delta=1013700000 ns, racy<=2500000000 ns 17:32:26.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.492 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.492053000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.492053000, lastModified=2023-04-30 17:32:25.477936000, delta=1014117000 ns, racy<=2500000000 ns 17:32:26.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.491819000, lastModified=2023-04-30 17:32:26.485922000, delta=5897000 ns, racy<=2500000000 ns 17:32:26.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.492224000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.492224000, lastModified=2023-04-30 17:32:26.485922000, delta=6302000 ns, racy<=2500000000 ns 17:32:26.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.492468000, lastModified=2023-04-30 17:32:26.481922000, size=6, fileKey=(dev=3000f2,ino=1318274901) 17:32:26.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.492468000, lastModified=2023-04-30 17:32:26.481922000, delta=10546000 ns, racy<=4302500 ns 17:32:26.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.493288000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946493288000 ns, racy<=4302500 ns 17:32:26.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.492468000, lastModified=2023-04-30 17:32:26.481922000, delta=10546000 ns, racy<=4302500 ns 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.493288000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946493288000 ns, racy<=4302500 ns 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.492053000, lastModified=2023-04-30 17:32:25.477936000, delta=1014117000 ns, racy<=2500000000 ns 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.494 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.494567000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.494567000, lastModified=2023-04-30 17:32:25.477936000, delta=1016631000 ns, racy<=2500000000 ns 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.492224000, lastModified=2023-04-30 17:32:26.485922000, delta=6302000 ns, racy<=2500000000 ns 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.494730000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.494730000, lastModified=2023-04-30 17:32:26.485922000, delta=8808000 ns, racy<=2500000000 ns 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.494849000, lastModified=2023-04-30 17:32:26.488922000, size=0, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.494567000, lastModified=2023-04-30 17:32:25.477936000, delta=1016631000 ns, racy<=2500000000 ns 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.494 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.494921000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.494921000, lastModified=2023-04-30 17:32:25.477936000, delta=1016985000 ns, racy<=2500000000 ns 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.494730000, lastModified=2023-04-30 17:32:26.485922000, delta=8808000 ns, racy<=2500000000 ns 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.495075000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.495075000, lastModified=2023-04-30 17:32:26.485922000, delta=9153000 ns, racy<=2500000000 ns 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.495219000, lastModified=2023-04-30 17:32:26.493922000, size=104, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.495288000, lastModified=2023-04-30 17:32:26.493922000, size=104, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.494921000, lastModified=2023-04-30 17:32:25.477936000, delta=1016985000 ns, racy<=2500000000 ns 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.495 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.495371000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.495371000, lastModified=2023-04-30 17:32:25.477936000, delta=1017435000 ns, racy<=2500000000 ns 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.495075000, lastModified=2023-04-30 17:32:26.485922000, delta=9153000 ns, racy<=2500000000 ns 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.495521000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.495521000, lastModified=2023-04-30 17:32:26.485922000, delta=9599000 ns, racy<=2500000000 ns 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.495740000, lastModified=2023-04-30 17:32:26.493922000, size=104, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.495891000, lastModified=2023-04-30 17:32:26.493922000, size=104, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.495995000, lastModified=2023-04-30 17:32:26.493922000, size=0, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.495371000, lastModified=2023-04-30 17:32:25.477936000, delta=1017435000 ns, racy<=2500000000 ns 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.496 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.496086000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.496086000, lastModified=2023-04-30 17:32:25.477936000, delta=1018150000 ns, racy<=2500000000 ns 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.495521000, lastModified=2023-04-30 17:32:26.485922000, delta=9599000 ns, racy<=2500000000 ns 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.496242000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.496242000, lastModified=2023-04-30 17:32:26.485922000, delta=10320000 ns, racy<=2500000000 ns 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.496395000, lastModified=2023-04-30 17:32:26.494922000, size=104, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.496086000, lastModified=2023-04-30 17:32:25.477936000, delta=1018150000 ns, racy<=2500000000 ns 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.496 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.496648000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.496648000, lastModified=2023-04-30 17:32:25.477936000, delta=1018712000 ns, racy<=2500000000 ns 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.496242000, lastModified=2023-04-30 17:32:26.485922000, delta=10320000 ns, racy<=2500000000 ns 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.496826000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.496826000, lastModified=2023-04-30 17:32:26.485922000, delta=10904000 ns, racy<=2500000000 ns 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.496648000, lastModified=2023-04-30 17:32:25.477936000, delta=1018712000 ns, racy<=2500000000 ns 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.496 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.496952000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.496952000, lastModified=2023-04-30 17:32:25.477936000, delta=1019016000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.496826000, lastModified=2023-04-30 17:32:26.485922000, delta=10904000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.497100000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.497100000, lastModified=2023-04-30 17:32:26.485922000, delta=11178000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.496952000, lastModified=2023-04-30 17:32:25.477936000, delta=1019016000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.497 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.497245000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.497245000, lastModified=2023-04-30 17:32:25.477936000, delta=1019309000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.497100000, lastModified=2023-04-30 17:32:26.485922000, delta=11178000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.497421000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.497421000, lastModified=2023-04-30 17:32:26.485922000, delta=11499000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.497245000, lastModified=2023-04-30 17:32:25.477936000, delta=1019309000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.497 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.497551000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.497551000, lastModified=2023-04-30 17:32:25.477936000, delta=1019615000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.497421000, lastModified=2023-04-30 17:32:26.485922000, delta=11499000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.497687000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.497687000, lastModified=2023-04-30 17:32:26.485922000, delta=11765000 ns, racy<=2500000000 ns 17:32:26.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.497843000, lastModified=2023-04-30 17:32:26.483922000, size=23, fileKey=(dev=3000f2,ino=1308625339) 17:32:26.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.497551000, lastModified=2023-04-30 17:32:25.477936000, delta=1019615000 ns, racy<=2500000000 ns 17:32:26.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.498 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.498148000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.498148000, lastModified=2023-04-30 17:32:25.477936000, delta=1020212000 ns, racy<=2500000000 ns 17:32:26.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.497687000, lastModified=2023-04-30 17:32:26.485922000, delta=11765000 ns, racy<=2500000000 ns 17:32:26.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.498328000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.498328000, lastModified=2023-04-30 17:32:26.485922000, delta=12406000 ns, racy<=2500000000 ns 17:32:26.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.497843000, lastModified=2023-04-30 17:32:26.483922000, delta=13921000 ns, racy<=4302500 ns 17:32:26.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, is unmodified 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.498148000, lastModified=2023-04-30 17:32:25.477936000, delta=1020212000 ns, racy<=2500000000 ns 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.499 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.499239000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.499239000, lastModified=2023-04-30 17:32:25.477936000, delta=1021303000 ns, racy<=2500000000 ns 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.498328000, lastModified=2023-04-30 17:32:26.485922000, delta=12406000 ns, racy<=2500000000 ns 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.499399000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.499399000, lastModified=2023-04-30 17:32:26.485922000, delta=13477000 ns, racy<=2500000000 ns 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.499675000, lastModified=2023-04-30 17:32:26.494922000, size=104, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.499731000, lastModified=2023-04-30 17:32:26.494922000, size=104, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.492468000, lastModified=2023-04-30 17:32:26.481922000, delta=10546000 ns, racy<=4302500 ns 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.493288000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946493288000 ns, racy<=4302500 ns 17:32:26.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.500 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.492468000, lastModified=2023-04-30 17:32:26.481922000, delta=10546000 ns, racy<=4302500 ns 17:32:26.500 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.500 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.493288000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946493288000 ns, racy<=4302500 ns 17:32:26.500 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.500 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.492468000, lastModified=2023-04-30 17:32:26.481922000, delta=10546000 ns, racy<=4302500 ns 17:32:26.500 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.493288000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946493288000 ns, racy<=4302500 ns 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.492468000, lastModified=2023-04-30 17:32:26.481922000, delta=10546000 ns, racy<=4302500 ns 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.493288000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946493288000 ns, racy<=4302500 ns 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.499239000, lastModified=2023-04-30 17:32:25.477936000, delta=1021303000 ns, racy<=2500000000 ns 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.501 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.501713000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.501713000, lastModified=2023-04-30 17:32:25.477936000, delta=1023777000 ns, racy<=2500000000 ns 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.499399000, lastModified=2023-04-30 17:32:26.485922000, delta=13477000 ns, racy<=2500000000 ns 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.501903000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.501903000, lastModified=2023-04-30 17:32:26.485922000, delta=15981000 ns, racy<=2500000000 ns 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.497843000, lastModified=2023-04-30 17:32:26.483922000, delta=13921000 ns, racy<=4302500 ns 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, is unmodified 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.501713000, lastModified=2023-04-30 17:32:25.477936000, delta=1023777000 ns, racy<=2500000000 ns 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.502 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.502261000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.502261000, lastModified=2023-04-30 17:32:25.477936000, delta=1024325000 ns, racy<=2500000000 ns 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.501903000, lastModified=2023-04-30 17:32:26.485922000, delta=15981000 ns, racy<=2500000000 ns 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.502412000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.502412000, lastModified=2023-04-30 17:32:26.485922000, delta=16490000 ns, racy<=2500000000 ns 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.502261000, lastModified=2023-04-30 17:32:25.477936000, delta=1024325000 ns, racy<=2500000000 ns 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.502 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.502727000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.502727000, lastModified=2023-04-30 17:32:25.477936000, delta=1024791000 ns, racy<=2500000000 ns 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.502412000, lastModified=2023-04-30 17:32:26.485922000, delta=16490000 ns, racy<=2500000000 ns 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.502906000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.502906000, lastModified=2023-04-30 17:32:26.485922000, delta=16984000 ns, racy<=2500000000 ns 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.502727000, lastModified=2023-04-30 17:32:25.477936000, delta=1024791000 ns, racy<=2500000000 ns 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.503 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.503551000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.503551000, lastModified=2023-04-30 17:32:25.477936000, delta=1025615000 ns, racy<=2500000000 ns 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.502906000, lastModified=2023-04-30 17:32:26.485922000, delta=16984000 ns, racy<=2500000000 ns 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.503706000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.503706000, lastModified=2023-04-30 17:32:26.485922000, delta=17784000 ns, racy<=2500000000 ns 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.503551000, lastModified=2023-04-30 17:32:25.477936000, delta=1025615000 ns, racy<=2500000000 ns 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.503 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.503903000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.503903000, lastModified=2023-04-30 17:32:25.477936000, delta=1025967000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.503706000, lastModified=2023-04-30 17:32:26.485922000, delta=17784000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.504059000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.504059000, lastModified=2023-04-30 17:32:26.485922000, delta=18137000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.503903000, lastModified=2023-04-30 17:32:25.477936000, delta=1025967000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.504 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.504237000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.504237000, lastModified=2023-04-30 17:32:25.477936000, delta=1026301000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.504059000, lastModified=2023-04-30 17:32:26.485922000, delta=18137000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.504382000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.504382000, lastModified=2023-04-30 17:32:26.485922000, delta=18460000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.504237000, lastModified=2023-04-30 17:32:25.477936000, delta=1026301000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.504 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.504524000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.504524000, lastModified=2023-04-30 17:32:25.477936000, delta=1026588000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.504382000, lastModified=2023-04-30 17:32:26.485922000, delta=18460000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.504671000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.504671000, lastModified=2023-04-30 17:32:26.485922000, delta=18749000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.504524000, lastModified=2023-04-30 17:32:25.477936000, delta=1026588000 ns, racy<=2500000000 ns 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.504 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.504962000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.504962000, lastModified=2023-04-30 17:32:25.477936000, delta=1027026000 ns, racy<=2500000000 ns 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.504671000, lastModified=2023-04-30 17:32:26.485922000, delta=18749000 ns, racy<=2500000000 ns 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.505119000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.505119000, lastModified=2023-04-30 17:32:26.485922000, delta=19197000 ns, racy<=2500000000 ns 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.504962000, lastModified=2023-04-30 17:32:25.477936000, delta=1027026000 ns, racy<=2500000000 ns 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.505 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.505253000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.505253000, lastModified=2023-04-30 17:32:25.477936000, delta=1027317000 ns, racy<=2500000000 ns 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.505119000, lastModified=2023-04-30 17:32:26.485922000, delta=19197000 ns, racy<=2500000000 ns 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.505387000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.505387000, lastModified=2023-04-30 17:32:26.485922000, delta=19465000 ns, racy<=2500000000 ns 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.505537000, lastModified=2023-04-30 17:32:26.502922000, size=41, fileKey=(dev=3000f2,ino=1312252460) 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.505253000, lastModified=2023-04-30 17:32:25.477936000, delta=1027317000 ns, racy<=2500000000 ns 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.505 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.505748000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.505748000, lastModified=2023-04-30 17:32:25.477936000, delta=1027812000 ns, racy<=2500000000 ns 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.505387000, lastModified=2023-04-30 17:32:26.485922000, delta=19465000 ns, racy<=2500000000 ns 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.505950000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.505950000, lastModified=2023-04-30 17:32:26.485922000, delta=20028000 ns, racy<=2500000000 ns 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.505748000, lastModified=2023-04-30 17:32:25.477936000, delta=1027812000 ns, racy<=2500000000 ns 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.506 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.506194000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.506194000, lastModified=2023-04-30 17:32:25.477936000, delta=1028258000 ns, racy<=2500000000 ns 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.488419000, lastModified=2023-04-30 17:32:26.485922000, delta=2497000 ns, racy<=2500000000 ns 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.506344000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.506344000, lastModified=2023-04-30 17:32:26.485922000, delta=20422000 ns, racy<=2500000000 ns 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.506469000, lastModified=2023-04-30 17:32:26.502922000, size=41, fileKey=(dev=3000f2,ino=1312252460) 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.506194000, lastModified=2023-04-30 17:32:25.477936000, delta=1028258000 ns, racy<=2500000000 ns 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.506 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.506592000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.506592000, lastModified=2023-04-30 17:32:25.477936000, delta=1028656000 ns, racy<=2500000000 ns 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.506344000, lastModified=2023-04-30 17:32:26.485922000, delta=20422000 ns, racy<=2500000000 ns 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.506730000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.506730000, lastModified=2023-04-30 17:32:26.485922000, delta=20808000 ns, racy<=2500000000 ns 17:32:26.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, isRacyClean=true, read=2023-04-30 17:32:26.506469000, lastModified=2023-04-30 17:32:26.502922000, delta=3547000 ns, racy<=4302500 ns 17:32:26.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, is racily clean 17:32:26.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.507440000, lastModified=2023-04-30 17:32:26.502922000, size=41, fileKey=(dev=3000f2,ino=1312252460) 17:32:26.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.507440000, lastModified=2023-04-30 17:32:26.502922000, delta=4518000 ns, racy<=4302500 ns 17:32:26.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.488548000, lastModified=2023-04-30 17:32:26.483922000, delta=4626000 ns, racy<=4302500 ns 17:32:26.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, is unmodified 17:32:26.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, cannot be racily clean 17:32:26.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.506592000, lastModified=2023-04-30 17:32:25.477936000, delta=1028656000 ns, racy<=2500000000 ns 17:32:26.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.507 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.569305000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.569305000, lastModified=2023-04-30 17:32:25.477936000, delta=1091369000 ns, racy<=2500000000 ns 17:32:26.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.506730000, lastModified=2023-04-30 17:32:26.485922000, delta=20808000 ns, racy<=2500000000 ns 17:32:26.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.569760000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.569760000, lastModified=2023-04-30 17:32:26.485922000, delta=83838000 ns, racy<=2500000000 ns 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, size changed from 0 to 104 bytes 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.570093000, lastModified=2023-04-30 17:32:26.494922000, size=104, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.569305000, lastModified=2023-04-30 17:32:25.477936000, delta=1091369000 ns, racy<=2500000000 ns 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.570 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.570267000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.570267000, lastModified=2023-04-30 17:32:25.477936000, delta=1092331000 ns, racy<=2500000000 ns 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.569760000, lastModified=2023-04-30 17:32:26.485922000, delta=83838000 ns, racy<=2500000000 ns 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.570428000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.570428000, lastModified=2023-04-30 17:32:26.485922000, delta=84506000 ns, racy<=2500000000 ns 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, cannot be racily clean 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.570267000, lastModified=2023-04-30 17:32:25.477936000, delta=1092331000 ns, racy<=2500000000 ns 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.570 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.570609000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.570609000, lastModified=2023-04-30 17:32:25.477936000, delta=1092673000 ns, racy<=2500000000 ns 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.570428000, lastModified=2023-04-30 17:32:26.485922000, delta=84506000 ns, racy<=2500000000 ns 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.570743000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.570743000, lastModified=2023-04-30 17:32:26.485922000, delta=84821000 ns, racy<=2500000000 ns 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, cannot be racily clean 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.570965000, lastModified=2023-04-30 17:32:26.481922000, size=6, fileKey=(dev=3000f2,ino=1318274901) 17:32:26.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.570965000, lastModified=2023-04-30 17:32:26.481922000, delta=89043000 ns, racy<=4302500 ns 17:32:26.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.572214000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.570609000, lastModified=2023-04-30 17:32:25.477936000, delta=1092673000 ns, racy<=2500000000 ns 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.572 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.572407000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.572407000, lastModified=2023-04-30 17:32:25.477936000, delta=1094471000 ns, racy<=2500000000 ns 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.572536000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.572407000, lastModified=2023-04-30 17:32:25.477936000, delta=1094471000 ns, racy<=2500000000 ns 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.572 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.572659000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.572659000, lastModified=2023-04-30 17:32:25.477936000, delta=1094723000 ns, racy<=2500000000 ns 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.572536000, lastModified=2023-04-30 17:32:26.485922000, delta=86614000 ns, racy<=2500000000 ns 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.572841000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.572841000, lastModified=2023-04-30 17:32:26.485922000, delta=86919000 ns, racy<=2500000000 ns 17:32:26.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.572974000, lastModified=2023-04-30 17:32:26.494922000, size=104, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.572659000, lastModified=2023-04-30 17:32:25.477936000, delta=1094723000 ns, racy<=2500000000 ns 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.573 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.573130000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.573130000, lastModified=2023-04-30 17:32:25.477936000, delta=1095194000 ns, racy<=2500000000 ns 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.572841000, lastModified=2023-04-30 17:32:26.485922000, delta=86919000 ns, racy<=2500000000 ns 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.573286000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.573286000, lastModified=2023-04-30 17:32:26.485922000, delta=87364000 ns, racy<=2500000000 ns 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.573513000, lastModified=2023-04-30 17:32:26.494922000, size=104, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.573588000, lastModified=2023-04-30 17:32:26.494922000, size=104, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.573130000, lastModified=2023-04-30 17:32:25.477936000, delta=1095194000 ns, racy<=2500000000 ns 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.573 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.573664000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.573664000, lastModified=2023-04-30 17:32:25.477936000, delta=1095728000 ns, racy<=2500000000 ns 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.573286000, lastModified=2023-04-30 17:32:26.485922000, delta=87364000 ns, racy<=2500000000 ns 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.573838000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.573838000, lastModified=2023-04-30 17:32:26.485922000, delta=87916000 ns, racy<=2500000000 ns 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.573664000, lastModified=2023-04-30 17:32:25.477936000, delta=1095728000 ns, racy<=2500000000 ns 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.573 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.573984000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.573984000, lastModified=2023-04-30 17:32:25.477936000, delta=1096048000 ns, racy<=2500000000 ns 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.573838000, lastModified=2023-04-30 17:32:26.485922000, delta=87916000 ns, racy<=2500000000 ns 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.574145000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.574145000, lastModified=2023-04-30 17:32:26.485922000, delta=88223000 ns, racy<=2500000000 ns 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.573984000, lastModified=2023-04-30 17:32:25.477936000, delta=1096048000 ns, racy<=2500000000 ns 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.574 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.574487000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.574487000, lastModified=2023-04-30 17:32:25.477936000, delta=1096551000 ns, racy<=2500000000 ns 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.574145000, lastModified=2023-04-30 17:32:26.485922000, delta=88223000 ns, racy<=2500000000 ns 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.574630000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.574630000, lastModified=2023-04-30 17:32:26.485922000, delta=88708000 ns, racy<=2500000000 ns 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.574875000, lastModified=2023-04-30 17:32:26.481922000, size=6, fileKey=(dev=3000f2,ino=1318274901) 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.574875000, lastModified=2023-04-30 17:32:26.481922000, delta=92953000 ns, racy<=4302500 ns 17:32:26.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.574487000, lastModified=2023-04-30 17:32:25.477936000, delta=1096551000 ns, racy<=2500000000 ns 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.575 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.575173000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.575173000, lastModified=2023-04-30 17:32:25.477936000, delta=1097237000 ns, racy<=2500000000 ns 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.574630000, lastModified=2023-04-30 17:32:26.485922000, delta=88708000 ns, racy<=2500000000 ns 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.575335000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.575335000, lastModified=2023-04-30 17:32:26.485922000, delta=89413000 ns, racy<=2500000000 ns 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.574875000, lastModified=2023-04-30 17:32:26.481922000, delta=92953000 ns, racy<=4302500 ns 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.575657000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946575657000 ns, racy<=4302500 ns 17:32:26.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.574875000, lastModified=2023-04-30 17:32:26.481922000, delta=92953000 ns, racy<=4302500 ns 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.575657000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946575657000 ns, racy<=4302500 ns 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.576452000, lastModified=2023-04-30 17:32:26.571921000, size=0, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.575173000, lastModified=2023-04-30 17:32:25.477936000, delta=1097237000 ns, racy<=2500000000 ns 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.576 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.576548000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.576548000, lastModified=2023-04-30 17:32:25.477936000, delta=1098612000 ns, racy<=2500000000 ns 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.575335000, lastModified=2023-04-30 17:32:26.485922000, delta=89413000 ns, racy<=2500000000 ns 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.576694000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.576694000, lastModified=2023-04-30 17:32:26.485922000, delta=90772000 ns, racy<=2500000000 ns 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.576849000, lastModified=2023-04-30 17:32:26.575921000, size=176, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.576932000, lastModified=2023-04-30 17:32:26.575921000, size=176, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.576548000, lastModified=2023-04-30 17:32:25.477936000, delta=1098612000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.577 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.577169000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.577169000, lastModified=2023-04-30 17:32:25.477936000, delta=1099233000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.576694000, lastModified=2023-04-30 17:32:26.485922000, delta=90772000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.577320000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.577320000, lastModified=2023-04-30 17:32:26.485922000, delta=91398000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.577169000, lastModified=2023-04-30 17:32:25.477936000, delta=1099233000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.577 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.577433000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.577433000, lastModified=2023-04-30 17:32:25.477936000, delta=1099497000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.577320000, lastModified=2023-04-30 17:32:26.485922000, delta=91398000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.577587000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.577587000, lastModified=2023-04-30 17:32:26.485922000, delta=91665000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.577433000, lastModified=2023-04-30 17:32:25.477936000, delta=1099497000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.577 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.577730000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.577730000, lastModified=2023-04-30 17:32:25.477936000, delta=1099794000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.577587000, lastModified=2023-04-30 17:32:26.485922000, delta=91665000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.577893000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.577893000, lastModified=2023-04-30 17:32:26.485922000, delta=91971000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.577730000, lastModified=2023-04-30 17:32:25.477936000, delta=1099794000 ns, racy<=2500000000 ns 17:32:26.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.578 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.578017000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.578017000, lastModified=2023-04-30 17:32:25.477936000, delta=1100081000 ns, racy<=2500000000 ns 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.577893000, lastModified=2023-04-30 17:32:26.485922000, delta=91971000 ns, racy<=2500000000 ns 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.578162000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.578162000, lastModified=2023-04-30 17:32:26.485922000, delta=92240000 ns, racy<=2500000000 ns 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.578272000, lastModified=2023-04-30 17:32:26.483922000, size=23, fileKey=(dev=3000f2,ino=1308625339) 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.578336000, lastModified=2023-04-30 17:32:26.502922000, size=41, fileKey=(dev=3000f2,ino=1312252460) 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.578017000, lastModified=2023-04-30 17:32:25.477936000, delta=1100081000 ns, racy<=2500000000 ns 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.578 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.578477000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.578477000, lastModified=2023-04-30 17:32:25.477936000, delta=1100541000 ns, racy<=2500000000 ns 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.578162000, lastModified=2023-04-30 17:32:26.485922000, delta=92240000 ns, racy<=2500000000 ns 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.578619000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.578619000, lastModified=2023-04-30 17:32:26.485922000, delta=92697000 ns, racy<=2500000000 ns 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.578272000, lastModified=2023-04-30 17:32:26.483922000, delta=94350000 ns, racy<=4302500 ns 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, is unmodified 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.578336000, lastModified=2023-04-30 17:32:26.502922000, delta=75414000 ns, racy<=4302500 ns 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, is unmodified 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.574875000, lastModified=2023-04-30 17:32:26.481922000, delta=92953000 ns, racy<=4302500 ns 17:32:26.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.578477000, lastModified=2023-04-30 17:32:25.477936000, delta=1100541000 ns, racy<=2500000000 ns 17:32:26.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.583 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.583751000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.583751000, lastModified=2023-04-30 17:32:25.477936000, delta=1105815000 ns, racy<=2500000000 ns 17:32:26.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.578619000, lastModified=2023-04-30 17:32:26.485922000, delta=92697000 ns, racy<=2500000000 ns 17:32:26.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.584041000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.584041000, lastModified=2023-04-30 17:32:26.485922000, delta=98119000 ns, racy<=2500000000 ns 17:32:26.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.584344000, lastModified=2023-04-30 17:32:26.575921000, size=176, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.584418000, lastModified=2023-04-30 17:32:26.575921000, size=176, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.574875000, lastModified=2023-04-30 17:32:26.481922000, delta=92953000 ns, racy<=4302500 ns 17:32:26.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.575657000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946575657000 ns, racy<=4302500 ns 17:32:26.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.574875000, lastModified=2023-04-30 17:32:26.481922000, delta=92953000 ns, racy<=4302500 ns 17:32:26.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.575657000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946575657000 ns, racy<=4302500 ns 17:32:26.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.574875000, lastModified=2023-04-30 17:32:26.481922000, delta=92953000 ns, racy<=4302500 ns 17:32:26.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.575657000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946575657000 ns, racy<=4302500 ns 17:32:26.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.574875000, lastModified=2023-04-30 17:32:26.481922000, delta=92953000 ns, racy<=4302500 ns 17:32:26.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.575657000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946575657000 ns, racy<=4302500 ns 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.583751000, lastModified=2023-04-30 17:32:25.477936000, delta=1105815000 ns, racy<=2500000000 ns 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.586 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.586396000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.586396000, lastModified=2023-04-30 17:32:25.477936000, delta=1108460000 ns, racy<=2500000000 ns 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.584041000, lastModified=2023-04-30 17:32:26.485922000, delta=98119000 ns, racy<=2500000000 ns 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.586558000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.586558000, lastModified=2023-04-30 17:32:26.485922000, delta=100636000 ns, racy<=2500000000 ns 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.578272000, lastModified=2023-04-30 17:32:26.483922000, delta=94350000 ns, racy<=4302500 ns 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, is unmodified 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.578336000, lastModified=2023-04-30 17:32:26.502922000, delta=75414000 ns, racy<=4302500 ns 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, is unmodified 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.586396000, lastModified=2023-04-30 17:32:25.477936000, delta=1108460000 ns, racy<=2500000000 ns 17:32:26.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.586 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.586994000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.586994000, lastModified=2023-04-30 17:32:25.477936000, delta=1109058000 ns, racy<=2500000000 ns 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.586558000, lastModified=2023-04-30 17:32:26.485922000, delta=100636000 ns, racy<=2500000000 ns 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.587181000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.587181000, lastModified=2023-04-30 17:32:26.485922000, delta=101259000 ns, racy<=2500000000 ns 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.578336000, lastModified=2023-04-30 17:32:26.502922000, delta=75414000 ns, racy<=4302500 ns 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, is unmodified 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.586994000, lastModified=2023-04-30 17:32:25.477936000, delta=1109058000 ns, racy<=2500000000 ns 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.587 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.587535000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.587535000, lastModified=2023-04-30 17:32:25.477936000, delta=1109599000 ns, racy<=2500000000 ns 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.587181000, lastModified=2023-04-30 17:32:26.485922000, delta=101259000 ns, racy<=2500000000 ns 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.587683000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.587683000, lastModified=2023-04-30 17:32:26.485922000, delta=101761000 ns, racy<=2500000000 ns 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.587535000, lastModified=2023-04-30 17:32:25.477936000, delta=1109599000 ns, racy<=2500000000 ns 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.587 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.587900000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.587 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.587900000, lastModified=2023-04-30 17:32:25.477936000, delta=1109964000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.587683000, lastModified=2023-04-30 17:32:26.485922000, delta=101761000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.588069000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.588069000, lastModified=2023-04-30 17:32:26.485922000, delta=102147000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.587900000, lastModified=2023-04-30 17:32:25.477936000, delta=1109964000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.588 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.588253000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.588253000, lastModified=2023-04-30 17:32:25.477936000, delta=1110317000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.588069000, lastModified=2023-04-30 17:32:26.485922000, delta=102147000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.588410000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.588410000, lastModified=2023-04-30 17:32:26.485922000, delta=102488000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.588253000, lastModified=2023-04-30 17:32:25.477936000, delta=1110317000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.588 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.588552000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.588552000, lastModified=2023-04-30 17:32:25.477936000, delta=1110616000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.588410000, lastModified=2023-04-30 17:32:26.485922000, delta=102488000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.588705000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.588705000, lastModified=2023-04-30 17:32:26.485922000, delta=102783000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.588552000, lastModified=2023-04-30 17:32:25.477936000, delta=1110616000 ns, racy<=2500000000 ns 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.588 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.588928000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.588928000, lastModified=2023-04-30 17:32:25.477936000, delta=1110992000 ns, racy<=2500000000 ns 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.588705000, lastModified=2023-04-30 17:32:26.485922000, delta=102783000 ns, racy<=2500000000 ns 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.589116000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.589116000, lastModified=2023-04-30 17:32:26.485922000, delta=103194000 ns, racy<=2500000000 ns 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.588928000, lastModified=2023-04-30 17:32:25.477936000, delta=1110992000 ns, racy<=2500000000 ns 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.589 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.589233000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.589233000, lastModified=2023-04-30 17:32:25.477936000, delta=1111297000 ns, racy<=2500000000 ns 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.589116000, lastModified=2023-04-30 17:32:26.485922000, delta=103194000 ns, racy<=2500000000 ns 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.589371000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.589371000, lastModified=2023-04-30 17:32:26.485922000, delta=103449000 ns, racy<=2500000000 ns 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.589473000, lastModified=2023-04-30 17:32:26.586921000, size=41, fileKey=(dev=3000f2,ino=1312252461) 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.589233000, lastModified=2023-04-30 17:32:25.477936000, delta=1111297000 ns, racy<=2500000000 ns 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.589 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.589680000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.589680000, lastModified=2023-04-30 17:32:25.477936000, delta=1111744000 ns, racy<=2500000000 ns 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.589371000, lastModified=2023-04-30 17:32:26.485922000, delta=103449000 ns, racy<=2500000000 ns 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.589866000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.589866000, lastModified=2023-04-30 17:32:26.485922000, delta=103944000 ns, racy<=2500000000 ns 17:32:26.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.590746000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.589680000, lastModified=2023-04-30 17:32:25.477936000, delta=1111744000 ns, racy<=2500000000 ns 17:32:26.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.590 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.590992000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.590992000, lastModified=2023-04-30 17:32:25.477936000, delta=1113056000 ns, racy<=2500000000 ns 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.591153000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.590992000, lastModified=2023-04-30 17:32:25.477936000, delta=1113056000 ns, racy<=2500000000 ns 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.591 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.591285000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.591285000, lastModified=2023-04-30 17:32:25.477936000, delta=1113349000 ns, racy<=2500000000 ns 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.591153000, lastModified=2023-04-30 17:32:26.485922000, delta=105231000 ns, racy<=2500000000 ns 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.591436000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.591436000, lastModified=2023-04-30 17:32:26.485922000, delta=105514000 ns, racy<=2500000000 ns 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.591588000, lastModified=2023-04-30 17:32:26.575921000, size=176, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.591285000, lastModified=2023-04-30 17:32:25.477936000, delta=1113349000 ns, racy<=2500000000 ns 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.591 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.591724000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.591724000, lastModified=2023-04-30 17:32:25.477936000, delta=1113788000 ns, racy<=2500000000 ns 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.591436000, lastModified=2023-04-30 17:32:26.485922000, delta=105514000 ns, racy<=2500000000 ns 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.591903000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.591903000, lastModified=2023-04-30 17:32:26.485922000, delta=105981000 ns, racy<=2500000000 ns 17:32:26.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.592116000, lastModified=2023-04-30 17:32:26.575921000, size=176, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.592188000, lastModified=2023-04-30 17:32:26.575921000, size=176, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.591724000, lastModified=2023-04-30 17:32:25.477936000, delta=1113788000 ns, racy<=2500000000 ns 17:32:26.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.592 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.592266000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.592266000, lastModified=2023-04-30 17:32:25.477936000, delta=1114330000 ns, racy<=2500000000 ns 17:32:26.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.591903000, lastModified=2023-04-30 17:32:26.485922000, delta=105981000 ns, racy<=2500000000 ns 17:32:26.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.592439000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.592439000, lastModified=2023-04-30 17:32:26.485922000, delta=106517000 ns, racy<=2500000000 ns 17:32:26.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.592266000, lastModified=2023-04-30 17:32:25.477936000, delta=1114330000 ns, racy<=2500000000 ns 17:32:26.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.593 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.593583000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.593583000, lastModified=2023-04-30 17:32:25.477936000, delta=1115647000 ns, racy<=2500000000 ns 17:32:26.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.592439000, lastModified=2023-04-30 17:32:26.485922000, delta=106517000 ns, racy<=2500000000 ns 17:32:26.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.593847000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.593847000, lastModified=2023-04-30 17:32:26.485922000, delta=107925000 ns, racy<=2500000000 ns 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.593583000, lastModified=2023-04-30 17:32:25.477936000, delta=1115647000 ns, racy<=2500000000 ns 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.594 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.594315000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.594315000, lastModified=2023-04-30 17:32:25.477936000, delta=1116379000 ns, racy<=2500000000 ns 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.593847000, lastModified=2023-04-30 17:32:26.485922000, delta=107925000 ns, racy<=2500000000 ns 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.594471000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.594471000, lastModified=2023-04-30 17:32:26.485922000, delta=108549000 ns, racy<=2500000000 ns 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.594702000, lastModified=2023-04-30 17:32:26.481922000, size=6, fileKey=(dev=3000f2,ino=1318274901) 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.594702000, lastModified=2023-04-30 17:32:26.481922000, delta=112780000 ns, racy<=4302500 ns 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.594 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.595 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.594992000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946594992000 ns, racy<=4302500 ns 17:32:26.595 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.595 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.594702000, lastModified=2023-04-30 17:32:26.481922000, delta=112780000 ns, racy<=4302500 ns 17:32:26.595 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.595 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.594992000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946594992000 ns, racy<=4302500 ns 17:32:26.595 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.594702000, lastModified=2023-04-30 17:32:26.481922000, delta=112780000 ns, racy<=4302500 ns 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.596258000, lastModified=2023-04-30 17:32:26.590921000, size=0, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.594315000, lastModified=2023-04-30 17:32:25.477936000, delta=1116379000 ns, racy<=2500000000 ns 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.596 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.596328000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.596328000, lastModified=2023-04-30 17:32:25.477936000, delta=1118392000 ns, racy<=2500000000 ns 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.594471000, lastModified=2023-04-30 17:32:26.485922000, delta=108549000 ns, racy<=2500000000 ns 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.596500000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.596500000, lastModified=2023-04-30 17:32:26.485922000, delta=110578000 ns, racy<=2500000000 ns 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.596636000, lastModified=2023-04-30 17:32:26.594921000, size=176, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.596734000, lastModified=2023-04-30 17:32:26.594921000, size=176, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.596328000, lastModified=2023-04-30 17:32:25.477936000, delta=1118392000 ns, racy<=2500000000 ns 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.596 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.596 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.596977000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.596977000, lastModified=2023-04-30 17:32:25.477936000, delta=1119041000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.596500000, lastModified=2023-04-30 17:32:26.485922000, delta=110578000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.597207000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.597207000, lastModified=2023-04-30 17:32:26.485922000, delta=111285000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.596977000, lastModified=2023-04-30 17:32:25.477936000, delta=1119041000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.597 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.597313000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.597313000, lastModified=2023-04-30 17:32:25.477936000, delta=1119377000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.597207000, lastModified=2023-04-30 17:32:26.485922000, delta=111285000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.597438000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.597438000, lastModified=2023-04-30 17:32:26.485922000, delta=111516000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.597313000, lastModified=2023-04-30 17:32:25.477936000, delta=1119377000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.597 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.597566000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.597566000, lastModified=2023-04-30 17:32:25.477936000, delta=1119630000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.597438000, lastModified=2023-04-30 17:32:26.485922000, delta=111516000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.597707000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.597707000, lastModified=2023-04-30 17:32:26.485922000, delta=111785000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.597566000, lastModified=2023-04-30 17:32:25.477936000, delta=1119630000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.597 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.597857000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.597857000, lastModified=2023-04-30 17:32:25.477936000, delta=1119921000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.597707000, lastModified=2023-04-30 17:32:26.485922000, delta=111785000 ns, racy<=2500000000 ns 17:32:26.597 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.598000000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.598000000, lastModified=2023-04-30 17:32:26.485922000, delta=112078000 ns, racy<=2500000000 ns 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.598173000, lastModified=2023-04-30 17:32:26.483922000, size=23, fileKey=(dev=3000f2,ino=1308625339) 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.598250000, lastModified=2023-04-30 17:32:26.586921000, size=41, fileKey=(dev=3000f2,ino=1312252461) 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.597857000, lastModified=2023-04-30 17:32:25.477936000, delta=1119921000 ns, racy<=2500000000 ns 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.598 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.598410000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.598410000, lastModified=2023-04-30 17:32:25.477936000, delta=1120474000 ns, racy<=2500000000 ns 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.598000000, lastModified=2023-04-30 17:32:26.485922000, delta=112078000 ns, racy<=2500000000 ns 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.598555000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.598555000, lastModified=2023-04-30 17:32:26.485922000, delta=112633000 ns, racy<=2500000000 ns 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.598173000, lastModified=2023-04-30 17:32:26.483922000, delta=114251000 ns, racy<=4302500 ns 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, is unmodified 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.598250000, lastModified=2023-04-30 17:32:26.586921000, delta=11329000 ns, racy<=4302500 ns 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, is unmodified 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.594702000, lastModified=2023-04-30 17:32:26.481922000, delta=112780000 ns, racy<=4302500 ns 17:32:26.598 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.598410000, lastModified=2023-04-30 17:32:25.477936000, delta=1120474000 ns, racy<=2500000000 ns 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.599 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.599217000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.599217000, lastModified=2023-04-30 17:32:25.477936000, delta=1121281000 ns, racy<=2500000000 ns 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.598555000, lastModified=2023-04-30 17:32:26.485922000, delta=112633000 ns, racy<=2500000000 ns 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.599383000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.599383000, lastModified=2023-04-30 17:32:26.485922000, delta=113461000 ns, racy<=2500000000 ns 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.599645000, lastModified=2023-04-30 17:32:26.594921000, size=176, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.599702000, lastModified=2023-04-30 17:32:26.594921000, size=176, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.594702000, lastModified=2023-04-30 17:32:26.481922000, delta=112780000 ns, racy<=4302500 ns 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.594992000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946594992000 ns, racy<=4302500 ns 17:32:26.599 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.600 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.594702000, lastModified=2023-04-30 17:32:26.481922000, delta=112780000 ns, racy<=4302500 ns 17:32:26.600 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.600 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.594992000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946594992000 ns, racy<=4302500 ns 17:32:26.600 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.600 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.594702000, lastModified=2023-04-30 17:32:26.481922000, delta=112780000 ns, racy<=4302500 ns 17:32:26.600 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.600 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.594992000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946594992000 ns, racy<=4302500 ns 17:32:26.600 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.594702000, lastModified=2023-04-30 17:32:26.481922000, delta=112780000 ns, racy<=4302500 ns 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.594992000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946594992000 ns, racy<=4302500 ns 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.599217000, lastModified=2023-04-30 17:32:25.477936000, delta=1121281000 ns, racy<=2500000000 ns 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.601 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.601523000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.601523000, lastModified=2023-04-30 17:32:25.477936000, delta=1123587000 ns, racy<=2500000000 ns 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.599383000, lastModified=2023-04-30 17:32:26.485922000, delta=113461000 ns, racy<=2500000000 ns 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.601666000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.601666000, lastModified=2023-04-30 17:32:26.485922000, delta=115744000 ns, racy<=2500000000 ns 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.598173000, lastModified=2023-04-30 17:32:26.483922000, delta=114251000 ns, racy<=4302500 ns 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, is unmodified 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.598250000, lastModified=2023-04-30 17:32:26.586921000, delta=11329000 ns, racy<=4302500 ns 17:32:26.601 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, is unmodified 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.601523000, lastModified=2023-04-30 17:32:25.477936000, delta=1123587000 ns, racy<=2500000000 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.602 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.602063000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.602063000, lastModified=2023-04-30 17:32:25.477936000, delta=1124127000 ns, racy<=2500000000 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.601666000, lastModified=2023-04-30 17:32:26.485922000, delta=115744000 ns, racy<=2500000000 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.602240000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.602240000, lastModified=2023-04-30 17:32:26.485922000, delta=116318000 ns, racy<=2500000000 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.598250000, lastModified=2023-04-30 17:32:26.586921000, delta=11329000 ns, racy<=4302500 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, is unmodified 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.602063000, lastModified=2023-04-30 17:32:25.477936000, delta=1124127000 ns, racy<=2500000000 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.602 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.602545000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.602545000, lastModified=2023-04-30 17:32:25.477936000, delta=1124609000 ns, racy<=2500000000 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.602240000, lastModified=2023-04-30 17:32:26.485922000, delta=116318000 ns, racy<=2500000000 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.602678000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.602678000, lastModified=2023-04-30 17:32:26.485922000, delta=116756000 ns, racy<=2500000000 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.602545000, lastModified=2023-04-30 17:32:25.477936000, delta=1124609000 ns, racy<=2500000000 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.602 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.602854000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.602854000, lastModified=2023-04-30 17:32:25.477936000, delta=1124918000 ns, racy<=2500000000 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.602 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.602678000, lastModified=2023-04-30 17:32:26.485922000, delta=116756000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.603019000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.603019000, lastModified=2023-04-30 17:32:26.485922000, delta=117097000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.602854000, lastModified=2023-04-30 17:32:25.477936000, delta=1124918000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.603 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.603201000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.603201000, lastModified=2023-04-30 17:32:25.477936000, delta=1125265000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.603019000, lastModified=2023-04-30 17:32:26.485922000, delta=117097000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.603329000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.603329000, lastModified=2023-04-30 17:32:26.485922000, delta=117407000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.603201000, lastModified=2023-04-30 17:32:25.477936000, delta=1125265000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.603 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.603437000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.603437000, lastModified=2023-04-30 17:32:25.477936000, delta=1125501000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.603329000, lastModified=2023-04-30 17:32:26.485922000, delta=117407000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.603561000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.603561000, lastModified=2023-04-30 17:32:26.485922000, delta=117639000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.603437000, lastModified=2023-04-30 17:32:25.477936000, delta=1125501000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.603 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.603685000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.603685000, lastModified=2023-04-30 17:32:25.477936000, delta=1125749000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.603561000, lastModified=2023-04-30 17:32:26.485922000, delta=117639000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.603901000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.603901000, lastModified=2023-04-30 17:32:26.485922000, delta=117979000 ns, racy<=2500000000 ns 17:32:26.603 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.603685000, lastModified=2023-04-30 17:32:25.477936000, delta=1125749000 ns, racy<=2500000000 ns 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.604 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.604027000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.604027000, lastModified=2023-04-30 17:32:25.477936000, delta=1126091000 ns, racy<=2500000000 ns 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.603901000, lastModified=2023-04-30 17:32:26.485922000, delta=117979000 ns, racy<=2500000000 ns 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.604227000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.604227000, lastModified=2023-04-30 17:32:26.485922000, delta=118305000 ns, racy<=2500000000 ns 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.604317000, lastModified=2023-04-30 17:32:26.600921000, size=41, fileKey=(dev=3000f2,ino=1312252460) 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.604027000, lastModified=2023-04-30 17:32:25.477936000, delta=1126091000 ns, racy<=2500000000 ns 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.604 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.604481000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.604481000, lastModified=2023-04-30 17:32:25.477936000, delta=1126545000 ns, racy<=2500000000 ns 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.604227000, lastModified=2023-04-30 17:32:26.485922000, delta=118305000 ns, racy<=2500000000 ns 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.604619000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.604 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.604619000, lastModified=2023-04-30 17:32:26.485922000, delta=118697000 ns, racy<=2500000000 ns 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.605281000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.604481000, lastModified=2023-04-30 17:32:25.477936000, delta=1126545000 ns, racy<=2500000000 ns 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.605 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.605438000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.605438000, lastModified=2023-04-30 17:32:25.477936000, delta=1127502000 ns, racy<=2500000000 ns 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.605558000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.605438000, lastModified=2023-04-30 17:32:25.477936000, delta=1127502000 ns, racy<=2500000000 ns 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.605 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.605678000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.605678000, lastModified=2023-04-30 17:32:25.477936000, delta=1127742000 ns, racy<=2500000000 ns 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.605558000, lastModified=2023-04-30 17:32:26.485922000, delta=119636000 ns, racy<=2500000000 ns 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.605855000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.605 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.605855000, lastModified=2023-04-30 17:32:26.485922000, delta=119933000 ns, racy<=2500000000 ns 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.605992000, lastModified=2023-04-30 17:32:26.594921000, size=176, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.605678000, lastModified=2023-04-30 17:32:25.477936000, delta=1127742000 ns, racy<=2500000000 ns 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.606 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.606148000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.606148000, lastModified=2023-04-30 17:32:25.477936000, delta=1128212000 ns, racy<=2500000000 ns 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.605855000, lastModified=2023-04-30 17:32:26.485922000, delta=119933000 ns, racy<=2500000000 ns 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.606287000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.606287000, lastModified=2023-04-30 17:32:26.485922000, delta=120365000 ns, racy<=2500000000 ns 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.606481000, lastModified=2023-04-30 17:32:26.594921000, size=176, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.606540000, lastModified=2023-04-30 17:32:26.594921000, size=176, fileKey=(dev=3000f2,ino=1308625340) 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.606148000, lastModified=2023-04-30 17:32:25.477936000, delta=1128212000 ns, racy<=2500000000 ns 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.606 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.606611000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.606611000, lastModified=2023-04-30 17:32:25.477936000, delta=1128675000 ns, racy<=2500000000 ns 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.606287000, lastModified=2023-04-30 17:32:26.485922000, delta=120365000 ns, racy<=2500000000 ns 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.606752000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.606752000, lastModified=2023-04-30 17:32:26.485922000, delta=120830000 ns, racy<=2500000000 ns 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.606611000, lastModified=2023-04-30 17:32:25.477936000, delta=1128675000 ns, racy<=2500000000 ns 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.606 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.606 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.606981000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.606981000, lastModified=2023-04-30 17:32:25.477936000, delta=1129045000 ns, racy<=2500000000 ns 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.606752000, lastModified=2023-04-30 17:32:26.485922000, delta=120830000 ns, racy<=2500000000 ns 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.607183000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.607183000, lastModified=2023-04-30 17:32:26.485922000, delta=121261000 ns, racy<=2500000000 ns 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.606981000, lastModified=2023-04-30 17:32:25.477936000, delta=1129045000 ns, racy<=2500000000 ns 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.607 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.607542000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.607542000, lastModified=2023-04-30 17:32:25.477936000, delta=1129606000 ns, racy<=2500000000 ns 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.607183000, lastModified=2023-04-30 17:32:26.485922000, delta=121261000 ns, racy<=2500000000 ns 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.607712000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.607712000, lastModified=2023-04-30 17:32:26.485922000, delta=121790000 ns, racy<=2500000000 ns 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.607 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.607964000, lastModified=2023-04-30 17:32:26.481922000, size=6, fileKey=(dev=3000f2,ino=1318274901) 17:32:26.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.607964000, lastModified=2023-04-30 17:32:26.481922000, delta=126042000 ns, racy<=4302500 ns 17:32:26.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.608253000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946608253000 ns, racy<=4302500 ns 17:32:26.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.607964000, lastModified=2023-04-30 17:32:26.481922000, delta=126042000 ns, racy<=4302500 ns 17:32:26.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.608253000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946608253000 ns, racy<=4302500 ns 17:32:26.608 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.609035000, lastModified=2023-04-30 17:32:26.604921000, size=0, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.607542000, lastModified=2023-04-30 17:32:25.477936000, delta=1129606000 ns, racy<=2500000000 ns 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.609 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.609184000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.609184000, lastModified=2023-04-30 17:32:25.477936000, delta=1131248000 ns, racy<=2500000000 ns 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.607712000, lastModified=2023-04-30 17:32:26.485922000, delta=121790000 ns, racy<=2500000000 ns 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.609329000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.609329000, lastModified=2023-04-30 17:32:26.485922000, delta=123407000 ns, racy<=2500000000 ns 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.609456000, lastModified=2023-04-30 17:32:26.607921000, size=176, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.609541000, lastModified=2023-04-30 17:32:26.607921000, size=176, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.609184000, lastModified=2023-04-30 17:32:25.477936000, delta=1131248000 ns, racy<=2500000000 ns 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.609 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.609612000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.609612000, lastModified=2023-04-30 17:32:25.477936000, delta=1131676000 ns, racy<=2500000000 ns 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.609329000, lastModified=2023-04-30 17:32:26.485922000, delta=123407000 ns, racy<=2500000000 ns 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.609749000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.609749000, lastModified=2023-04-30 17:32:26.485922000, delta=123827000 ns, racy<=2500000000 ns 17:32:26.609 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.609979000, lastModified=2023-04-30 17:32:26.607921000, size=176, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.610037000, lastModified=2023-04-30 17:32:26.607921000, size=176, fileKey=(dev=3000f2,ino=1308625343) 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.610200000, lastModified=2023-04-30 17:32:26.608921000, size=0, fileKey=(dev=3000f2,ino=1308625887) 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.609612000, lastModified=2023-04-30 17:32:25.477936000, delta=1131676000 ns, racy<=2500000000 ns 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.610 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.610261000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.610261000, lastModified=2023-04-30 17:32:25.477936000, delta=1132325000 ns, racy<=2500000000 ns 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.609749000, lastModified=2023-04-30 17:32:26.485922000, delta=123827000 ns, racy<=2500000000 ns 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.610408000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.610408000, lastModified=2023-04-30 17:32:26.485922000, delta=124486000 ns, racy<=2500000000 ns 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.610523000, lastModified=2023-04-30 17:32:26.608921000, size=104, fileKey=(dev=3000f2,ino=1308625887) 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.610587000, lastModified=2023-04-30 17:32:26.608921000, size=104, fileKey=(dev=3000f2,ino=1308625887) 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.610261000, lastModified=2023-04-30 17:32:25.477936000, delta=1132325000 ns, racy<=2500000000 ns 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.610 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.610728000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.610728000, lastModified=2023-04-30 17:32:25.477936000, delta=1132792000 ns, racy<=2500000000 ns 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.610408000, lastModified=2023-04-30 17:32:26.485922000, delta=124486000 ns, racy<=2500000000 ns 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.610 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.610951000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.610951000, lastModified=2023-04-30 17:32:26.485922000, delta=125029000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.610728000, lastModified=2023-04-30 17:32:25.477936000, delta=1132792000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.611 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.611076000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.611076000, lastModified=2023-04-30 17:32:25.477936000, delta=1133140000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.610951000, lastModified=2023-04-30 17:32:26.485922000, delta=125029000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.611241000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.611241000, lastModified=2023-04-30 17:32:26.485922000, delta=125319000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.611076000, lastModified=2023-04-30 17:32:25.477936000, delta=1133140000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.611 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.611371000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.611371000, lastModified=2023-04-30 17:32:25.477936000, delta=1133435000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.611241000, lastModified=2023-04-30 17:32:26.485922000, delta=125319000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.611497000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.611497000, lastModified=2023-04-30 17:32:26.485922000, delta=125575000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.611371000, lastModified=2023-04-30 17:32:25.477936000, delta=1133435000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.611 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.611628000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.611628000, lastModified=2023-04-30 17:32:25.477936000, delta=1133692000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.611497000, lastModified=2023-04-30 17:32:26.485922000, delta=125575000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.611762000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.611762000, lastModified=2023-04-30 17:32:26.485922000, delta=125840000 ns, racy<=2500000000 ns 17:32:26.611 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.611956000, lastModified=2023-04-30 17:32:26.483922000, size=23, fileKey=(dev=3000f2,ino=1308625339) 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.612023000, lastModified=2023-04-30 17:32:26.600921000, size=41, fileKey=(dev=3000f2,ino=1312252460) 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.611628000, lastModified=2023-04-30 17:32:25.477936000, delta=1133692000 ns, racy<=2500000000 ns 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.612 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.612220000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.612220000, lastModified=2023-04-30 17:32:25.477936000, delta=1134284000 ns, racy<=2500000000 ns 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.611762000, lastModified=2023-04-30 17:32:26.485922000, delta=125840000 ns, racy<=2500000000 ns 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.612358000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.612358000, lastModified=2023-04-30 17:32:26.485922000, delta=126436000 ns, racy<=2500000000 ns 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.611956000, lastModified=2023-04-30 17:32:26.483922000, delta=128034000 ns, racy<=4302500 ns 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, is unmodified 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.612023000, lastModified=2023-04-30 17:32:26.600921000, delta=11102000 ns, racy<=4302500 ns 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, is unmodified 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.607964000, lastModified=2023-04-30 17:32:26.481922000, delta=126042000 ns, racy<=4302500 ns 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.612 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.612220000, lastModified=2023-04-30 17:32:25.477936000, delta=1134284000 ns, racy<=2500000000 ns 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.613 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.613032000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.613032000, lastModified=2023-04-30 17:32:25.477936000, delta=1135096000 ns, racy<=2500000000 ns 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.612358000, lastModified=2023-04-30 17:32:26.485922000, delta=126436000 ns, racy<=2500000000 ns 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.613225000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.613225000, lastModified=2023-04-30 17:32:26.485922000, delta=127303000 ns, racy<=2500000000 ns 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.613436000, lastModified=2023-04-30 17:32:26.608921000, size=104, fileKey=(dev=3000f2,ino=1308625887) 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.613481000, lastModified=2023-04-30 17:32:26.608921000, size=104, fileKey=(dev=3000f2,ino=1308625887) 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.607964000, lastModified=2023-04-30 17:32:26.481922000, delta=126042000 ns, racy<=4302500 ns 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.608253000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946608253000 ns, racy<=4302500 ns 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.607964000, lastModified=2023-04-30 17:32:26.481922000, delta=126042000 ns, racy<=4302500 ns 17:32:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.608253000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946608253000 ns, racy<=4302500 ns 17:32:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.607964000, lastModified=2023-04-30 17:32:26.481922000, delta=126042000 ns, racy<=4302500 ns 17:32:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.608253000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946608253000 ns, racy<=4302500 ns 17:32:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.607964000, lastModified=2023-04-30 17:32:26.481922000, delta=126042000 ns, racy<=4302500 ns 17:32:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack, is unmodified 17:32:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.608253000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946608253000 ns, racy<=4302500 ns 17:32:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/objects/pack/preserved, is unmodified 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.613032000, lastModified=2023-04-30 17:32:25.477936000, delta=1135096000 ns, racy<=2500000000 ns 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.615 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.615189000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.615189000, lastModified=2023-04-30 17:32:25.477936000, delta=1137253000 ns, racy<=2500000000 ns 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.613225000, lastModified=2023-04-30 17:32:26.485922000, delta=127303000 ns, racy<=2500000000 ns 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.615326000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.615326000, lastModified=2023-04-30 17:32:26.485922000, delta=129404000 ns, racy<=2500000000 ns 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.611956000, lastModified=2023-04-30 17:32:26.483922000, delta=128034000 ns, racy<=4302500 ns 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/HEAD, is unmodified 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.612023000, lastModified=2023-04-30 17:32:26.600921000, delta=11102000 ns, racy<=4302500 ns 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, is unmodified 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.615189000, lastModified=2023-04-30 17:32:25.477936000, delta=1137253000 ns, racy<=2500000000 ns 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.615 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.615685000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.615685000, lastModified=2023-04-30 17:32:25.477936000, delta=1137749000 ns, racy<=2500000000 ns 17:32:26.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.615326000, lastModified=2023-04-30 17:32:26.485922000, delta=129404000 ns, racy<=2500000000 ns 17:32:26.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.669448000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.669448000, lastModified=2023-04-30 17:32:26.485922000, delta=183526000 ns, racy<=2500000000 ns 17:32:26.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.612023000, lastModified=2023-04-30 17:32:26.600921000, delta=11102000 ns, racy<=4302500 ns 17:32:26.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master, is unmodified 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.615685000, lastModified=2023-04-30 17:32:25.477936000, delta=1137749000 ns, racy<=2500000000 ns 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.670253000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.670253000, lastModified=2023-04-30 17:32:25.477936000, delta=1192317000 ns, racy<=2500000000 ns 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.669448000, lastModified=2023-04-30 17:32:26.485922000, delta=183526000 ns, racy<=2500000000 ns 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.670441000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.670441000, lastModified=2023-04-30 17:32:26.485922000, delta=184519000 ns, racy<=2500000000 ns 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.670253000, lastModified=2023-04-30 17:32:25.477936000, delta=1192317000 ns, racy<=2500000000 ns 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.670647000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.670647000, lastModified=2023-04-30 17:32:25.477936000, delta=1192711000 ns, racy<=2500000000 ns 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.670441000, lastModified=2023-04-30 17:32:26.485922000, delta=184519000 ns, racy<=2500000000 ns 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.670836000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.670836000, lastModified=2023-04-30 17:32:26.485922000, delta=184914000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.670647000, lastModified=2023-04-30 17:32:25.477936000, delta=1192711000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.671046000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.671046000, lastModified=2023-04-30 17:32:25.477936000, delta=1193110000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.670836000, lastModified=2023-04-30 17:32:26.485922000, delta=184914000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.671217000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.671217000, lastModified=2023-04-30 17:32:26.485922000, delta=185295000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.671046000, lastModified=2023-04-30 17:32:25.477936000, delta=1193110000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.671348000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.671348000, lastModified=2023-04-30 17:32:25.477936000, delta=1193412000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.671217000, lastModified=2023-04-30 17:32:26.485922000, delta=185295000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.671505000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.671505000, lastModified=2023-04-30 17:32:26.485922000, delta=185583000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.671348000, lastModified=2023-04-30 17:32:25.477936000, delta=1193412000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.671653000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.671653000, lastModified=2023-04-30 17:32:25.477936000, delta=1193717000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.671505000, lastModified=2023-04-30 17:32:26.485922000, delta=185583000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.671834000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.671834000, lastModified=2023-04-30 17:32:26.485922000, delta=185912000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.671653000, lastModified=2023-04-30 17:32:25.477936000, delta=1193717000 ns, racy<=2500000000 ns 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.671954000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.671954000, lastModified=2023-04-30 17:32:25.477936000, delta=1194018000 ns, racy<=2500000000 ns 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.671834000, lastModified=2023-04-30 17:32:26.485922000, delta=185912000 ns, racy<=2500000000 ns 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.672108000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.672108000, lastModified=2023-04-30 17:32:26.485922000, delta=186186000 ns, racy<=2500000000 ns 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.672228000, lastModified=2023-04-30 17:32:26.668920000, size=41, fileKey=(dev=3000f2,ino=1312252461) 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.671954000, lastModified=2023-04-30 17:32:25.477936000, delta=1194018000 ns, racy<=2500000000 ns 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.672 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.672484000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.672484000, lastModified=2023-04-30 17:32:25.477936000, delta=1194548000 ns, racy<=2500000000 ns 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.672108000, lastModified=2023-04-30 17:32:26.485922000, delta=186186000 ns, racy<=2500000000 ns 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, is racily clean 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.672644000, lastModified=2023-04-30 17:32:26.485922000, size=78, fileKey=(dev=3000f2,ino=1308625342) 17:32:26.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17225492272221905612/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.672644000, lastModified=2023-04-30 17:32:26.485922000, delta=186722000 ns, racy<=2500000000 ns 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.672484000, lastModified=2023-04-30 17:32:25.477936000, delta=1194548000 ns, racy<=2500000000 ns 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.675 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.675180000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.675180000, lastModified=2023-04-30 17:32:25.477936000, delta=1197244000 ns, racy<=2500000000 ns 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.675180000, lastModified=2023-04-30 17:32:25.477936000, delta=1197244000 ns, racy<=2500000000 ns 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.675 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.675410000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.675410000, lastModified=2023-04-30 17:32:25.477936000, delta=1197474000 ns, racy<=2500000000 ns 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.675410000, lastModified=2023-04-30 17:32:25.477936000, delta=1197474000 ns, racy<=2500000000 ns 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.675 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.675699000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.675699000, lastModified=2023-04-30 17:32:25.477936000, delta=1197763000 ns, racy<=2500000000 ns 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.675542000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946675542000 ns, racy<=2500000000 ns 17:32:26.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is unmodified 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.675699000, lastModified=2023-04-30 17:32:25.477936000, delta=1197763000 ns, racy<=2500000000 ns 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.676 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.676234000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.676234000, lastModified=2023-04-30 17:32:25.477936000, delta=1198298000 ns, racy<=2500000000 ns 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.675542000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946675542000 ns, racy<=2500000000 ns 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is unmodified 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.676234000, lastModified=2023-04-30 17:32:25.477936000, delta=1198298000 ns, racy<=2500000000 ns 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.676 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.676643000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.676643000, lastModified=2023-04-30 17:32:25.477936000, delta=1198707000 ns, racy<=2500000000 ns 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.675542000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946675542000 ns, racy<=2500000000 ns 17:32:26.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is unmodified 17:32:26.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.676643000, lastModified=2023-04-30 17:32:25.477936000, delta=1198707000 ns, racy<=2500000000 ns 17:32:26.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.677 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.677569000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.677569000, lastModified=2023-04-30 17:32:25.477936000, delta=1199633000 ns, racy<=2500000000 ns 17:32:26.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.675542000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946675542000 ns, racy<=2500000000 ns 17:32:26.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is unmodified 17:32:26.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.677569000, lastModified=2023-04-30 17:32:25.477936000, delta=1199633000 ns, racy<=2500000000 ns 17:32:26.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.678 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.678029000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.678029000, lastModified=2023-04-30 17:32:25.477936000, delta=1200093000 ns, racy<=2500000000 ns 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.675542000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946675542000 ns, racy<=2500000000 ns 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is unmodified 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.678029000, lastModified=2023-04-30 17:32:25.477936000, delta=1200093000 ns, racy<=2500000000 ns 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.678 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.678524000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.678524000, lastModified=2023-04-30 17:32:25.477936000, delta=1200588000 ns, racy<=2500000000 ns 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.675542000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946675542000 ns, racy<=2500000000 ns 17:32:26.678 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is unmodified 17:32:26.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.678524000, lastModified=2023-04-30 17:32:25.477936000, delta=1200588000 ns, racy<=2500000000 ns 17:32:26.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.679 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.679643000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.679643000, lastModified=2023-04-30 17:32:25.477936000, delta=1201707000 ns, racy<=2500000000 ns 17:32:26.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.675542000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946675542000 ns, racy<=2500000000 ns 17:32:26.679 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is unmodified 17:32:26.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.679643000, lastModified=2023-04-30 17:32:25.477936000, delta=1201707000 ns, racy<=2500000000 ns 17:32:26.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.680 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.680290000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.680290000, lastModified=2023-04-30 17:32:25.477936000, delta=1202354000 ns, racy<=2500000000 ns 17:32:26.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.675542000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946675542000 ns, racy<=2500000000 ns 17:32:26.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is unmodified 17:32:26.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.680290000, lastModified=2023-04-30 17:32:25.477936000, delta=1202354000 ns, racy<=2500000000 ns 17:32:26.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.680 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.680853000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.680 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.680853000, lastModified=2023-04-30 17:32:25.477936000, delta=1202917000 ns, racy<=2500000000 ns 17:32:26.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.675542000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946675542000 ns, racy<=2500000000 ns 17:32:26.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is unmodified 17:32:26.681 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.681315000, lastModified=2023-04-30 17:32:26.679920000, size=23, fileKey=(dev=3000f2,ino=1338329488) 17:32:26.682 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.682730000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.683266000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.680853000, lastModified=2023-04-30 17:32:25.477936000, delta=1202917000 ns, racy<=2500000000 ns 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.683 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.683506000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.683506000, lastModified=2023-04-30 17:32:25.477936000, delta=1205570000 ns, racy<=2500000000 ns 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.683643000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.683506000, lastModified=2023-04-30 17:32:25.477936000, delta=1205570000 ns, racy<=2500000000 ns 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.683 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.683771000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.683771000, lastModified=2023-04-30 17:32:25.477936000, delta=1205835000 ns, racy<=2500000000 ns 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.683643000, lastModified=2023-04-30 17:32:26.680920000, delta=2723000 ns, racy<=2500000000 ns 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.683 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.683952000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.683952000, lastModified=2023-04-30 17:32:26.680920000, delta=3032000 ns, racy<=2500000000 ns 17:32:26.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.683771000, lastModified=2023-04-30 17:32:25.477936000, delta=1205835000 ns, racy<=2500000000 ns 17:32:26.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.684 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.684220000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.684220000, lastModified=2023-04-30 17:32:25.477936000, delta=1206284000 ns, racy<=2500000000 ns 17:32:26.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.683952000, lastModified=2023-04-30 17:32:26.680920000, delta=3032000 ns, racy<=2500000000 ns 17:32:26.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.684361000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.684361000, lastModified=2023-04-30 17:32:26.680920000, delta=3441000 ns, racy<=2500000000 ns 17:32:26.684 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.684465000, lastModified=2023-04-30 17:32:26.679920000, size=23, fileKey=(dev=3000f2,ino=1338329488) 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.685150000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.684220000, lastModified=2023-04-30 17:32:25.477936000, delta=1206284000 ns, racy<=2500000000 ns 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.685 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.685354000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.685354000, lastModified=2023-04-30 17:32:25.477936000, delta=1207418000 ns, racy<=2500000000 ns 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.685575000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.685354000, lastModified=2023-04-30 17:32:25.477936000, delta=1207418000 ns, racy<=2500000000 ns 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.685 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.685770000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.685770000, lastModified=2023-04-30 17:32:25.477936000, delta=1207834000 ns, racy<=2500000000 ns 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.685 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.685575000, lastModified=2023-04-30 17:32:26.680920000, delta=4655000 ns, racy<=2500000000 ns 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.686036000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.686036000, lastModified=2023-04-30 17:32:26.680920000, delta=5116000 ns, racy<=2500000000 ns 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.685770000, lastModified=2023-04-30 17:32:25.477936000, delta=1207834000 ns, racy<=2500000000 ns 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.686 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.686484000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.686484000, lastModified=2023-04-30 17:32:25.477936000, delta=1208548000 ns, racy<=2500000000 ns 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.686036000, lastModified=2023-04-30 17:32:26.680920000, delta=5116000 ns, racy<=2500000000 ns 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.686732000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.686732000, lastModified=2023-04-30 17:32:26.680920000, delta=5812000 ns, racy<=2500000000 ns 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.686484000, lastModified=2023-04-30 17:32:25.477936000, delta=1208548000 ns, racy<=2500000000 ns 17:32:26.686 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.686 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.687006000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.687006000, lastModified=2023-04-30 17:32:25.477936000, delta=1209070000 ns, racy<=2500000000 ns 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.686732000, lastModified=2023-04-30 17:32:26.680920000, delta=5812000 ns, racy<=2500000000 ns 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.687205000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.687205000, lastModified=2023-04-30 17:32:26.680920000, delta=6285000 ns, racy<=2500000000 ns 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.687006000, lastModified=2023-04-30 17:32:25.477936000, delta=1209070000 ns, racy<=2500000000 ns 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.687 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.687356000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.687356000, lastModified=2023-04-30 17:32:25.477936000, delta=1209420000 ns, racy<=2500000000 ns 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.687205000, lastModified=2023-04-30 17:32:26.680920000, delta=6285000 ns, racy<=2500000000 ns 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.687512000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.687512000, lastModified=2023-04-30 17:32:26.680920000, delta=6592000 ns, racy<=2500000000 ns 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.687356000, lastModified=2023-04-30 17:32:25.477936000, delta=1209420000 ns, racy<=2500000000 ns 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.687 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.687 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.687953000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.687953000, lastModified=2023-04-30 17:32:25.477936000, delta=1210017000 ns, racy<=2500000000 ns 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.687512000, lastModified=2023-04-30 17:32:26.680920000, delta=6592000 ns, racy<=2500000000 ns 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.688242000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.688242000, lastModified=2023-04-30 17:32:26.680920000, delta=7322000 ns, racy<=2500000000 ns 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.687953000, lastModified=2023-04-30 17:32:25.477936000, delta=1210017000 ns, racy<=2500000000 ns 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.688 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.688541000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.688541000, lastModified=2023-04-30 17:32:25.477936000, delta=1210605000 ns, racy<=2500000000 ns 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.688242000, lastModified=2023-04-30 17:32:26.680920000, delta=7322000 ns, racy<=2500000000 ns 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.688750000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.688750000, lastModified=2023-04-30 17:32:26.680920000, delta=7830000 ns, racy<=2500000000 ns 17:32:26.688 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.688998000, lastModified=2023-04-30 17:32:26.675920000, size=6, fileKey=(dev=3000f2,ino=1347487393) 17:32:26.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.688998000, lastModified=2023-04-30 17:32:26.675920000, delta=13078000 ns, racy<=4302500 ns 17:32:26.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.689 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.690018000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946690018000 ns, racy<=4302500 ns 17:32:26.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.690 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.688998000, lastModified=2023-04-30 17:32:26.675920000, delta=13078000 ns, racy<=4302500 ns 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.690018000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946690018000 ns, racy<=4302500 ns 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.688541000, lastModified=2023-04-30 17:32:25.477936000, delta=1210605000 ns, racy<=2500000000 ns 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.691 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.691451000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.691451000, lastModified=2023-04-30 17:32:25.477936000, delta=1213515000 ns, racy<=2500000000 ns 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.688750000, lastModified=2023-04-30 17:32:26.680920000, delta=7830000 ns, racy<=2500000000 ns 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.691620000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.691620000, lastModified=2023-04-30 17:32:26.680920000, delta=10700000 ns, racy<=2500000000 ns 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.691715000, lastModified=2023-04-30 17:32:26.685920000, size=0, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.691451000, lastModified=2023-04-30 17:32:25.477936000, delta=1213515000 ns, racy<=2500000000 ns 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.691 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.691812000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.691812000, lastModified=2023-04-30 17:32:25.477936000, delta=1213876000 ns, racy<=2500000000 ns 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.691620000, lastModified=2023-04-30 17:32:26.680920000, delta=10700000 ns, racy<=2500000000 ns 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.691 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.691968000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.691968000, lastModified=2023-04-30 17:32:26.680920000, delta=11048000 ns, racy<=2500000000 ns 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.692145000, lastModified=2023-04-30 17:32:26.690919000, size=104, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.692211000, lastModified=2023-04-30 17:32:26.690919000, size=104, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.691812000, lastModified=2023-04-30 17:32:25.477936000, delta=1213876000 ns, racy<=2500000000 ns 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.692 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.692288000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.692288000, lastModified=2023-04-30 17:32:25.477936000, delta=1214352000 ns, racy<=2500000000 ns 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.691968000, lastModified=2023-04-30 17:32:26.680920000, delta=11048000 ns, racy<=2500000000 ns 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.692442000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.692442000, lastModified=2023-04-30 17:32:26.680920000, delta=11522000 ns, racy<=2500000000 ns 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.692671000, lastModified=2023-04-30 17:32:26.690919000, size=104, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.692729000, lastModified=2023-04-30 17:32:26.690919000, size=104, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.692852000, lastModified=2023-04-30 17:32:26.690919000, size=0, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.692288000, lastModified=2023-04-30 17:32:25.477936000, delta=1214352000 ns, racy<=2500000000 ns 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.692 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.692928000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.692 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.692928000, lastModified=2023-04-30 17:32:25.477936000, delta=1214992000 ns, racy<=2500000000 ns 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.692442000, lastModified=2023-04-30 17:32:26.680920000, delta=11522000 ns, racy<=2500000000 ns 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.693096000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.693096000, lastModified=2023-04-30 17:32:26.680920000, delta=12176000 ns, racy<=2500000000 ns 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.693259000, lastModified=2023-04-30 17:32:26.691919000, size=104, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.692928000, lastModified=2023-04-30 17:32:25.477936000, delta=1214992000 ns, racy<=2500000000 ns 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.693 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.693521000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.693521000, lastModified=2023-04-30 17:32:25.477936000, delta=1215585000 ns, racy<=2500000000 ns 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.693096000, lastModified=2023-04-30 17:32:26.680920000, delta=12176000 ns, racy<=2500000000 ns 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.693668000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.693668000, lastModified=2023-04-30 17:32:26.680920000, delta=12748000 ns, racy<=2500000000 ns 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.693521000, lastModified=2023-04-30 17:32:25.477936000, delta=1215585000 ns, racy<=2500000000 ns 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.693 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.693840000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.693840000, lastModified=2023-04-30 17:32:25.477936000, delta=1215904000 ns, racy<=2500000000 ns 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.693668000, lastModified=2023-04-30 17:32:26.680920000, delta=12748000 ns, racy<=2500000000 ns 17:32:26.693 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.693997000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.693997000, lastModified=2023-04-30 17:32:26.680920000, delta=13077000 ns, racy<=2500000000 ns 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.693840000, lastModified=2023-04-30 17:32:25.477936000, delta=1215904000 ns, racy<=2500000000 ns 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.694 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.694220000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.694220000, lastModified=2023-04-30 17:32:25.477936000, delta=1216284000 ns, racy<=2500000000 ns 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.693997000, lastModified=2023-04-30 17:32:26.680920000, delta=13077000 ns, racy<=2500000000 ns 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.694445000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.694445000, lastModified=2023-04-30 17:32:26.680920000, delta=13525000 ns, racy<=2500000000 ns 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.694220000, lastModified=2023-04-30 17:32:25.477936000, delta=1216284000 ns, racy<=2500000000 ns 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.694 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.694567000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.694567000, lastModified=2023-04-30 17:32:25.477936000, delta=1216631000 ns, racy<=2500000000 ns 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.694445000, lastModified=2023-04-30 17:32:26.680920000, delta=13525000 ns, racy<=2500000000 ns 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.694721000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.694721000, lastModified=2023-04-30 17:32:26.680920000, delta=13801000 ns, racy<=2500000000 ns 17:32:26.694 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.694909000, lastModified=2023-04-30 17:32:26.679920000, size=23, fileKey=(dev=3000f2,ino=1338329488) 17:32:26.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.694567000, lastModified=2023-04-30 17:32:25.477936000, delta=1216631000 ns, racy<=2500000000 ns 17:32:26.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.695 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.695228000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.695228000, lastModified=2023-04-30 17:32:25.477936000, delta=1217292000 ns, racy<=2500000000 ns 17:32:26.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.694721000, lastModified=2023-04-30 17:32:26.680920000, delta=13801000 ns, racy<=2500000000 ns 17:32:26.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.695369000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.695369000, lastModified=2023-04-30 17:32:26.680920000, delta=14449000 ns, racy<=2500000000 ns 17:32:26.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.694909000, lastModified=2023-04-30 17:32:26.679920000, delta=14989000 ns, racy<=4302500 ns 17:32:26.695 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, is unmodified 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.695228000, lastModified=2023-04-30 17:32:25.477936000, delta=1217292000 ns, racy<=2500000000 ns 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.696 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.696287000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.696287000, lastModified=2023-04-30 17:32:25.477936000, delta=1218351000 ns, racy<=2500000000 ns 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.695369000, lastModified=2023-04-30 17:32:26.680920000, delta=14449000 ns, racy<=2500000000 ns 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.696475000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.696475000, lastModified=2023-04-30 17:32:26.680920000, delta=15555000 ns, racy<=2500000000 ns 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.696722000, lastModified=2023-04-30 17:32:26.691919000, size=104, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.696777000, lastModified=2023-04-30 17:32:26.691919000, size=104, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.688998000, lastModified=2023-04-30 17:32:26.675920000, delta=13078000 ns, racy<=4302500 ns 17:32:26.696 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.710 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.690018000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946690018000 ns, racy<=4302500 ns 17:32:26.710 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.711 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.688998000, lastModified=2023-04-30 17:32:26.675920000, delta=13078000 ns, racy<=4302500 ns 17:32:26.711 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.711 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.690018000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946690018000 ns, racy<=4302500 ns 17:32:26.711 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.688998000, lastModified=2023-04-30 17:32:26.675920000, delta=13078000 ns, racy<=4302500 ns 17:32:26.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.690018000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946690018000 ns, racy<=4302500 ns 17:32:26.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.688998000, lastModified=2023-04-30 17:32:26.675920000, delta=13078000 ns, racy<=4302500 ns 17:32:26.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.690018000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946690018000 ns, racy<=4302500 ns 17:32:26.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.696287000, lastModified=2023-04-30 17:32:25.477936000, delta=1218351000 ns, racy<=2500000000 ns 17:32:26.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.770 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.770935000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.770935000, lastModified=2023-04-30 17:32:25.477936000, delta=1292999000 ns, racy<=2500000000 ns 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.696475000, lastModified=2023-04-30 17:32:26.680920000, delta=15555000 ns, racy<=2500000000 ns 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.771155000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.771155000, lastModified=2023-04-30 17:32:26.680920000, delta=90235000 ns, racy<=2500000000 ns 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.694909000, lastModified=2023-04-30 17:32:26.679920000, delta=14989000 ns, racy<=4302500 ns 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, is unmodified 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.770935000, lastModified=2023-04-30 17:32:25.477936000, delta=1292999000 ns, racy<=2500000000 ns 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.771501000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.771501000, lastModified=2023-04-30 17:32:25.477936000, delta=1293565000 ns, racy<=2500000000 ns 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.771155000, lastModified=2023-04-30 17:32:26.680920000, delta=90235000 ns, racy<=2500000000 ns 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.771652000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.771652000, lastModified=2023-04-30 17:32:26.680920000, delta=90732000 ns, racy<=2500000000 ns 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.771501000, lastModified=2023-04-30 17:32:25.477936000, delta=1293565000 ns, racy<=2500000000 ns 17:32:26.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.772001000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.772001000, lastModified=2023-04-30 17:32:25.477936000, delta=1294065000 ns, racy<=2500000000 ns 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.771652000, lastModified=2023-04-30 17:32:26.680920000, delta=90732000 ns, racy<=2500000000 ns 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.772194000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.772194000, lastModified=2023-04-30 17:32:26.680920000, delta=91274000 ns, racy<=2500000000 ns 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.772001000, lastModified=2023-04-30 17:32:25.477936000, delta=1294065000 ns, racy<=2500000000 ns 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.772 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.772747000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.772747000, lastModified=2023-04-30 17:32:25.477936000, delta=1294811000 ns, racy<=2500000000 ns 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.772194000, lastModified=2023-04-30 17:32:26.680920000, delta=91274000 ns, racy<=2500000000 ns 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.772942000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.772942000, lastModified=2023-04-30 17:32:26.680920000, delta=92022000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.772747000, lastModified=2023-04-30 17:32:25.477936000, delta=1294811000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.773 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.773155000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.773155000, lastModified=2023-04-30 17:32:25.477936000, delta=1295219000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.772942000, lastModified=2023-04-30 17:32:26.680920000, delta=92022000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.773295000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.773295000, lastModified=2023-04-30 17:32:26.680920000, delta=92375000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.773155000, lastModified=2023-04-30 17:32:25.477936000, delta=1295219000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.773 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.773463000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.773463000, lastModified=2023-04-30 17:32:25.477936000, delta=1295527000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.773295000, lastModified=2023-04-30 17:32:26.680920000, delta=92375000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.773617000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.773617000, lastModified=2023-04-30 17:32:26.680920000, delta=92697000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.773463000, lastModified=2023-04-30 17:32:25.477936000, delta=1295527000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.773 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.773739000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.773739000, lastModified=2023-04-30 17:32:25.477936000, delta=1295803000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.773617000, lastModified=2023-04-30 17:32:26.680920000, delta=92697000 ns, racy<=2500000000 ns 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.773934000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.773934000, lastModified=2023-04-30 17:32:26.680920000, delta=93014000 ns, racy<=2500000000 ns 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.773739000, lastModified=2023-04-30 17:32:25.477936000, delta=1295803000 ns, racy<=2500000000 ns 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.774 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.774192000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.774192000, lastModified=2023-04-30 17:32:25.477936000, delta=1296256000 ns, racy<=2500000000 ns 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.773934000, lastModified=2023-04-30 17:32:26.680920000, delta=93014000 ns, racy<=2500000000 ns 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.774337000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.774337000, lastModified=2023-04-30 17:32:26.680920000, delta=93417000 ns, racy<=2500000000 ns 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.774192000, lastModified=2023-04-30 17:32:25.477936000, delta=1296256000 ns, racy<=2500000000 ns 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.774 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.774450000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.774450000, lastModified=2023-04-30 17:32:25.477936000, delta=1296514000 ns, racy<=2500000000 ns 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.774337000, lastModified=2023-04-30 17:32:26.680920000, delta=93417000 ns, racy<=2500000000 ns 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.774591000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.774591000, lastModified=2023-04-30 17:32:26.680920000, delta=93671000 ns, racy<=2500000000 ns 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.774751000, lastModified=2023-04-30 17:32:26.771918000, size=41, fileKey=(dev=3000f2,ino=1340184244) 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.774450000, lastModified=2023-04-30 17:32:25.477936000, delta=1296514000 ns, racy<=2500000000 ns 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.774 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.774980000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.774980000, lastModified=2023-04-30 17:32:25.477936000, delta=1297044000 ns, racy<=2500000000 ns 17:32:26.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.774591000, lastModified=2023-04-30 17:32:26.680920000, delta=93671000 ns, racy<=2500000000 ns 17:32:26.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.775160000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.775 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.775160000, lastModified=2023-04-30 17:32:26.680920000, delta=94240000 ns, racy<=2500000000 ns 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.776043000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.774980000, lastModified=2023-04-30 17:32:25.477936000, delta=1297044000 ns, racy<=2500000000 ns 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.776247000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.776247000, lastModified=2023-04-30 17:32:25.477936000, delta=1298311000 ns, racy<=2500000000 ns 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.776383000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.776247000, lastModified=2023-04-30 17:32:25.477936000, delta=1298311000 ns, racy<=2500000000 ns 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.776511000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.776511000, lastModified=2023-04-30 17:32:25.477936000, delta=1298575000 ns, racy<=2500000000 ns 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.776383000, lastModified=2023-04-30 17:32:26.680920000, delta=95463000 ns, racy<=2500000000 ns 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.776655000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.776655000, lastModified=2023-04-30 17:32:26.680920000, delta=95735000 ns, racy<=2500000000 ns 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.776819000, lastModified=2023-04-30 17:32:26.691919000, size=104, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.776511000, lastModified=2023-04-30 17:32:25.477936000, delta=1298575000 ns, racy<=2500000000 ns 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.776 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.776 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.776990000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.776990000, lastModified=2023-04-30 17:32:25.477936000, delta=1299054000 ns, racy<=2500000000 ns 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.776655000, lastModified=2023-04-30 17:32:26.680920000, delta=95735000 ns, racy<=2500000000 ns 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.777153000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.777153000, lastModified=2023-04-30 17:32:26.680920000, delta=96233000 ns, racy<=2500000000 ns 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.777397000, lastModified=2023-04-30 17:32:26.691919000, size=104, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.777454000, lastModified=2023-04-30 17:32:26.691919000, size=104, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.776990000, lastModified=2023-04-30 17:32:25.477936000, delta=1299054000 ns, racy<=2500000000 ns 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.777 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.777526000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.777526000, lastModified=2023-04-30 17:32:25.477936000, delta=1299590000 ns, racy<=2500000000 ns 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.777153000, lastModified=2023-04-30 17:32:26.680920000, delta=96233000 ns, racy<=2500000000 ns 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.777669000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.777669000, lastModified=2023-04-30 17:32:26.680920000, delta=96749000 ns, racy<=2500000000 ns 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.777526000, lastModified=2023-04-30 17:32:25.477936000, delta=1299590000 ns, racy<=2500000000 ns 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.777 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.777853000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.777853000, lastModified=2023-04-30 17:32:25.477936000, delta=1299917000 ns, racy<=2500000000 ns 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.777669000, lastModified=2023-04-30 17:32:26.680920000, delta=96749000 ns, racy<=2500000000 ns 17:32:26.777 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.777999000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.777999000, lastModified=2023-04-30 17:32:26.680920000, delta=97079000 ns, racy<=2500000000 ns 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.777853000, lastModified=2023-04-30 17:32:25.477936000, delta=1299917000 ns, racy<=2500000000 ns 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.778 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.778366000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.778366000, lastModified=2023-04-30 17:32:25.477936000, delta=1300430000 ns, racy<=2500000000 ns 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.777999000, lastModified=2023-04-30 17:32:26.680920000, delta=97079000 ns, racy<=2500000000 ns 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.778523000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.778523000, lastModified=2023-04-30 17:32:26.680920000, delta=97603000 ns, racy<=2500000000 ns 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.778759000, lastModified=2023-04-30 17:32:26.675920000, size=6, fileKey=(dev=3000f2,ino=1347487393) 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.778759000, lastModified=2023-04-30 17:32:26.675920000, delta=102839000 ns, racy<=4302500 ns 17:32:26.778 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.778366000, lastModified=2023-04-30 17:32:25.477936000, delta=1300430000 ns, racy<=2500000000 ns 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.779 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.779092000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.779092000, lastModified=2023-04-30 17:32:25.477936000, delta=1301156000 ns, racy<=2500000000 ns 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.778523000, lastModified=2023-04-30 17:32:26.680920000, delta=97603000 ns, racy<=2500000000 ns 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.779278000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.779278000, lastModified=2023-04-30 17:32:26.680920000, delta=98358000 ns, racy<=2500000000 ns 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.778759000, lastModified=2023-04-30 17:32:26.675920000, delta=102839000 ns, racy<=4302500 ns 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.779628000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946779628000 ns, racy<=4302500 ns 17:32:26.779 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.778759000, lastModified=2023-04-30 17:32:26.675920000, delta=102839000 ns, racy<=4302500 ns 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.779628000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946779628000 ns, racy<=4302500 ns 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.780468000, lastModified=2023-04-30 17:32:26.775918000, size=0, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.779092000, lastModified=2023-04-30 17:32:25.477936000, delta=1301156000 ns, racy<=2500000000 ns 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.780 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.780547000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.780547000, lastModified=2023-04-30 17:32:25.477936000, delta=1302611000 ns, racy<=2500000000 ns 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.779278000, lastModified=2023-04-30 17:32:26.680920000, delta=98358000 ns, racy<=2500000000 ns 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.780713000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.780713000, lastModified=2023-04-30 17:32:26.680920000, delta=99793000 ns, racy<=2500000000 ns 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.780877000, lastModified=2023-04-30 17:32:26.779918000, size=176, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.780 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.780962000, lastModified=2023-04-30 17:32:26.779918000, size=176, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.780547000, lastModified=2023-04-30 17:32:25.477936000, delta=1302611000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.781 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.781184000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.781184000, lastModified=2023-04-30 17:32:25.477936000, delta=1303248000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.780713000, lastModified=2023-04-30 17:32:26.680920000, delta=99793000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.781373000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.781373000, lastModified=2023-04-30 17:32:26.680920000, delta=100453000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.781184000, lastModified=2023-04-30 17:32:25.477936000, delta=1303248000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.781 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.781491000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.781491000, lastModified=2023-04-30 17:32:25.477936000, delta=1303555000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.781373000, lastModified=2023-04-30 17:32:26.680920000, delta=100453000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.781629000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.781629000, lastModified=2023-04-30 17:32:26.680920000, delta=100709000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.781491000, lastModified=2023-04-30 17:32:25.477936000, delta=1303555000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.781 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.781816000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.781816000, lastModified=2023-04-30 17:32:25.477936000, delta=1303880000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.781629000, lastModified=2023-04-30 17:32:26.680920000, delta=100709000 ns, racy<=2500000000 ns 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.781 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.781958000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.781958000, lastModified=2023-04-30 17:32:26.680920000, delta=101038000 ns, racy<=2500000000 ns 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.781816000, lastModified=2023-04-30 17:32:25.477936000, delta=1303880000 ns, racy<=2500000000 ns 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.782 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.782082000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.782082000, lastModified=2023-04-30 17:32:25.477936000, delta=1304146000 ns, racy<=2500000000 ns 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.781958000, lastModified=2023-04-30 17:32:26.680920000, delta=101038000 ns, racy<=2500000000 ns 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.782239000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.782239000, lastModified=2023-04-30 17:32:26.680920000, delta=101319000 ns, racy<=2500000000 ns 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.782353000, lastModified=2023-04-30 17:32:26.679920000, size=23, fileKey=(dev=3000f2,ino=1338329488) 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.782417000, lastModified=2023-04-30 17:32:26.771918000, size=41, fileKey=(dev=3000f2,ino=1340184244) 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.782082000, lastModified=2023-04-30 17:32:25.477936000, delta=1304146000 ns, racy<=2500000000 ns 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.782 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.782559000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.782559000, lastModified=2023-04-30 17:32:25.477936000, delta=1304623000 ns, racy<=2500000000 ns 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.782239000, lastModified=2023-04-30 17:32:26.680920000, delta=101319000 ns, racy<=2500000000 ns 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.782702000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.782702000, lastModified=2023-04-30 17:32:26.680920000, delta=101782000 ns, racy<=2500000000 ns 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.782353000, lastModified=2023-04-30 17:32:26.679920000, delta=102433000 ns, racy<=4302500 ns 17:32:26.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, is unmodified 17:32:26.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.782417000, lastModified=2023-04-30 17:32:26.771918000, delta=10499000 ns, racy<=4302500 ns 17:32:26.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, is unmodified 17:32:26.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.778759000, lastModified=2023-04-30 17:32:26.675920000, delta=102839000 ns, racy<=4302500 ns 17:32:26.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.782559000, lastModified=2023-04-30 17:32:25.477936000, delta=1304623000 ns, racy<=2500000000 ns 17:32:26.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.783 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.783999000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.783999000, lastModified=2023-04-30 17:32:25.477936000, delta=1306063000 ns, racy<=2500000000 ns 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.782702000, lastModified=2023-04-30 17:32:26.680920000, delta=101782000 ns, racy<=2500000000 ns 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.784230000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.784230000, lastModified=2023-04-30 17:32:26.680920000, delta=103310000 ns, racy<=2500000000 ns 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.784493000, lastModified=2023-04-30 17:32:26.779918000, size=176, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.784551000, lastModified=2023-04-30 17:32:26.779918000, size=176, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.778759000, lastModified=2023-04-30 17:32:26.675920000, delta=102839000 ns, racy<=4302500 ns 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.779628000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946779628000 ns, racy<=4302500 ns 17:32:26.784 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.778759000, lastModified=2023-04-30 17:32:26.675920000, delta=102839000 ns, racy<=4302500 ns 17:32:26.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.779628000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946779628000 ns, racy<=4302500 ns 17:32:26.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.778759000, lastModified=2023-04-30 17:32:26.675920000, delta=102839000 ns, racy<=4302500 ns 17:32:26.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.779628000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946779628000 ns, racy<=4302500 ns 17:32:26.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.778759000, lastModified=2023-04-30 17:32:26.675920000, delta=102839000 ns, racy<=4302500 ns 17:32:26.785 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.779628000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946779628000 ns, racy<=4302500 ns 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.783999000, lastModified=2023-04-30 17:32:25.477936000, delta=1306063000 ns, racy<=2500000000 ns 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.786 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.786448000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.786448000, lastModified=2023-04-30 17:32:25.477936000, delta=1308512000 ns, racy<=2500000000 ns 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.784230000, lastModified=2023-04-30 17:32:26.680920000, delta=103310000 ns, racy<=2500000000 ns 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.786605000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.786605000, lastModified=2023-04-30 17:32:26.680920000, delta=105685000 ns, racy<=2500000000 ns 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.782353000, lastModified=2023-04-30 17:32:26.679920000, delta=102433000 ns, racy<=4302500 ns 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, is unmodified 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.782417000, lastModified=2023-04-30 17:32:26.771918000, delta=10499000 ns, racy<=4302500 ns 17:32:26.786 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, is unmodified 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.786448000, lastModified=2023-04-30 17:32:25.477936000, delta=1308512000 ns, racy<=2500000000 ns 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.787 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.787076000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.787076000, lastModified=2023-04-30 17:32:25.477936000, delta=1309140000 ns, racy<=2500000000 ns 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.786605000, lastModified=2023-04-30 17:32:26.680920000, delta=105685000 ns, racy<=2500000000 ns 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.787261000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.787261000, lastModified=2023-04-30 17:32:26.680920000, delta=106341000 ns, racy<=2500000000 ns 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.782417000, lastModified=2023-04-30 17:32:26.771918000, delta=10499000 ns, racy<=4302500 ns 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, is unmodified 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.787076000, lastModified=2023-04-30 17:32:25.477936000, delta=1309140000 ns, racy<=2500000000 ns 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.787 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.787579000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.787579000, lastModified=2023-04-30 17:32:25.477936000, delta=1309643000 ns, racy<=2500000000 ns 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.787261000, lastModified=2023-04-30 17:32:26.680920000, delta=106341000 ns, racy<=2500000000 ns 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.787717000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.787717000, lastModified=2023-04-30 17:32:26.680920000, delta=106797000 ns, racy<=2500000000 ns 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.787579000, lastModified=2023-04-30 17:32:25.477936000, delta=1309643000 ns, racy<=2500000000 ns 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.787 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.787 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.787990000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.787990000, lastModified=2023-04-30 17:32:25.477936000, delta=1310054000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.787717000, lastModified=2023-04-30 17:32:26.680920000, delta=106797000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.788195000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.788195000, lastModified=2023-04-30 17:32:26.680920000, delta=107275000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.787990000, lastModified=2023-04-30 17:32:25.477936000, delta=1310054000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.788 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.788375000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.788375000, lastModified=2023-04-30 17:32:25.477936000, delta=1310439000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.788195000, lastModified=2023-04-30 17:32:26.680920000, delta=107275000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.788521000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.788521000, lastModified=2023-04-30 17:32:26.680920000, delta=107601000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.788375000, lastModified=2023-04-30 17:32:25.477936000, delta=1310439000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.788 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.788665000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.788665000, lastModified=2023-04-30 17:32:25.477936000, delta=1310729000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.788521000, lastModified=2023-04-30 17:32:26.680920000, delta=107601000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.788827000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.788827000, lastModified=2023-04-30 17:32:26.680920000, delta=107907000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.788665000, lastModified=2023-04-30 17:32:25.477936000, delta=1310729000 ns, racy<=2500000000 ns 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.788 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.788 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.788974000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.788974000, lastModified=2023-04-30 17:32:25.477936000, delta=1311038000 ns, racy<=2500000000 ns 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.788827000, lastModified=2023-04-30 17:32:26.680920000, delta=107907000 ns, racy<=2500000000 ns 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.789161000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.789161000, lastModified=2023-04-30 17:32:26.680920000, delta=108241000 ns, racy<=2500000000 ns 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.788974000, lastModified=2023-04-30 17:32:25.477936000, delta=1311038000 ns, racy<=2500000000 ns 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.789 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.789271000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.789271000, lastModified=2023-04-30 17:32:25.477936000, delta=1311335000 ns, racy<=2500000000 ns 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.789161000, lastModified=2023-04-30 17:32:26.680920000, delta=108241000 ns, racy<=2500000000 ns 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.789425000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.789425000, lastModified=2023-04-30 17:32:26.680920000, delta=108505000 ns, racy<=2500000000 ns 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.789546000, lastModified=2023-04-30 17:32:26.786918000, size=41, fileKey=(dev=3000f2,ino=1340184245) 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.789271000, lastModified=2023-04-30 17:32:25.477936000, delta=1311335000 ns, racy<=2500000000 ns 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.789 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.789747000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.789747000, lastModified=2023-04-30 17:32:25.477936000, delta=1311811000 ns, racy<=2500000000 ns 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.789425000, lastModified=2023-04-30 17:32:26.680920000, delta=108505000 ns, racy<=2500000000 ns 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.789915000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.789 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.789915000, lastModified=2023-04-30 17:32:26.680920000, delta=108995000 ns, racy<=2500000000 ns 17:32:26.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.790740000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.789747000, lastModified=2023-04-30 17:32:25.477936000, delta=1311811000 ns, racy<=2500000000 ns 17:32:26.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.790 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.790 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.790948000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.790948000, lastModified=2023-04-30 17:32:25.477936000, delta=1313012000 ns, racy<=2500000000 ns 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.791127000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.790948000, lastModified=2023-04-30 17:32:25.477936000, delta=1313012000 ns, racy<=2500000000 ns 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.791 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.791280000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.791280000, lastModified=2023-04-30 17:32:25.477936000, delta=1313344000 ns, racy<=2500000000 ns 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.791127000, lastModified=2023-04-30 17:32:26.680920000, delta=110207000 ns, racy<=2500000000 ns 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.791432000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.791432000, lastModified=2023-04-30 17:32:26.680920000, delta=110512000 ns, racy<=2500000000 ns 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.791559000, lastModified=2023-04-30 17:32:26.779918000, size=176, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.791280000, lastModified=2023-04-30 17:32:25.477936000, delta=1313344000 ns, racy<=2500000000 ns 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.791 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.791676000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.791676000, lastModified=2023-04-30 17:32:25.477936000, delta=1313740000 ns, racy<=2500000000 ns 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.791432000, lastModified=2023-04-30 17:32:26.680920000, delta=110512000 ns, racy<=2500000000 ns 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.791872000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.791 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.791872000, lastModified=2023-04-30 17:32:26.680920000, delta=110952000 ns, racy<=2500000000 ns 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.792118000, lastModified=2023-04-30 17:32:26.779918000, size=176, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.792187000, lastModified=2023-04-30 17:32:26.779918000, size=176, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.791676000, lastModified=2023-04-30 17:32:25.477936000, delta=1313740000 ns, racy<=2500000000 ns 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.792 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.792259000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.792259000, lastModified=2023-04-30 17:32:25.477936000, delta=1314323000 ns, racy<=2500000000 ns 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.791872000, lastModified=2023-04-30 17:32:26.680920000, delta=110952000 ns, racy<=2500000000 ns 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.792401000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.792401000, lastModified=2023-04-30 17:32:26.680920000, delta=111481000 ns, racy<=2500000000 ns 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.792259000, lastModified=2023-04-30 17:32:25.477936000, delta=1314323000 ns, racy<=2500000000 ns 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.792 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.792561000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.792561000, lastModified=2023-04-30 17:32:25.477936000, delta=1314625000 ns, racy<=2500000000 ns 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.792401000, lastModified=2023-04-30 17:32:26.680920000, delta=111481000 ns, racy<=2500000000 ns 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.792700000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.792 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.792700000, lastModified=2023-04-30 17:32:26.680920000, delta=111780000 ns, racy<=2500000000 ns 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.792561000, lastModified=2023-04-30 17:32:25.477936000, delta=1314625000 ns, racy<=2500000000 ns 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.793 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.793072000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.793072000, lastModified=2023-04-30 17:32:25.477936000, delta=1315136000 ns, racy<=2500000000 ns 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.792700000, lastModified=2023-04-30 17:32:26.680920000, delta=111780000 ns, racy<=2500000000 ns 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.793246000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.793246000, lastModified=2023-04-30 17:32:26.680920000, delta=112326000 ns, racy<=2500000000 ns 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.793457000, lastModified=2023-04-30 17:32:26.675920000, size=6, fileKey=(dev=3000f2,ino=1347487393) 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.793457000, lastModified=2023-04-30 17:32:26.675920000, delta=117537000 ns, racy<=4302500 ns 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.793728000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946793728000 ns, racy<=4302500 ns 17:32:26.793 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.793457000, lastModified=2023-04-30 17:32:26.675920000, delta=117537000 ns, racy<=4302500 ns 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.793728000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946793728000 ns, racy<=4302500 ns 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.793457000, lastModified=2023-04-30 17:32:26.675920000, delta=117537000 ns, racy<=4302500 ns 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.794739000, lastModified=2023-04-30 17:32:26.790918000, size=0, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.793072000, lastModified=2023-04-30 17:32:25.477936000, delta=1315136000 ns, racy<=2500000000 ns 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.794 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.794837000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.794837000, lastModified=2023-04-30 17:32:25.477936000, delta=1316901000 ns, racy<=2500000000 ns 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.793246000, lastModified=2023-04-30 17:32:26.680920000, delta=112326000 ns, racy<=2500000000 ns 17:32:26.794 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.794999000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.794999000, lastModified=2023-04-30 17:32:26.680920000, delta=114079000 ns, racy<=2500000000 ns 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.795149000, lastModified=2023-04-30 17:32:26.793918000, size=176, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.795229000, lastModified=2023-04-30 17:32:26.793918000, size=176, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.794837000, lastModified=2023-04-30 17:32:25.477936000, delta=1316901000 ns, racy<=2500000000 ns 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.795 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.795409000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.795409000, lastModified=2023-04-30 17:32:25.477936000, delta=1317473000 ns, racy<=2500000000 ns 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.794999000, lastModified=2023-04-30 17:32:26.680920000, delta=114079000 ns, racy<=2500000000 ns 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.795566000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.795566000, lastModified=2023-04-30 17:32:26.680920000, delta=114646000 ns, racy<=2500000000 ns 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.795409000, lastModified=2023-04-30 17:32:25.477936000, delta=1317473000 ns, racy<=2500000000 ns 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.795 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.795684000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.795684000, lastModified=2023-04-30 17:32:25.477936000, delta=1317748000 ns, racy<=2500000000 ns 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.795566000, lastModified=2023-04-30 17:32:26.680920000, delta=114646000 ns, racy<=2500000000 ns 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.795865000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.795865000, lastModified=2023-04-30 17:32:26.680920000, delta=114945000 ns, racy<=2500000000 ns 17:32:26.795 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.795684000, lastModified=2023-04-30 17:32:25.477936000, delta=1317748000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.796 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.796037000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.796037000, lastModified=2023-04-30 17:32:25.477936000, delta=1318101000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.795865000, lastModified=2023-04-30 17:32:26.680920000, delta=114945000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.796219000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.796219000, lastModified=2023-04-30 17:32:26.680920000, delta=115299000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.796037000, lastModified=2023-04-30 17:32:25.477936000, delta=1318101000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.796 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.796328000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.796328000, lastModified=2023-04-30 17:32:25.477936000, delta=1318392000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.796219000, lastModified=2023-04-30 17:32:26.680920000, delta=115299000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.796459000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.796459000, lastModified=2023-04-30 17:32:26.680920000, delta=115539000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.796562000, lastModified=2023-04-30 17:32:26.679920000, size=23, fileKey=(dev=3000f2,ino=1338329488) 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.796622000, lastModified=2023-04-30 17:32:26.786918000, size=41, fileKey=(dev=3000f2,ino=1340184245) 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.796328000, lastModified=2023-04-30 17:32:25.477936000, delta=1318392000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.796 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.796756000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.796756000, lastModified=2023-04-30 17:32:25.477936000, delta=1318820000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.796459000, lastModified=2023-04-30 17:32:26.680920000, delta=115539000 ns, racy<=2500000000 ns 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.796 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.796976000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.796976000, lastModified=2023-04-30 17:32:26.680920000, delta=116056000 ns, racy<=2500000000 ns 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.796562000, lastModified=2023-04-30 17:32:26.679920000, delta=116642000 ns, racy<=4302500 ns 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, is unmodified 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.796622000, lastModified=2023-04-30 17:32:26.786918000, delta=9704000 ns, racy<=4302500 ns 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, is unmodified 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.793457000, lastModified=2023-04-30 17:32:26.675920000, delta=117537000 ns, racy<=4302500 ns 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.796756000, lastModified=2023-04-30 17:32:25.477936000, delta=1318820000 ns, racy<=2500000000 ns 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.797 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.797584000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.797584000, lastModified=2023-04-30 17:32:25.477936000, delta=1319648000 ns, racy<=2500000000 ns 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.796976000, lastModified=2023-04-30 17:32:26.680920000, delta=116056000 ns, racy<=2500000000 ns 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.797744000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.797 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.797744000, lastModified=2023-04-30 17:32:26.680920000, delta=116824000 ns, racy<=2500000000 ns 17:32:26.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.798019000, lastModified=2023-04-30 17:32:26.793918000, size=176, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.798105000, lastModified=2023-04-30 17:32:26.793918000, size=176, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.793457000, lastModified=2023-04-30 17:32:26.675920000, delta=117537000 ns, racy<=4302500 ns 17:32:26.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.793728000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946793728000 ns, racy<=4302500 ns 17:32:26.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.793457000, lastModified=2023-04-30 17:32:26.675920000, delta=117537000 ns, racy<=4302500 ns 17:32:26.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.793728000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946793728000 ns, racy<=4302500 ns 17:32:26.798 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.793457000, lastModified=2023-04-30 17:32:26.675920000, delta=117537000 ns, racy<=4302500 ns 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.793728000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946793728000 ns, racy<=4302500 ns 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.793457000, lastModified=2023-04-30 17:32:26.675920000, delta=117537000 ns, racy<=4302500 ns 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.793728000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946793728000 ns, racy<=4302500 ns 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.797584000, lastModified=2023-04-30 17:32:25.477936000, delta=1319648000 ns, racy<=2500000000 ns 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.799 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.799777000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.799777000, lastModified=2023-04-30 17:32:25.477936000, delta=1321841000 ns, racy<=2500000000 ns 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.797744000, lastModified=2023-04-30 17:32:26.680920000, delta=116824000 ns, racy<=2500000000 ns 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.799 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.799970000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.799970000, lastModified=2023-04-30 17:32:26.680920000, delta=119050000 ns, racy<=2500000000 ns 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.796562000, lastModified=2023-04-30 17:32:26.679920000, delta=116642000 ns, racy<=4302500 ns 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, is unmodified 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.796622000, lastModified=2023-04-30 17:32:26.786918000, delta=9704000 ns, racy<=4302500 ns 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, is unmodified 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.799777000, lastModified=2023-04-30 17:32:25.477936000, delta=1321841000 ns, racy<=2500000000 ns 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.800 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.800373000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.800373000, lastModified=2023-04-30 17:32:25.477936000, delta=1322437000 ns, racy<=2500000000 ns 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.799970000, lastModified=2023-04-30 17:32:26.680920000, delta=119050000 ns, racy<=2500000000 ns 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.800542000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.800542000, lastModified=2023-04-30 17:32:26.680920000, delta=119622000 ns, racy<=2500000000 ns 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.796622000, lastModified=2023-04-30 17:32:26.786918000, delta=9704000 ns, racy<=4302500 ns 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, is unmodified 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.800373000, lastModified=2023-04-30 17:32:25.477936000, delta=1322437000 ns, racy<=2500000000 ns 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.800 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.800 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.800952000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.800952000, lastModified=2023-04-30 17:32:25.477936000, delta=1323016000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.800542000, lastModified=2023-04-30 17:32:26.680920000, delta=119622000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.801129000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.801129000, lastModified=2023-04-30 17:32:26.680920000, delta=120209000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.800952000, lastModified=2023-04-30 17:32:25.477936000, delta=1323016000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.801 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.801324000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.801324000, lastModified=2023-04-30 17:32:25.477936000, delta=1323388000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.801129000, lastModified=2023-04-30 17:32:26.680920000, delta=120209000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.801489000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.801489000, lastModified=2023-04-30 17:32:26.680920000, delta=120569000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.801324000, lastModified=2023-04-30 17:32:25.477936000, delta=1323388000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.801 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.801669000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.801669000, lastModified=2023-04-30 17:32:25.477936000, delta=1323733000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.801489000, lastModified=2023-04-30 17:32:26.680920000, delta=120569000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.801840000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.801840000, lastModified=2023-04-30 17:32:26.680920000, delta=120920000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.801669000, lastModified=2023-04-30 17:32:25.477936000, delta=1323733000 ns, racy<=2500000000 ns 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.801 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.801 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.801971000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.801971000, lastModified=2023-04-30 17:32:25.477936000, delta=1324035000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.801840000, lastModified=2023-04-30 17:32:26.680920000, delta=120920000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.802145000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.802145000, lastModified=2023-04-30 17:32:26.680920000, delta=121225000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.801971000, lastModified=2023-04-30 17:32:25.477936000, delta=1324035000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.802 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.802296000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.802296000, lastModified=2023-04-30 17:32:25.477936000, delta=1324360000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.802145000, lastModified=2023-04-30 17:32:26.680920000, delta=121225000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.802468000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.802468000, lastModified=2023-04-30 17:32:26.680920000, delta=121548000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.802296000, lastModified=2023-04-30 17:32:25.477936000, delta=1324360000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.802 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.802591000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.802591000, lastModified=2023-04-30 17:32:25.477936000, delta=1324655000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.802468000, lastModified=2023-04-30 17:32:26.680920000, delta=121548000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.802741000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.802741000, lastModified=2023-04-30 17:32:26.680920000, delta=121821000 ns, racy<=2500000000 ns 17:32:26.802 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.802859000, lastModified=2023-04-30 17:32:26.799918000, size=41, fileKey=(dev=3000f2,ino=1340184244) 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.802591000, lastModified=2023-04-30 17:32:25.477936000, delta=1324655000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.803 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.803096000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.803096000, lastModified=2023-04-30 17:32:25.477936000, delta=1325160000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.802741000, lastModified=2023-04-30 17:32:26.680920000, delta=121821000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.803246000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.803246000, lastModified=2023-04-30 17:32:26.680920000, delta=122326000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.803096000, lastModified=2023-04-30 17:32:25.477936000, delta=1325160000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.803 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.803437000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.803437000, lastModified=2023-04-30 17:32:25.477936000, delta=1325501000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.684361000, lastModified=2023-04-30 17:32:26.680920000, delta=3441000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.803580000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.803580000, lastModified=2023-04-30 17:32:26.680920000, delta=122660000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.803684000, lastModified=2023-04-30 17:32:26.799918000, size=41, fileKey=(dev=3000f2,ino=1340184244) 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.803437000, lastModified=2023-04-30 17:32:25.477936000, delta=1325501000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.803 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.803822000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.803822000, lastModified=2023-04-30 17:32:25.477936000, delta=1325886000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.803580000, lastModified=2023-04-30 17:32:26.680920000, delta=122660000 ns, racy<=2500000000 ns 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.803 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.803983000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.803983000, lastModified=2023-04-30 17:32:26.680920000, delta=123063000 ns, racy<=2500000000 ns 17:32:26.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, isRacyClean=true, read=2023-04-30 17:32:26.803684000, lastModified=2023-04-30 17:32:26.799918000, delta=3766000 ns, racy<=4302500 ns 17:32:26.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, is racily clean 17:32:26.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.804176000, lastModified=2023-04-30 17:32:26.799918000, size=41, fileKey=(dev=3000f2,ino=1340184244) 17:32:26.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, isRacyClean=true, read=2023-04-30 17:32:26.804176000, lastModified=2023-04-30 17:32:26.799918000, delta=4258000 ns, racy<=4302500 ns 17:32:26.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.804715000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.803822000, lastModified=2023-04-30 17:32:25.477936000, delta=1325886000 ns, racy<=2500000000 ns 17:32:26.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.804 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.804923000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.804 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.804923000, lastModified=2023-04-30 17:32:25.477936000, delta=1326987000 ns, racy<=2500000000 ns 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.805077000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.804923000, lastModified=2023-04-30 17:32:25.477936000, delta=1326987000 ns, racy<=2500000000 ns 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.805 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.805239000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.805239000, lastModified=2023-04-30 17:32:25.477936000, delta=1327303000 ns, racy<=2500000000 ns 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.805077000, lastModified=2023-04-30 17:32:26.680920000, delta=124157000 ns, racy<=2500000000 ns 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.805414000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.805414000, lastModified=2023-04-30 17:32:26.680920000, delta=124494000 ns, racy<=2500000000 ns 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.805553000, lastModified=2023-04-30 17:32:26.793918000, size=176, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.805239000, lastModified=2023-04-30 17:32:25.477936000, delta=1327303000 ns, racy<=2500000000 ns 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.805 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.805673000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.805673000, lastModified=2023-04-30 17:32:25.477936000, delta=1327737000 ns, racy<=2500000000 ns 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.805414000, lastModified=2023-04-30 17:32:26.680920000, delta=124494000 ns, racy<=2500000000 ns 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.805889000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.805 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.805889000, lastModified=2023-04-30 17:32:26.680920000, delta=124969000 ns, racy<=2500000000 ns 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.806115000, lastModified=2023-04-30 17:32:26.793918000, size=176, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.806184000, lastModified=2023-04-30 17:32:26.793918000, size=176, fileKey=(dev=3000f2,ino=1338329497) 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.805673000, lastModified=2023-04-30 17:32:25.477936000, delta=1327737000 ns, racy<=2500000000 ns 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.806 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.806275000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.806275000, lastModified=2023-04-30 17:32:25.477936000, delta=1328339000 ns, racy<=2500000000 ns 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.805889000, lastModified=2023-04-30 17:32:26.680920000, delta=124969000 ns, racy<=2500000000 ns 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.806418000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.806418000, lastModified=2023-04-30 17:32:26.680920000, delta=125498000 ns, racy<=2500000000 ns 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.806275000, lastModified=2023-04-30 17:32:25.477936000, delta=1328339000 ns, racy<=2500000000 ns 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.806 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.806558000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.806558000, lastModified=2023-04-30 17:32:25.477936000, delta=1328622000 ns, racy<=2500000000 ns 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.806418000, lastModified=2023-04-30 17:32:26.680920000, delta=125498000 ns, racy<=2500000000 ns 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.806695000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.806695000, lastModified=2023-04-30 17:32:26.680920000, delta=125775000 ns, racy<=2500000000 ns 17:32:26.806 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.806558000, lastModified=2023-04-30 17:32:25.477936000, delta=1328622000 ns, racy<=2500000000 ns 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.807 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.807032000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.807032000, lastModified=2023-04-30 17:32:25.477936000, delta=1329096000 ns, racy<=2500000000 ns 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.806695000, lastModified=2023-04-30 17:32:26.680920000, delta=125775000 ns, racy<=2500000000 ns 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.807217000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.807217000, lastModified=2023-04-30 17:32:26.680920000, delta=126297000 ns, racy<=2500000000 ns 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.807428000, lastModified=2023-04-30 17:32:26.675920000, size=6, fileKey=(dev=3000f2,ino=1347487393) 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.807428000, lastModified=2023-04-30 17:32:26.675920000, delta=131508000 ns, racy<=4302500 ns 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.807682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946807682000 ns, racy<=4302500 ns 17:32:26.807 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.807428000, lastModified=2023-04-30 17:32:26.675920000, delta=131508000 ns, racy<=4302500 ns 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.807682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946807682000 ns, racy<=4302500 ns 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.808580000, lastModified=2023-04-30 17:32:26.804918000, size=0, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.807032000, lastModified=2023-04-30 17:32:25.477936000, delta=1329096000 ns, racy<=2500000000 ns 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.808 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.808687000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.808687000, lastModified=2023-04-30 17:32:25.477936000, delta=1330751000 ns, racy<=2500000000 ns 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.807217000, lastModified=2023-04-30 17:32:26.680920000, delta=126297000 ns, racy<=2500000000 ns 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.808865000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.808 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.808865000, lastModified=2023-04-30 17:32:26.680920000, delta=127945000 ns, racy<=2500000000 ns 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.809014000, lastModified=2023-04-30 17:32:26.807918000, size=176, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.809109000, lastModified=2023-04-30 17:32:26.807918000, size=176, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.808687000, lastModified=2023-04-30 17:32:25.477936000, delta=1330751000 ns, racy<=2500000000 ns 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.809 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.809191000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.809191000, lastModified=2023-04-30 17:32:25.477936000, delta=1331255000 ns, racy<=2500000000 ns 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.808865000, lastModified=2023-04-30 17:32:26.680920000, delta=127945000 ns, racy<=2500000000 ns 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.809394000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.809394000, lastModified=2023-04-30 17:32:26.680920000, delta=128474000 ns, racy<=2500000000 ns 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.809592000, lastModified=2023-04-30 17:32:26.807918000, size=176, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.809652000, lastModified=2023-04-30 17:32:26.807918000, size=176, fileKey=(dev=3000f2,ino=1338329519) 17:32:26.809 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.809763000, lastModified=2023-04-30 17:32:26.807918000, size=0, fileKey=(dev=3000f2,ino=1338329520) 17:32:26.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.809191000, lastModified=2023-04-30 17:32:25.477936000, delta=1331255000 ns, racy<=2500000000 ns 17:32:26.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.869488000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.869488000, lastModified=2023-04-30 17:32:25.477936000, delta=1391552000 ns, racy<=2500000000 ns 17:32:26.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.809394000, lastModified=2023-04-30 17:32:26.680920000, delta=128474000 ns, racy<=2500000000 ns 17:32:26.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.869880000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.869880000, lastModified=2023-04-30 17:32:26.680920000, delta=188960000 ns, racy<=2500000000 ns 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.870067000, lastModified=2023-04-30 17:32:26.868917000, size=104, fileKey=(dev=3000f2,ino=1338329520) 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.870219000, lastModified=2023-04-30 17:32:26.868917000, size=104, fileKey=(dev=3000f2,ino=1338329520) 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.869488000, lastModified=2023-04-30 17:32:25.477936000, delta=1391552000 ns, racy<=2500000000 ns 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.870385000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.870385000, lastModified=2023-04-30 17:32:25.477936000, delta=1392449000 ns, racy<=2500000000 ns 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.869880000, lastModified=2023-04-30 17:32:26.680920000, delta=188960000 ns, racy<=2500000000 ns 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.870538000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.870538000, lastModified=2023-04-30 17:32:26.680920000, delta=189618000 ns, racy<=2500000000 ns 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.870385000, lastModified=2023-04-30 17:32:25.477936000, delta=1392449000 ns, racy<=2500000000 ns 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.870661000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.870661000, lastModified=2023-04-30 17:32:25.477936000, delta=1392725000 ns, racy<=2500000000 ns 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.870538000, lastModified=2023-04-30 17:32:26.680920000, delta=189618000 ns, racy<=2500000000 ns 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.870829000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.870829000, lastModified=2023-04-30 17:32:26.680920000, delta=189909000 ns, racy<=2500000000 ns 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.870661000, lastModified=2023-04-30 17:32:25.477936000, delta=1392725000 ns, racy<=2500000000 ns 17:32:26.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.870997000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.870997000, lastModified=2023-04-30 17:32:25.477936000, delta=1393061000 ns, racy<=2500000000 ns 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.870829000, lastModified=2023-04-30 17:32:26.680920000, delta=189909000 ns, racy<=2500000000 ns 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.871167000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.871167000, lastModified=2023-04-30 17:32:26.680920000, delta=190247000 ns, racy<=2500000000 ns 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.870997000, lastModified=2023-04-30 17:32:25.477936000, delta=1393061000 ns, racy<=2500000000 ns 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.871301000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.871301000, lastModified=2023-04-30 17:32:25.477936000, delta=1393365000 ns, racy<=2500000000 ns 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.871167000, lastModified=2023-04-30 17:32:26.680920000, delta=190247000 ns, racy<=2500000000 ns 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.871438000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.871438000, lastModified=2023-04-30 17:32:26.680920000, delta=190518000 ns, racy<=2500000000 ns 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.871567000, lastModified=2023-04-30 17:32:26.679920000, size=23, fileKey=(dev=3000f2,ino=1338329488) 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.871632000, lastModified=2023-04-30 17:32:26.799918000, size=41, fileKey=(dev=3000f2,ino=1340184244) 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.871301000, lastModified=2023-04-30 17:32:25.477936000, delta=1393365000 ns, racy<=2500000000 ns 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.871823000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.871823000, lastModified=2023-04-30 17:32:25.477936000, delta=1393887000 ns, racy<=2500000000 ns 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.871438000, lastModified=2023-04-30 17:32:26.680920000, delta=190518000 ns, racy<=2500000000 ns 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.871969000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.871969000, lastModified=2023-04-30 17:32:26.680920000, delta=191049000 ns, racy<=2500000000 ns 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.871567000, lastModified=2023-04-30 17:32:26.679920000, delta=191647000 ns, racy<=4302500 ns 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, is unmodified 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.871632000, lastModified=2023-04-30 17:32:26.799918000, delta=71714000 ns, racy<=4302500 ns 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, is unmodified 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.807428000, lastModified=2023-04-30 17:32:26.675920000, delta=131508000 ns, racy<=4302500 ns 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.871823000, lastModified=2023-04-30 17:32:25.477936000, delta=1393887000 ns, racy<=2500000000 ns 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.872 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.872678000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.872678000, lastModified=2023-04-30 17:32:25.477936000, delta=1394742000 ns, racy<=2500000000 ns 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.871969000, lastModified=2023-04-30 17:32:26.680920000, delta=191049000 ns, racy<=2500000000 ns 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.872868000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.872868000, lastModified=2023-04-30 17:32:26.680920000, delta=191948000 ns, racy<=2500000000 ns 17:32:26.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.873156000, lastModified=2023-04-30 17:32:26.868917000, size=104, fileKey=(dev=3000f2,ino=1338329520) 17:32:26.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.873218000, lastModified=2023-04-30 17:32:26.868917000, size=104, fileKey=(dev=3000f2,ino=1338329520) 17:32:26.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.807428000, lastModified=2023-04-30 17:32:26.675920000, delta=131508000 ns, racy<=4302500 ns 17:32:26.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.807682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946807682000 ns, racy<=4302500 ns 17:32:26.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.807428000, lastModified=2023-04-30 17:32:26.675920000, delta=131508000 ns, racy<=4302500 ns 17:32:26.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.807682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946807682000 ns, racy<=4302500 ns 17:32:26.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.807428000, lastModified=2023-04-30 17:32:26.675920000, delta=131508000 ns, racy<=4302500 ns 17:32:26.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.807682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946807682000 ns, racy<=4302500 ns 17:32:26.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.807428000, lastModified=2023-04-30 17:32:26.675920000, delta=131508000 ns, racy<=4302500 ns 17:32:26.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.807682000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946807682000 ns, racy<=4302500 ns 17:32:26.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack/preserved, is unmodified 17:32:26.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.872678000, lastModified=2023-04-30 17:32:25.477936000, delta=1394742000 ns, racy<=2500000000 ns 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.875 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.875033000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.875033000, lastModified=2023-04-30 17:32:25.477936000, delta=1397097000 ns, racy<=2500000000 ns 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.872868000, lastModified=2023-04-30 17:32:26.680920000, delta=191948000 ns, racy<=2500000000 ns 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.875191000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.875191000, lastModified=2023-04-30 17:32:26.680920000, delta=194271000 ns, racy<=2500000000 ns 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.871567000, lastModified=2023-04-30 17:32:26.679920000, delta=191647000 ns, racy<=4302500 ns 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/HEAD, is unmodified 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.871632000, lastModified=2023-04-30 17:32:26.799918000, delta=71714000 ns, racy<=4302500 ns 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, is unmodified 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.875033000, lastModified=2023-04-30 17:32:25.477936000, delta=1397097000 ns, racy<=2500000000 ns 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.875 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.875540000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.875540000, lastModified=2023-04-30 17:32:25.477936000, delta=1397604000 ns, racy<=2500000000 ns 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.875191000, lastModified=2023-04-30 17:32:26.680920000, delta=194271000 ns, racy<=2500000000 ns 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.875714000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.875714000, lastModified=2023-04-30 17:32:26.680920000, delta=194794000 ns, racy<=2500000000 ns 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.871632000, lastModified=2023-04-30 17:32:26.799918000, delta=71714000 ns, racy<=4302500 ns 17:32:26.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, is unmodified 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.875540000, lastModified=2023-04-30 17:32:25.477936000, delta=1397604000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.876 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.876076000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.876076000, lastModified=2023-04-30 17:32:25.477936000, delta=1398140000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.875714000, lastModified=2023-04-30 17:32:26.680920000, delta=194794000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.876238000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.876238000, lastModified=2023-04-30 17:32:26.680920000, delta=195318000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.876076000, lastModified=2023-04-30 17:32:25.477936000, delta=1398140000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.876 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.876402000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.876402000, lastModified=2023-04-30 17:32:25.477936000, delta=1398466000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.876238000, lastModified=2023-04-30 17:32:26.680920000, delta=195318000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.876556000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.876556000, lastModified=2023-04-30 17:32:26.680920000, delta=195636000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.876402000, lastModified=2023-04-30 17:32:25.477936000, delta=1398466000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.876 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.876737000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.876737000, lastModified=2023-04-30 17:32:25.477936000, delta=1398801000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.876556000, lastModified=2023-04-30 17:32:26.680920000, delta=195636000 ns, racy<=2500000000 ns 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.876899000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.876899000, lastModified=2023-04-30 17:32:26.680920000, delta=195979000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.876737000, lastModified=2023-04-30 17:32:25.477936000, delta=1398801000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.877 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.877035000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.877035000, lastModified=2023-04-30 17:32:25.477936000, delta=1399099000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.876899000, lastModified=2023-04-30 17:32:26.680920000, delta=195979000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.877182000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.877182000, lastModified=2023-04-30 17:32:26.680920000, delta=196262000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.877035000, lastModified=2023-04-30 17:32:25.477936000, delta=1399099000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.877 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.877328000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.877328000, lastModified=2023-04-30 17:32:25.477936000, delta=1399392000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.877182000, lastModified=2023-04-30 17:32:26.680920000, delta=196262000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.877476000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.877476000, lastModified=2023-04-30 17:32:26.680920000, delta=196556000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.877328000, lastModified=2023-04-30 17:32:25.477936000, delta=1399392000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.877 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.877595000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.877595000, lastModified=2023-04-30 17:32:25.477936000, delta=1399659000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.877476000, lastModified=2023-04-30 17:32:26.680920000, delta=196556000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.877739000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.877739000, lastModified=2023-04-30 17:32:26.680920000, delta=196819000 ns, racy<=2500000000 ns 17:32:26.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.877852000, lastModified=2023-04-30 17:32:26.874917000, size=41, fileKey=(dev=3000f2,ino=1340184245) 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.877595000, lastModified=2023-04-30 17:32:25.477936000, delta=1399659000 ns, racy<=2500000000 ns 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.878 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.878072000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.878072000, lastModified=2023-04-30 17:32:25.477936000, delta=1400136000 ns, racy<=2500000000 ns 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.877739000, lastModified=2023-04-30 17:32:26.680920000, delta=196819000 ns, racy<=2500000000 ns 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.878242000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.878242000, lastModified=2023-04-30 17:32:26.680920000, delta=197322000 ns, racy<=2500000000 ns 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.878072000, lastModified=2023-04-30 17:32:25.477936000, delta=1400136000 ns, racy<=2500000000 ns 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.878 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.878449000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.878449000, lastModified=2023-04-30 17:32:25.477936000, delta=1400513000 ns, racy<=2500000000 ns 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.803983000, lastModified=2023-04-30 17:32:26.680920000, delta=123063000 ns, racy<=2500000000 ns 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.878595000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.878595000, lastModified=2023-04-30 17:32:26.680920000, delta=197675000 ns, racy<=2500000000 ns 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, FileKey changed from (dev=3000f2,ino=1340184244) to (dev=3000f2,ino=1340184245) 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.878723000, lastModified=2023-04-30 17:32:26.874917000, size=41, fileKey=(dev=3000f2,ino=1340184245) 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.878449000, lastModified=2023-04-30 17:32:25.477936000, delta=1400513000 ns, racy<=2500000000 ns 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.878 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.878883000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.878883000, lastModified=2023-04-30 17:32:25.477936000, delta=1400947000 ns, racy<=2500000000 ns 17:32:26.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.878595000, lastModified=2023-04-30 17:32:26.680920000, delta=197675000 ns, racy<=2500000000 ns 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.879046000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.879046000, lastModified=2023-04-30 17:32:26.680920000, delta=198126000 ns, racy<=2500000000 ns 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, isRacyClean=true, read=2023-04-30 17:32:26.878723000, lastModified=2023-04-30 17:32:26.874917000, delta=3806000 ns, racy<=4302500 ns 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, is racily clean 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.879211000, lastModified=2023-04-30 17:32:26.874917000, size=41, fileKey=(dev=3000f2,ino=1340184245) 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/refs/heads/master, isRacyClean=true, read=2023-04-30 17:32:26.879211000, lastModified=2023-04-30 17:32:26.874917000, delta=4294000 ns, racy<=4302500 ns 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.878883000, lastModified=2023-04-30 17:32:25.477936000, delta=1400947000 ns, racy<=2500000000 ns 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.879 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.879419000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.879419000, lastModified=2023-04-30 17:32:25.477936000, delta=1401483000 ns, racy<=2500000000 ns 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.879046000, lastModified=2023-04-30 17:32:26.680920000, delta=198126000 ns, racy<=2500000000 ns 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.879581000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.879581000, lastModified=2023-04-30 17:32:26.680920000, delta=198661000 ns, racy<=2500000000 ns 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.880160000, lastModified=2023-04-30 17:32:26.675920000, size=6, fileKey=(dev=3000f2,ino=1347487393) 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.880160000, lastModified=2023-04-30 17:32:26.675920000, delta=204240000 ns, racy<=4302500 ns 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.879419000, lastModified=2023-04-30 17:32:25.477936000, delta=1401483000 ns, racy<=2500000000 ns 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.880 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.880504000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.880504000, lastModified=2023-04-30 17:32:25.477936000, delta=1402568000 ns, racy<=2500000000 ns 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.879581000, lastModified=2023-04-30 17:32:26.680920000, delta=198661000 ns, racy<=2500000000 ns 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.880660000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.880660000, lastModified=2023-04-30 17:32:26.680920000, delta=199740000 ns, racy<=2500000000 ns 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.880160000, lastModified=2023-04-30 17:32:26.675920000, delta=204240000 ns, racy<=4302500 ns 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.880160000, lastModified=2023-04-30 17:32:26.675920000, delta=204240000 ns, racy<=4302500 ns 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.880160000, lastModified=2023-04-30 17:32:26.675920000, delta=204240000 ns, racy<=4302500 ns 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.881632000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.880504000, lastModified=2023-04-30 17:32:25.477936000, delta=1402568000 ns, racy<=2500000000 ns 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.881 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.881818000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.881818000, lastModified=2023-04-30 17:32:25.477936000, delta=1403882000 ns, racy<=2500000000 ns 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.881956000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.881818000, lastModified=2023-04-30 17:32:25.477936000, delta=1403882000 ns, racy<=2500000000 ns 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.882 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.882093000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.882093000, lastModified=2023-04-30 17:32:25.477936000, delta=1404157000 ns, racy<=2500000000 ns 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.881956000, lastModified=2023-04-30 17:32:26.680920000, delta=201036000 ns, racy<=2500000000 ns 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.882245000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.882245000, lastModified=2023-04-30 17:32:26.680920000, delta=201325000 ns, racy<=2500000000 ns 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.882387000, lastModified=2023-04-30 17:32:26.868917000, size=104, fileKey=(dev=3000f2,ino=1338329520) 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.882477000, lastModified=2023-04-30 17:32:26.675920000, size=6, fileKey=(dev=3000f2,ino=1347487393) 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.882477000, lastModified=2023-04-30 17:32:26.675920000, delta=206557000 ns, racy<=4302500 ns 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.882477000, lastModified=2023-04-30 17:32:26.675920000, delta=206557000 ns, racy<=4302500 ns 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.882477000, lastModified=2023-04-30 17:32:26.675920000, delta=206557000 ns, racy<=4302500 ns 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.882477000, lastModified=2023-04-30 17:32:26.675920000, delta=206557000 ns, racy<=4302500 ns 17:32:26.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.882093000, lastModified=2023-04-30 17:32:25.477936000, delta=1404157000 ns, racy<=2500000000 ns 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.883 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.883143000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.883143000, lastModified=2023-04-30 17:32:25.477936000, delta=1405207000 ns, racy<=2500000000 ns 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.880660000, lastModified=2023-04-30 17:32:26.680920000, delta=199740000 ns, racy<=2500000000 ns 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.883295000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.883295000, lastModified=2023-04-30 17:32:26.680920000, delta=202375000 ns, racy<=2500000000 ns 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.880160000, lastModified=2023-04-30 17:32:26.675920000, delta=204240000 ns, racy<=4302500 ns 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.880160000, lastModified=2023-04-30 17:32:26.675920000, delta=204240000 ns, racy<=4302500 ns 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/objects/pack, is unmodified 17:32:26.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.883143000, lastModified=2023-04-30 17:32:25.477936000, delta=1405207000 ns, racy<=2500000000 ns 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.884 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.884024000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.884024000, lastModified=2023-04-30 17:32:25.477936000, delta=1406088000 ns, racy<=2500000000 ns 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.883295000, lastModified=2023-04-30 17:32:26.680920000, delta=202375000 ns, racy<=2500000000 ns 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.884189000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.884189000, lastModified=2023-04-30 17:32:26.680920000, delta=203269000 ns, racy<=2500000000 ns 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.884024000, lastModified=2023-04-30 17:32:25.477936000, delta=1406088000 ns, racy<=2500000000 ns 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.884 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.884335000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.884335000, lastModified=2023-04-30 17:32:25.477936000, delta=1406399000 ns, racy<=2500000000 ns 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.884189000, lastModified=2023-04-30 17:32:26.680920000, delta=203269000 ns, racy<=2500000000 ns 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, is racily clean 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.884515000, lastModified=2023-04-30 17:32:26.680920000, size=78, fileKey=(dev=3000f2,ino=1338329506) 17:32:26.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit14377008620434807787/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.884515000, lastModified=2023-04-30 17:32:26.680920000, delta=203595000 ns, racy<=2500000000 ns 17:32:26.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.884335000, lastModified=2023-04-30 17:32:25.477936000, delta=1406399000 ns, racy<=2500000000 ns 17:32:26.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.889 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.889609000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.889609000, lastModified=2023-04-30 17:32:25.477936000, delta=1411673000 ns, racy<=2500000000 ns 17:32:26.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.889609000, lastModified=2023-04-30 17:32:25.477936000, delta=1411673000 ns, racy<=2500000000 ns 17:32:26.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.889 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.889844000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.889844000, lastModified=2023-04-30 17:32:25.477936000, delta=1411908000 ns, racy<=2500000000 ns 17:32:26.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.889844000, lastModified=2023-04-30 17:32:25.477936000, delta=1411908000 ns, racy<=2500000000 ns 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.890 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.890164000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.890164000, lastModified=2023-04-30 17:32:25.477936000, delta=1412228000 ns, racy<=2500000000 ns 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.889980000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946889980000 ns, racy<=2500000000 ns 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is unmodified 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.890164000, lastModified=2023-04-30 17:32:25.477936000, delta=1412228000 ns, racy<=2500000000 ns 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.890 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.890550000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.890550000, lastModified=2023-04-30 17:32:25.477936000, delta=1412614000 ns, racy<=2500000000 ns 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.889980000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946889980000 ns, racy<=2500000000 ns 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is unmodified 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.890550000, lastModified=2023-04-30 17:32:25.477936000, delta=1412614000 ns, racy<=2500000000 ns 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.890 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.890834000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.890834000, lastModified=2023-04-30 17:32:25.477936000, delta=1412898000 ns, racy<=2500000000 ns 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.889980000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946889980000 ns, racy<=2500000000 ns 17:32:26.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is unmodified 17:32:26.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.890834000, lastModified=2023-04-30 17:32:25.477936000, delta=1412898000 ns, racy<=2500000000 ns 17:32:26.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.891 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.891605000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.891605000, lastModified=2023-04-30 17:32:25.477936000, delta=1413669000 ns, racy<=2500000000 ns 17:32:26.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.889980000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946889980000 ns, racy<=2500000000 ns 17:32:26.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is unmodified 17:32:26.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.891605000, lastModified=2023-04-30 17:32:25.477936000, delta=1413669000 ns, racy<=2500000000 ns 17:32:26.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.891 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.891988000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.891988000, lastModified=2023-04-30 17:32:25.477936000, delta=1414052000 ns, racy<=2500000000 ns 17:32:26.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.889980000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946889980000 ns, racy<=2500000000 ns 17:32:26.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is unmodified 17:32:26.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.891988000, lastModified=2023-04-30 17:32:25.477936000, delta=1414052000 ns, racy<=2500000000 ns 17:32:26.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.892 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.892405000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.892405000, lastModified=2023-04-30 17:32:25.477936000, delta=1414469000 ns, racy<=2500000000 ns 17:32:26.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.889980000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946889980000 ns, racy<=2500000000 ns 17:32:26.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is unmodified 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.892405000, lastModified=2023-04-30 17:32:25.477936000, delta=1414469000 ns, racy<=2500000000 ns 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.893 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.893065000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.893065000, lastModified=2023-04-30 17:32:25.477936000, delta=1415129000 ns, racy<=2500000000 ns 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.889980000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946889980000 ns, racy<=2500000000 ns 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is unmodified 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.893065000, lastModified=2023-04-30 17:32:25.477936000, delta=1415129000 ns, racy<=2500000000 ns 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.893 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.893398000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.893398000, lastModified=2023-04-30 17:32:25.477936000, delta=1415462000 ns, racy<=2500000000 ns 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.889980000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946889980000 ns, racy<=2500000000 ns 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is unmodified 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.893398000, lastModified=2023-04-30 17:32:25.477936000, delta=1415462000 ns, racy<=2500000000 ns 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.893 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.893695000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.893695000, lastModified=2023-04-30 17:32:25.477936000, delta=1415759000 ns, racy<=2500000000 ns 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.889980000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946889980000 ns, racy<=2500000000 ns 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is unmodified 17:32:26.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.893985000, lastModified=2023-04-30 17:32:26.892917000, size=23, fileKey=(dev=3000f2,ino=1364584171) 17:32:26.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.894791000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.895221000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.893695000, lastModified=2023-04-30 17:32:25.477936000, delta=1415759000 ns, racy<=2500000000 ns 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.895 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.895418000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.895418000, lastModified=2023-04-30 17:32:25.477936000, delta=1417482000 ns, racy<=2500000000 ns 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.895567000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.895418000, lastModified=2023-04-30 17:32:25.477936000, delta=1417482000 ns, racy<=2500000000 ns 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.895 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.895695000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.895695000, lastModified=2023-04-30 17:32:25.477936000, delta=1417759000 ns, racy<=2500000000 ns 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.895567000, lastModified=2023-04-30 17:32:26.892917000, delta=2650000 ns, racy<=2500000000 ns 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.895874000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.895874000, lastModified=2023-04-30 17:32:26.892917000, delta=2957000 ns, racy<=2500000000 ns 17:32:26.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.895695000, lastModified=2023-04-30 17:32:25.477936000, delta=1417759000 ns, racy<=2500000000 ns 17:32:26.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.896 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.896119000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.896119000, lastModified=2023-04-30 17:32:25.477936000, delta=1418183000 ns, racy<=2500000000 ns 17:32:26.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.895874000, lastModified=2023-04-30 17:32:26.892917000, delta=2957000 ns, racy<=2500000000 ns 17:32:26.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.896286000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.896286000, lastModified=2023-04-30 17:32:26.892917000, delta=3369000 ns, racy<=2500000000 ns 17:32:26.896 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.896391000, lastModified=2023-04-30 17:32:26.892917000, size=23, fileKey=(dev=3000f2,ino=1364584171) 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.897046000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.896119000, lastModified=2023-04-30 17:32:25.477936000, delta=1418183000 ns, racy<=2500000000 ns 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.897 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.897214000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.897214000, lastModified=2023-04-30 17:32:25.477936000, delta=1419278000 ns, racy<=2500000000 ns 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.897412000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.897214000, lastModified=2023-04-30 17:32:25.477936000, delta=1419278000 ns, racy<=2500000000 ns 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.897 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.897548000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.897548000, lastModified=2023-04-30 17:32:25.477936000, delta=1419612000 ns, racy<=2500000000 ns 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.897412000, lastModified=2023-04-30 17:32:26.892917000, delta=4495000 ns, racy<=2500000000 ns 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.897704000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.897 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.897704000, lastModified=2023-04-30 17:32:26.892917000, delta=4787000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.897548000, lastModified=2023-04-30 17:32:25.477936000, delta=1419612000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.898 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.898125000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.898125000, lastModified=2023-04-30 17:32:25.477936000, delta=1420189000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.897704000, lastModified=2023-04-30 17:32:26.892917000, delta=4787000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.898268000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.898268000, lastModified=2023-04-30 17:32:26.892917000, delta=5351000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.898125000, lastModified=2023-04-30 17:32:25.477936000, delta=1420189000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.898 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.898484000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.898484000, lastModified=2023-04-30 17:32:25.477936000, delta=1420548000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.898268000, lastModified=2023-04-30 17:32:26.892917000, delta=5351000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.898627000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.898627000, lastModified=2023-04-30 17:32:26.892917000, delta=5710000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.898484000, lastModified=2023-04-30 17:32:25.477936000, delta=1420548000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.898 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.898767000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.898767000, lastModified=2023-04-30 17:32:25.477936000, delta=1420831000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.898627000, lastModified=2023-04-30 17:32:26.892917000, delta=5710000 ns, racy<=2500000000 ns 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.898936000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.898936000, lastModified=2023-04-30 17:32:26.892917000, delta=6019000 ns, racy<=2500000000 ns 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.898767000, lastModified=2023-04-30 17:32:25.477936000, delta=1420831000 ns, racy<=2500000000 ns 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.899 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.899240000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.899240000, lastModified=2023-04-30 17:32:25.477936000, delta=1421304000 ns, racy<=2500000000 ns 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.898936000, lastModified=2023-04-30 17:32:26.892917000, delta=6019000 ns, racy<=2500000000 ns 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.899385000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.899385000, lastModified=2023-04-30 17:32:26.892917000, delta=6468000 ns, racy<=2500000000 ns 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.899240000, lastModified=2023-04-30 17:32:25.477936000, delta=1421304000 ns, racy<=2500000000 ns 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.899 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.899612000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.899612000, lastModified=2023-04-30 17:32:25.477936000, delta=1421676000 ns, racy<=2500000000 ns 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.899385000, lastModified=2023-04-30 17:32:26.892917000, delta=6468000 ns, racy<=2500000000 ns 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.899758000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.899758000, lastModified=2023-04-30 17:32:26.892917000, delta=6841000 ns, racy<=2500000000 ns 17:32:26.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.900014000, lastModified=2023-04-30 17:32:26.889917000, size=6, fileKey=(dev=3000f2,ino=1374082716) 17:32:26.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.900014000, lastModified=2023-04-30 17:32:26.889917000, delta=10097000 ns, racy<=4302500 ns 17:32:26.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack, is unmodified 17:32:26.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.900774000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946900774000 ns, racy<=4302500 ns 17:32:26.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack/preserved, is unmodified 17:32:26.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.900014000, lastModified=2023-04-30 17:32:26.889917000, delta=10097000 ns, racy<=4302500 ns 17:32:26.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack, is unmodified 17:32:26.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.900774000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946900774000 ns, racy<=4302500 ns 17:32:26.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack/preserved, is unmodified 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.899612000, lastModified=2023-04-30 17:32:25.477936000, delta=1421676000 ns, racy<=2500000000 ns 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.902 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.902130000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.902130000, lastModified=2023-04-30 17:32:25.477936000, delta=1424194000 ns, racy<=2500000000 ns 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.899758000, lastModified=2023-04-30 17:32:26.892917000, delta=6841000 ns, racy<=2500000000 ns 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.902296000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.902296000, lastModified=2023-04-30 17:32:26.892917000, delta=9379000 ns, racy<=2500000000 ns 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.902408000, lastModified=2023-04-30 17:32:26.896917000, size=0, fileKey=(dev=3000f2,ino=1364584177) 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.902130000, lastModified=2023-04-30 17:32:25.477936000, delta=1424194000 ns, racy<=2500000000 ns 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.902 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.902474000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.902474000, lastModified=2023-04-30 17:32:25.477936000, delta=1424538000 ns, racy<=2500000000 ns 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.902296000, lastModified=2023-04-30 17:32:26.892917000, delta=9379000 ns, racy<=2500000000 ns 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.902614000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.902614000, lastModified=2023-04-30 17:32:26.892917000, delta=9697000 ns, racy<=2500000000 ns 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.902746000, lastModified=2023-04-30 17:32:26.900917000, size=104, fileKey=(dev=3000f2,ino=1364584177) 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.902822000, lastModified=2023-04-30 17:32:26.900917000, size=104, fileKey=(dev=3000f2,ino=1364584177) 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.902474000, lastModified=2023-04-30 17:32:25.477936000, delta=1424538000 ns, racy<=2500000000 ns 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.902 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.902911000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.902911000, lastModified=2023-04-30 17:32:25.477936000, delta=1424975000 ns, racy<=2500000000 ns 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.902614000, lastModified=2023-04-30 17:32:26.892917000, delta=9697000 ns, racy<=2500000000 ns 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.903067000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.903067000, lastModified=2023-04-30 17:32:26.892917000, delta=10150000 ns, racy<=2500000000 ns 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.903285000, lastModified=2023-04-30 17:32:26.900917000, size=104, fileKey=(dev=3000f2,ino=1364584177) 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.903344000, lastModified=2023-04-30 17:32:26.900917000, size=104, fileKey=(dev=3000f2,ino=1364584177) 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.903426000, lastModified=2023-04-30 17:32:26.901917000, size=0, fileKey=(dev=3000f2,ino=1364584174) 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.902911000, lastModified=2023-04-30 17:32:25.477936000, delta=1424975000 ns, racy<=2500000000 ns 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.903 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.903491000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.903491000, lastModified=2023-04-30 17:32:25.477936000, delta=1425555000 ns, racy<=2500000000 ns 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.903067000, lastModified=2023-04-30 17:32:26.892917000, delta=10150000 ns, racy<=2500000000 ns 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.903639000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.903639000, lastModified=2023-04-30 17:32:26.892917000, delta=10722000 ns, racy<=2500000000 ns 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.903763000, lastModified=2023-04-30 17:32:26.901917000, size=104, fileKey=(dev=3000f2,ino=1364584174) 17:32:26.903 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.903491000, lastModified=2023-04-30 17:32:25.477936000, delta=1425555000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.904 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.904023000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.904023000, lastModified=2023-04-30 17:32:25.477936000, delta=1426087000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.903639000, lastModified=2023-04-30 17:32:26.892917000, delta=10722000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.904183000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.904183000, lastModified=2023-04-30 17:32:26.892917000, delta=11266000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.904023000, lastModified=2023-04-30 17:32:25.477936000, delta=1426087000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.904 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.904307000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.904307000, lastModified=2023-04-30 17:32:25.477936000, delta=1426371000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.904183000, lastModified=2023-04-30 17:32:26.892917000, delta=11266000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.904460000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.904460000, lastModified=2023-04-30 17:32:26.892917000, delta=11543000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.904307000, lastModified=2023-04-30 17:32:25.477936000, delta=1426371000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.904 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.904603000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.904603000, lastModified=2023-04-30 17:32:25.477936000, delta=1426667000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.904460000, lastModified=2023-04-30 17:32:26.892917000, delta=11543000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.904790000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.904790000, lastModified=2023-04-30 17:32:26.892917000, delta=11873000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.904603000, lastModified=2023-04-30 17:32:25.477936000, delta=1426667000 ns, racy<=2500000000 ns 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.904 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.904916000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.904 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.904916000, lastModified=2023-04-30 17:32:25.477936000, delta=1426980000 ns, racy<=2500000000 ns 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.904790000, lastModified=2023-04-30 17:32:26.892917000, delta=11873000 ns, racy<=2500000000 ns 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.905087000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.905087000, lastModified=2023-04-30 17:32:26.892917000, delta=12170000 ns, racy<=2500000000 ns 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.905197000, lastModified=2023-04-30 17:32:26.892917000, size=23, fileKey=(dev=3000f2,ino=1364584171) 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.904916000, lastModified=2023-04-30 17:32:25.477936000, delta=1426980000 ns, racy<=2500000000 ns 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.905 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.905436000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.905436000, lastModified=2023-04-30 17:32:25.477936000, delta=1427500000 ns, racy<=2500000000 ns 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.905087000, lastModified=2023-04-30 17:32:26.892917000, delta=12170000 ns, racy<=2500000000 ns 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.905583000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.905 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.905583000, lastModified=2023-04-30 17:32:26.892917000, delta=12666000 ns, racy<=2500000000 ns 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.905197000, lastModified=2023-04-30 17:32:26.892917000, delta=12280000 ns, racy<=4302500 ns 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/HEAD, is unmodified 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.905436000, lastModified=2023-04-30 17:32:25.477936000, delta=1427500000 ns, racy<=2500000000 ns 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.906 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.906465000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.906465000, lastModified=2023-04-30 17:32:25.477936000, delta=1428529000 ns, racy<=2500000000 ns 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.905583000, lastModified=2023-04-30 17:32:26.892917000, delta=12666000 ns, racy<=2500000000 ns 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.906622000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.906622000, lastModified=2023-04-30 17:32:26.892917000, delta=13705000 ns, racy<=2500000000 ns 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.906903000, lastModified=2023-04-30 17:32:26.901917000, size=104, fileKey=(dev=3000f2,ino=1364584174) 17:32:26.906 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.906961000, lastModified=2023-04-30 17:32:26.901917000, size=104, fileKey=(dev=3000f2,ino=1364584174) 17:32:26.907 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.900014000, lastModified=2023-04-30 17:32:26.889917000, delta=10097000 ns, racy<=4302500 ns 17:32:26.907 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack, is unmodified 17:32:26.907 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.900774000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946900774000 ns, racy<=4302500 ns 17:32:26.907 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack/preserved, is unmodified 17:32:26.907 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.900014000, lastModified=2023-04-30 17:32:26.889917000, delta=10097000 ns, racy<=4302500 ns 17:32:26.907 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack, is unmodified 17:32:26.907 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.900774000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946900774000 ns, racy<=4302500 ns 17:32:26.907 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack/preserved, is unmodified 17:32:26.908 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.900014000, lastModified=2023-04-30 17:32:26.889917000, delta=10097000 ns, racy<=4302500 ns 17:32:26.908 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack, is unmodified 17:32:26.908 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.900774000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946900774000 ns, racy<=4302500 ns 17:32:26.908 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack/preserved, is unmodified 17:32:26.908 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.900014000, lastModified=2023-04-30 17:32:26.889917000, delta=10097000 ns, racy<=4302500 ns 17:32:26.908 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack, is unmodified 17:32:26.908 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.900774000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946900774000 ns, racy<=4302500 ns 17:32:26.908 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/objects/pack/preserved, is unmodified 17:32:26.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.906465000, lastModified=2023-04-30 17:32:25.477936000, delta=1428529000 ns, racy<=2500000000 ns 17:32:26.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.969 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.969607000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.969607000, lastModified=2023-04-30 17:32:25.477936000, delta=1491671000 ns, racy<=2500000000 ns 17:32:26.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.906622000, lastModified=2023-04-30 17:32:26.892917000, delta=13705000 ns, racy<=2500000000 ns 17:32:26.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.969901000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.969901000, lastModified=2023-04-30 17:32:26.892917000, delta=76984000 ns, racy<=2500000000 ns 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.905197000, lastModified=2023-04-30 17:32:26.892917000, delta=12280000 ns, racy<=4302500 ns 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/HEAD, is unmodified 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.969607000, lastModified=2023-04-30 17:32:25.477936000, delta=1491671000 ns, racy<=2500000000 ns 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.970332000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.970332000, lastModified=2023-04-30 17:32:25.477936000, delta=1492396000 ns, racy<=2500000000 ns 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.969901000, lastModified=2023-04-30 17:32:26.892917000, delta=76984000 ns, racy<=2500000000 ns 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.970504000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.970504000, lastModified=2023-04-30 17:32:26.892917000, delta=77587000 ns, racy<=2500000000 ns 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.970332000, lastModified=2023-04-30 17:32:25.477936000, delta=1492396000 ns, racy<=2500000000 ns 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.970908000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.970908000, lastModified=2023-04-30 17:32:25.477936000, delta=1492972000 ns, racy<=2500000000 ns 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.970504000, lastModified=2023-04-30 17:32:26.892917000, delta=77587000 ns, racy<=2500000000 ns 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.971075000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.971075000, lastModified=2023-04-30 17:32:26.892917000, delta=78158000 ns, racy<=2500000000 ns 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.970908000, lastModified=2023-04-30 17:32:25.477936000, delta=1492972000 ns, racy<=2500000000 ns 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.971 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.971675000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.971675000, lastModified=2023-04-30 17:32:25.477936000, delta=1493739000 ns, racy<=2500000000 ns 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.971075000, lastModified=2023-04-30 17:32:26.892917000, delta=78158000 ns, racy<=2500000000 ns 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.971852000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.971852000, lastModified=2023-04-30 17:32:26.892917000, delta=78935000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.971675000, lastModified=2023-04-30 17:32:25.477936000, delta=1493739000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.972 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.972040000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.972040000, lastModified=2023-04-30 17:32:25.477936000, delta=1494104000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.971852000, lastModified=2023-04-30 17:32:26.892917000, delta=78935000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.972198000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.972198000, lastModified=2023-04-30 17:32:26.892917000, delta=79281000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.972040000, lastModified=2023-04-30 17:32:25.477936000, delta=1494104000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.972 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.972401000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.972401000, lastModified=2023-04-30 17:32:25.477936000, delta=1494465000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.972198000, lastModified=2023-04-30 17:32:26.892917000, delta=79281000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.972566000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.972566000, lastModified=2023-04-30 17:32:26.892917000, delta=79649000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.972401000, lastModified=2023-04-30 17:32:25.477936000, delta=1494465000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.972 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.972701000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.972701000, lastModified=2023-04-30 17:32:25.477936000, delta=1494765000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.972566000, lastModified=2023-04-30 17:32:26.892917000, delta=79649000 ns, racy<=2500000000 ns 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.972869000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.972869000, lastModified=2023-04-30 17:32:26.892917000, delta=79952000 ns, racy<=2500000000 ns 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.972701000, lastModified=2023-04-30 17:32:25.477936000, delta=1494765000 ns, racy<=2500000000 ns 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.973104000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.973104000, lastModified=2023-04-30 17:32:25.477936000, delta=1495168000 ns, racy<=2500000000 ns 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.972869000, lastModified=2023-04-30 17:32:26.892917000, delta=79952000 ns, racy<=2500000000 ns 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.973263000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.973263000, lastModified=2023-04-30 17:32:26.892917000, delta=80346000 ns, racy<=2500000000 ns 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.973104000, lastModified=2023-04-30 17:32:25.477936000, delta=1495168000 ns, racy<=2500000000 ns 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.973373000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.973373000, lastModified=2023-04-30 17:32:25.477936000, delta=1495437000 ns, racy<=2500000000 ns 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.973263000, lastModified=2023-04-30 17:32:26.892917000, delta=80346000 ns, racy<=2500000000 ns 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.973503000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.973503000, lastModified=2023-04-30 17:32:26.892917000, delta=80586000 ns, racy<=2500000000 ns 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.973653000, lastModified=2023-04-30 17:32:26.970916000, size=41, fileKey=(dev=3000f2,ino=1366362125) 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.973373000, lastModified=2023-04-30 17:32:25.477936000, delta=1495437000 ns, racy<=2500000000 ns 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.973898000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.973898000, lastModified=2023-04-30 17:32:25.477936000, delta=1495962000 ns, racy<=2500000000 ns 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.973503000, lastModified=2023-04-30 17:32:26.892917000, delta=80586000 ns, racy<=2500000000 ns 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.974066000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.974066000, lastModified=2023-04-30 17:32:26.892917000, delta=81149000 ns, racy<=2500000000 ns 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.973898000, lastModified=2023-04-30 17:32:25.477936000, delta=1495962000 ns, racy<=2500000000 ns 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.974 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.974292000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.974292000, lastModified=2023-04-30 17:32:25.477936000, delta=1496356000 ns, racy<=2500000000 ns 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.896286000, lastModified=2023-04-30 17:32:26.892917000, delta=3369000 ns, racy<=2500000000 ns 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.974432000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.974432000, lastModified=2023-04-30 17:32:26.892917000, delta=81515000 ns, racy<=2500000000 ns 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.974531000, lastModified=2023-04-30 17:32:26.970916000, size=41, fileKey=(dev=3000f2,ino=1366362125) 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.974292000, lastModified=2023-04-30 17:32:25.477936000, delta=1496356000 ns, racy<=2500000000 ns 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.974 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.974650000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.974650000, lastModified=2023-04-30 17:32:25.477936000, delta=1496714000 ns, racy<=2500000000 ns 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.974432000, lastModified=2023-04-30 17:32:26.892917000, delta=81515000 ns, racy<=2500000000 ns 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, is racily clean 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.974813000, lastModified=2023-04-30 17:32:26.892917000, size=78, fileKey=(dev=3000f2,ino=1364584176) 17:32:26.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.974813000, lastModified=2023-04-30 17:32:26.892917000, delta=81896000 ns, racy<=2500000000 ns 17:32:26.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/refs/heads/master, isRacyClean=true, read=2023-04-30 17:32:26.974531000, lastModified=2023-04-30 17:32:26.970916000, delta=3615000 ns, racy<=4302500 ns 17:32:26.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/refs/heads/master, is racily clean 17:32:26.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:26.975508000, lastModified=2023-04-30 17:32:26.970916000, size=41, fileKey=(dev=3000f2,ino=1366362125) 17:32:26.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6262992488625017387/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:26.975508000, lastModified=2023-04-30 17:32:26.970916000, delta=4592000 ns, racy<=4302500 ns 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.974650000, lastModified=2023-04-30 17:32:25.477936000, delta=1496714000 ns, racy<=2500000000 ns 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.977 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.977211000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.977211000, lastModified=2023-04-30 17:32:25.477936000, delta=1499275000 ns, racy<=2500000000 ns 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.977211000, lastModified=2023-04-30 17:32:25.477936000, delta=1499275000 ns, racy<=2500000000 ns 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.977 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.977396000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.977396000, lastModified=2023-04-30 17:32:25.477936000, delta=1499460000 ns, racy<=2500000000 ns 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.977396000, lastModified=2023-04-30 17:32:25.477936000, delta=1499460000 ns, racy<=2500000000 ns 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.977 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.977669000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.977669000, lastModified=2023-04-30 17:32:25.477936000, delta=1499733000 ns, racy<=2500000000 ns 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.977523000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946977523000 ns, racy<=2500000000 ns 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is unmodified 17:32:26.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.977669000, lastModified=2023-04-30 17:32:25.477936000, delta=1499733000 ns, racy<=2500000000 ns 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.978 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.978036000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.978036000, lastModified=2023-04-30 17:32:25.477936000, delta=1500100000 ns, racy<=2500000000 ns 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.977523000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946977523000 ns, racy<=2500000000 ns 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is unmodified 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.978036000, lastModified=2023-04-30 17:32:25.477936000, delta=1500100000 ns, racy<=2500000000 ns 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.978 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.978332000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.978332000, lastModified=2023-04-30 17:32:25.477936000, delta=1500396000 ns, racy<=2500000000 ns 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.977523000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946977523000 ns, racy<=2500000000 ns 17:32:26.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is unmodified 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.978332000, lastModified=2023-04-30 17:32:25.477936000, delta=1500396000 ns, racy<=2500000000 ns 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.979 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.979041000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.979041000, lastModified=2023-04-30 17:32:25.477936000, delta=1501105000 ns, racy<=2500000000 ns 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.977523000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946977523000 ns, racy<=2500000000 ns 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is unmodified 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.979041000, lastModified=2023-04-30 17:32:25.477936000, delta=1501105000 ns, racy<=2500000000 ns 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.979 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.979415000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.979415000, lastModified=2023-04-30 17:32:25.477936000, delta=1501479000 ns, racy<=2500000000 ns 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.977523000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946977523000 ns, racy<=2500000000 ns 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is unmodified 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.979415000, lastModified=2023-04-30 17:32:25.477936000, delta=1501479000 ns, racy<=2500000000 ns 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.979 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.979813000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.979813000, lastModified=2023-04-30 17:32:25.477936000, delta=1501877000 ns, racy<=2500000000 ns 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.977523000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946977523000 ns, racy<=2500000000 ns 17:32:26.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is unmodified 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.979813000, lastModified=2023-04-30 17:32:25.477936000, delta=1501877000 ns, racy<=2500000000 ns 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.980 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.980415000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.980415000, lastModified=2023-04-30 17:32:25.477936000, delta=1502479000 ns, racy<=2500000000 ns 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.977523000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946977523000 ns, racy<=2500000000 ns 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is unmodified 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.980415000, lastModified=2023-04-30 17:32:25.477936000, delta=1502479000 ns, racy<=2500000000 ns 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.980 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.980765000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.980765000, lastModified=2023-04-30 17:32:25.477936000, delta=1502829000 ns, racy<=2500000000 ns 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.977523000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946977523000 ns, racy<=2500000000 ns 17:32:26.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is unmodified 17:32:26.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.980765000, lastModified=2023-04-30 17:32:25.477936000, delta=1502829000 ns, racy<=2500000000 ns 17:32:26.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.981 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.981090000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.981090000, lastModified=2023-04-30 17:32:25.477936000, delta=1503154000 ns, racy<=2500000000 ns 17:32:26.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=false, read=2023-04-30 17:32:26.977523000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946977523000 ns, racy<=2500000000 ns 17:32:26.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is unmodified 17:32:26.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.981385000, lastModified=2023-04-30 17:32:26.979915000, size=23, fileKey=(dev=3000f2,ino=1381060723) 17:32:26.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.982309000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.982670000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.981090000, lastModified=2023-04-30 17:32:25.477936000, delta=1503154000 ns, racy<=2500000000 ns 17:32:26.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.982 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.982876000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.982876000, lastModified=2023-04-30 17:32:25.477936000, delta=1504940000 ns, racy<=2500000000 ns 17:32:26.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.983013000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.982876000, lastModified=2023-04-30 17:32:25.477936000, delta=1504940000 ns, racy<=2500000000 ns 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.983 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.983189000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.983189000, lastModified=2023-04-30 17:32:25.477936000, delta=1505253000 ns, racy<=2500000000 ns 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.983013000, lastModified=2023-04-30 17:32:26.980915000, delta=2098000 ns, racy<=2500000000 ns 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.983327000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.983327000, lastModified=2023-04-30 17:32:26.980915000, delta=2412000 ns, racy<=2500000000 ns 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.983189000, lastModified=2023-04-30 17:32:25.477936000, delta=1505253000 ns, racy<=2500000000 ns 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.983 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.983523000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.983523000, lastModified=2023-04-30 17:32:25.477936000, delta=1505587000 ns, racy<=2500000000 ns 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.983327000, lastModified=2023-04-30 17:32:26.980915000, delta=2412000 ns, racy<=2500000000 ns 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.983664000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.983664000, lastModified=2023-04-30 17:32:26.980915000, delta=2749000 ns, racy<=2500000000 ns 17:32:26.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.983764000, lastModified=2023-04-30 17:32:26.979915000, size=23, fileKey=(dev=3000f2,ino=1381060723) 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.984382000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.983523000, lastModified=2023-04-30 17:32:25.477936000, delta=1505587000 ns, racy<=2500000000 ns 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.984 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.984537000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.984537000, lastModified=2023-04-30 17:32:25.477936000, delta=1506601000 ns, racy<=2500000000 ns 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.984665000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.984537000, lastModified=2023-04-30 17:32:25.477936000, delta=1506601000 ns, racy<=2500000000 ns 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.984 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.984777000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.984777000, lastModified=2023-04-30 17:32:25.477936000, delta=1506841000 ns, racy<=2500000000 ns 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.984665000, lastModified=2023-04-30 17:32:26.980915000, delta=3750000 ns, racy<=2500000000 ns 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.984950000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.984950000, lastModified=2023-04-30 17:32:26.980915000, delta=4035000 ns, racy<=2500000000 ns 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.984777000, lastModified=2023-04-30 17:32:25.477936000, delta=1506841000 ns, racy<=2500000000 ns 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.985 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.985222000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.985222000, lastModified=2023-04-30 17:32:25.477936000, delta=1507286000 ns, racy<=2500000000 ns 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.984950000, lastModified=2023-04-30 17:32:26.980915000, delta=4035000 ns, racy<=2500000000 ns 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.985362000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.985362000, lastModified=2023-04-30 17:32:26.980915000, delta=4447000 ns, racy<=2500000000 ns 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.985222000, lastModified=2023-04-30 17:32:25.477936000, delta=1507286000 ns, racy<=2500000000 ns 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.985 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.985614000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.985614000, lastModified=2023-04-30 17:32:25.477936000, delta=1507678000 ns, racy<=2500000000 ns 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.985362000, lastModified=2023-04-30 17:32:26.980915000, delta=4447000 ns, racy<=2500000000 ns 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.985767000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.985767000, lastModified=2023-04-30 17:32:26.980915000, delta=4852000 ns, racy<=2500000000 ns 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.985614000, lastModified=2023-04-30 17:32:25.477936000, delta=1507678000 ns, racy<=2500000000 ns 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.985 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.985958000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.985958000, lastModified=2023-04-30 17:32:25.477936000, delta=1508022000 ns, racy<=2500000000 ns 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.985767000, lastModified=2023-04-30 17:32:26.980915000, delta=4852000 ns, racy<=2500000000 ns 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.986124000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.986124000, lastModified=2023-04-30 17:32:26.980915000, delta=5209000 ns, racy<=2500000000 ns 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.985958000, lastModified=2023-04-30 17:32:25.477936000, delta=1508022000 ns, racy<=2500000000 ns 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.986 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.986374000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.986374000, lastModified=2023-04-30 17:32:25.477936000, delta=1508438000 ns, racy<=2500000000 ns 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.986124000, lastModified=2023-04-30 17:32:26.980915000, delta=5209000 ns, racy<=2500000000 ns 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.986521000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.986521000, lastModified=2023-04-30 17:32:26.980915000, delta=5606000 ns, racy<=2500000000 ns 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.986374000, lastModified=2023-04-30 17:32:25.477936000, delta=1508438000 ns, racy<=2500000000 ns 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.986 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.986709000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.986709000, lastModified=2023-04-30 17:32:25.477936000, delta=1508773000 ns, racy<=2500000000 ns 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.986521000, lastModified=2023-04-30 17:32:26.980915000, delta=5606000 ns, racy<=2500000000 ns 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.986899000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.986899000, lastModified=2023-04-30 17:32:26.980915000, delta=5984000 ns, racy<=2500000000 ns 17:32:26.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:26.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:26.987162000, lastModified=2023-04-30 17:32:26.977915000, size=6, fileKey=(dev=3000f2,ino=1390603329) 17:32:26.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.987162000, lastModified=2023-04-30 17:32:26.977915000, delta=9247000 ns, racy<=4302500 ns 17:32:26.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:26.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:26.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.987867000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946987867000 ns, racy<=4302500 ns 17:32:26.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, is unmodified 17:32:26.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.987162000, lastModified=2023-04-30 17:32:26.977915000, delta=9247000 ns, racy<=4302500 ns 17:32:26.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.987867000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946987867000 ns, racy<=4302500 ns 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, is unmodified 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.986709000, lastModified=2023-04-30 17:32:25.477936000, delta=1508773000 ns, racy<=2500000000 ns 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.989 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.989379000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.989379000, lastModified=2023-04-30 17:32:25.477936000, delta=1511443000 ns, racy<=2500000000 ns 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.986899000, lastModified=2023-04-30 17:32:26.980915000, delta=5984000 ns, racy<=2500000000 ns 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.989590000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.989590000, lastModified=2023-04-30 17:32:26.980915000, delta=8675000 ns, racy<=2500000000 ns 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.989704000, lastModified=2023-04-30 17:32:26.983915000, size=0, fileKey=(dev=3000f2,ino=1381060727) 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.989379000, lastModified=2023-04-30 17:32:25.477936000, delta=1511443000 ns, racy<=2500000000 ns 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.989 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.989834000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.989834000, lastModified=2023-04-30 17:32:25.477936000, delta=1511898000 ns, racy<=2500000000 ns 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.989590000, lastModified=2023-04-30 17:32:26.980915000, delta=8675000 ns, racy<=2500000000 ns 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.990049000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.990049000, lastModified=2023-04-30 17:32:26.980915000, delta=9134000 ns, racy<=2500000000 ns 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.990244000, lastModified=2023-04-30 17:32:26.988915000, size=104, fileKey=(dev=3000f2,ino=1381060727) 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.990313000, lastModified=2023-04-30 17:32:26.988915000, size=104, fileKey=(dev=3000f2,ino=1381060727) 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.989834000, lastModified=2023-04-30 17:32:25.477936000, delta=1511898000 ns, racy<=2500000000 ns 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.990 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.990405000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.990405000, lastModified=2023-04-30 17:32:25.477936000, delta=1512469000 ns, racy<=2500000000 ns 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.990049000, lastModified=2023-04-30 17:32:26.980915000, delta=9134000 ns, racy<=2500000000 ns 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.990629000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.990629000, lastModified=2023-04-30 17:32:26.980915000, delta=9714000 ns, racy<=2500000000 ns 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.990884000, lastModified=2023-04-30 17:32:26.988915000, size=104, fileKey=(dev=3000f2,ino=1381060727) 17:32:26.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.990952000, lastModified=2023-04-30 17:32:26.988915000, size=104, fileKey=(dev=3000f2,ino=1381060727) 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.991053000, lastModified=2023-04-30 17:32:26.988915000, size=0, fileKey=(dev=3000f2,ino=1381060724) 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.990405000, lastModified=2023-04-30 17:32:25.477936000, delta=1512469000 ns, racy<=2500000000 ns 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.991 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.991166000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.991166000, lastModified=2023-04-30 17:32:25.477936000, delta=1513230000 ns, racy<=2500000000 ns 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.990629000, lastModified=2023-04-30 17:32:26.980915000, delta=9714000 ns, racy<=2500000000 ns 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.991399000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.991399000, lastModified=2023-04-30 17:32:26.980915000, delta=10484000 ns, racy<=2500000000 ns 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:26.991565000, lastModified=2023-04-30 17:32:26.989915000, size=104, fileKey=(dev=3000f2,ino=1381060724) 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.991166000, lastModified=2023-04-30 17:32:25.477936000, delta=1513230000 ns, racy<=2500000000 ns 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.991 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.991844000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.991844000, lastModified=2023-04-30 17:32:25.477936000, delta=1513908000 ns, racy<=2500000000 ns 17:32:26.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.991399000, lastModified=2023-04-30 17:32:26.980915000, delta=10484000 ns, racy<=2500000000 ns 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.992066000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.992066000, lastModified=2023-04-30 17:32:26.980915000, delta=11151000 ns, racy<=2500000000 ns 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.991844000, lastModified=2023-04-30 17:32:25.477936000, delta=1513908000 ns, racy<=2500000000 ns 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.992 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.992278000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.992278000, lastModified=2023-04-30 17:32:25.477936000, delta=1514342000 ns, racy<=2500000000 ns 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.992066000, lastModified=2023-04-30 17:32:26.980915000, delta=11151000 ns, racy<=2500000000 ns 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.992457000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.992457000, lastModified=2023-04-30 17:32:26.980915000, delta=11542000 ns, racy<=2500000000 ns 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.992278000, lastModified=2023-04-30 17:32:25.477936000, delta=1514342000 ns, racy<=2500000000 ns 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.992 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.992623000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.992623000, lastModified=2023-04-30 17:32:25.477936000, delta=1514687000 ns, racy<=2500000000 ns 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.992457000, lastModified=2023-04-30 17:32:26.980915000, delta=11542000 ns, racy<=2500000000 ns 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.992830000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.992830000, lastModified=2023-04-30 17:32:26.980915000, delta=11915000 ns, racy<=2500000000 ns 17:32:26.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.992623000, lastModified=2023-04-30 17:32:25.477936000, delta=1514687000 ns, racy<=2500000000 ns 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.993 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.993035000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.993035000, lastModified=2023-04-30 17:32:25.477936000, delta=1515099000 ns, racy<=2500000000 ns 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.992830000, lastModified=2023-04-30 17:32:26.980915000, delta=11915000 ns, racy<=2500000000 ns 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.993302000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.993302000, lastModified=2023-04-30 17:32:26.980915000, delta=12387000 ns, racy<=2500000000 ns 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:26.993444000, lastModified=2023-04-30 17:32:26.979915000, size=23, fileKey=(dev=3000f2,ino=1381060723) 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.993035000, lastModified=2023-04-30 17:32:25.477936000, delta=1515099000 ns, racy<=2500000000 ns 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.993 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.993678000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.993678000, lastModified=2023-04-30 17:32:25.477936000, delta=1515742000 ns, racy<=2500000000 ns 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.993302000, lastModified=2023-04-30 17:32:26.980915000, delta=12387000 ns, racy<=2500000000 ns 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.993925000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.993925000, lastModified=2023-04-30 17:32:26.980915000, delta=13010000 ns, racy<=2500000000 ns 17:32:26.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.993444000, lastModified=2023-04-30 17:32:26.979915000, delta=13529000 ns, racy<=4302500 ns 17:32:26.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/HEAD, is unmodified 17:32:26.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.993678000, lastModified=2023-04-30 17:32:25.477936000, delta=1515742000 ns, racy<=2500000000 ns 17:32:26.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.994 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.994760000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.994760000, lastModified=2023-04-30 17:32:25.477936000, delta=1516824000 ns, racy<=2500000000 ns 17:32:26.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.994 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.993925000, lastModified=2023-04-30 17:32:26.980915000, delta=13010000 ns, racy<=2500000000 ns 17:32:26.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.995035000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.995035000, lastModified=2023-04-30 17:32:26.980915000, delta=14120000 ns, racy<=2500000000 ns 17:32:26.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.995345000, lastModified=2023-04-30 17:32:26.989915000, size=104, fileKey=(dev=3000f2,ino=1381060724) 17:32:26.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:26.995405000, lastModified=2023-04-30 17:32:26.989915000, size=104, fileKey=(dev=3000f2,ino=1381060724) 17:32:26.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.987162000, lastModified=2023-04-30 17:32:26.977915000, delta=9247000 ns, racy<=4302500 ns 17:32:26.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:26.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.987867000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946987867000 ns, racy<=4302500 ns 17:32:26.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, is unmodified 17:32:26.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.987162000, lastModified=2023-04-30 17:32:26.977915000, delta=9247000 ns, racy<=4302500 ns 17:32:26.995 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:26.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.987867000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946987867000 ns, racy<=4302500 ns 17:32:26.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, is unmodified 17:32:26.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.987162000, lastModified=2023-04-30 17:32:26.977915000, delta=9247000 ns, racy<=4302500 ns 17:32:26.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:26.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.987867000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946987867000 ns, racy<=4302500 ns 17:32:26.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, is unmodified 17:32:26.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:26.987162000, lastModified=2023-04-30 17:32:26.977915000, delta=9247000 ns, racy<=4302500 ns 17:32:26.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:26.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:26.987867000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875946987867000 ns, racy<=4302500 ns 17:32:26.996 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, is unmodified 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.994760000, lastModified=2023-04-30 17:32:25.477936000, delta=1516824000 ns, racy<=2500000000 ns 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.997 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.997367000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.997367000, lastModified=2023-04-30 17:32:25.477936000, delta=1519431000 ns, racy<=2500000000 ns 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.995035000, lastModified=2023-04-30 17:32:26.980915000, delta=14120000 ns, racy<=2500000000 ns 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.997585000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.997585000, lastModified=2023-04-30 17:32:26.980915000, delta=16670000 ns, racy<=2500000000 ns 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:26.993444000, lastModified=2023-04-30 17:32:26.979915000, delta=13529000 ns, racy<=4302500 ns 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/HEAD, is unmodified 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.997367000, lastModified=2023-04-30 17:32:25.477936000, delta=1519431000 ns, racy<=2500000000 ns 17:32:26.997 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.997 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.997999000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.997999000, lastModified=2023-04-30 17:32:25.477936000, delta=1520063000 ns, racy<=2500000000 ns 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.997585000, lastModified=2023-04-30 17:32:26.980915000, delta=16670000 ns, racy<=2500000000 ns 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.998249000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.998249000, lastModified=2023-04-30 17:32:26.980915000, delta=17334000 ns, racy<=2500000000 ns 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.997999000, lastModified=2023-04-30 17:32:25.477936000, delta=1520063000 ns, racy<=2500000000 ns 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.998 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.998605000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.998605000, lastModified=2023-04-30 17:32:25.477936000, delta=1520669000 ns, racy<=2500000000 ns 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.998249000, lastModified=2023-04-30 17:32:26.980915000, delta=17334000 ns, racy<=2500000000 ns 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.998829000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.998 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.998829000, lastModified=2023-04-30 17:32:26.980915000, delta=17914000 ns, racy<=2500000000 ns 17:32:26.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.998605000, lastModified=2023-04-30 17:32:25.477936000, delta=1520669000 ns, racy<=2500000000 ns 17:32:26.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.999 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.999484000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:26.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.999484000, lastModified=2023-04-30 17:32:25.477936000, delta=1521548000 ns, racy<=2500000000 ns 17:32:26.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:26.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:26.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.998829000, lastModified=2023-04-30 17:32:26.980915000, delta=17914000 ns, racy<=2500000000 ns 17:32:26.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:26.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.999683000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:26.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.999683000, lastModified=2023-04-30 17:32:26.980915000, delta=18768000 ns, racy<=2500000000 ns 17:32:26.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.999484000, lastModified=2023-04-30 17:32:25.477936000, delta=1521548000 ns, racy<=2500000000 ns 17:32:26.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:26.999 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:26.999 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:26.999942000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.999942000, lastModified=2023-04-30 17:32:25.477936000, delta=1522006000 ns, racy<=2500000000 ns 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.999683000, lastModified=2023-04-30 17:32:26.980915000, delta=18768000 ns, racy<=2500000000 ns 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.000192000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.000192000, lastModified=2023-04-30 17:32:26.980915000, delta=19277000 ns, racy<=2500000000 ns 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:26.999942000, lastModified=2023-04-30 17:32:25.477936000, delta=1522006000 ns, racy<=2500000000 ns 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.000 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.000407000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.000407000, lastModified=2023-04-30 17:32:25.477936000, delta=1522471000 ns, racy<=2500000000 ns 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.000192000, lastModified=2023-04-30 17:32:26.980915000, delta=19277000 ns, racy<=2500000000 ns 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.000619000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.000619000, lastModified=2023-04-30 17:32:26.980915000, delta=19704000 ns, racy<=2500000000 ns 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.000407000, lastModified=2023-04-30 17:32:25.477936000, delta=1522471000 ns, racy<=2500000000 ns 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.000 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.000844000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.000844000, lastModified=2023-04-30 17:32:25.477936000, delta=1522908000 ns, racy<=2500000000 ns 17:32:27.000 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.000619000, lastModified=2023-04-30 17:32:26.980915000, delta=19704000 ns, racy<=2500000000 ns 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.001077000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.001077000, lastModified=2023-04-30 17:32:26.980915000, delta=20162000 ns, racy<=2500000000 ns 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.000844000, lastModified=2023-04-30 17:32:25.477936000, delta=1522908000 ns, racy<=2500000000 ns 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.001 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.001333000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.001333000, lastModified=2023-04-30 17:32:25.477936000, delta=1523397000 ns, racy<=2500000000 ns 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.001077000, lastModified=2023-04-30 17:32:26.980915000, delta=20162000 ns, racy<=2500000000 ns 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.001562000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.001562000, lastModified=2023-04-30 17:32:26.980915000, delta=20647000 ns, racy<=2500000000 ns 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.001333000, lastModified=2023-04-30 17:32:25.477936000, delta=1523397000 ns, racy<=2500000000 ns 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.001 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.001723000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.001723000, lastModified=2023-04-30 17:32:25.477936000, delta=1523787000 ns, racy<=2500000000 ns 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.001562000, lastModified=2023-04-30 17:32:26.980915000, delta=20647000 ns, racy<=2500000000 ns 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.001 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.001969000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.001969000, lastModified=2023-04-30 17:32:26.980915000, delta=21054000 ns, racy<=2500000000 ns 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.002207000, lastModified=2023-04-30 17:32:26.998915000, size=41, fileKey=(dev=3000f2,ino=1383513410) 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.001723000, lastModified=2023-04-30 17:32:25.477936000, delta=1523787000 ns, racy<=2500000000 ns 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.002 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.002424000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.002424000, lastModified=2023-04-30 17:32:25.477936000, delta=1524488000 ns, racy<=2500000000 ns 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.001969000, lastModified=2023-04-30 17:32:26.980915000, delta=21054000 ns, racy<=2500000000 ns 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.002621000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.002621000, lastModified=2023-04-30 17:32:26.980915000, delta=21706000 ns, racy<=2500000000 ns 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.002424000, lastModified=2023-04-30 17:32:25.477936000, delta=1524488000 ns, racy<=2500000000 ns 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.002 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.002911000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.002 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.002911000, lastModified=2023-04-30 17:32:25.477936000, delta=1524975000 ns, racy<=2500000000 ns 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:26.983664000, lastModified=2023-04-30 17:32:26.980915000, delta=2749000 ns, racy<=2500000000 ns 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.003177000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.003177000, lastModified=2023-04-30 17:32:26.980915000, delta=22262000 ns, racy<=2500000000 ns 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.003311000, lastModified=2023-04-30 17:32:26.998915000, size=41, fileKey=(dev=3000f2,ino=1383513410) 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.002911000, lastModified=2023-04-30 17:32:25.477936000, delta=1524975000 ns, racy<=2500000000 ns 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.003 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.003437000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.003437000, lastModified=2023-04-30 17:32:25.477936000, delta=1525501000 ns, racy<=2500000000 ns 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.003177000, lastModified=2023-04-30 17:32:26.980915000, delta=22262000 ns, racy<=2500000000 ns 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.003622000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.003 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.003622000, lastModified=2023-04-30 17:32:26.980915000, delta=22707000 ns, racy<=2500000000 ns 17:32:27.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.003311000, lastModified=2023-04-30 17:32:26.998915000, delta=4396000 ns, racy<=4302500 ns 17:32:27.004 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, is unmodified 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.005159000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.003437000, lastModified=2023-04-30 17:32:25.477936000, delta=1525501000 ns, racy<=2500000000 ns 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.005 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.005362000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.005362000, lastModified=2023-04-30 17:32:25.477936000, delta=1527426000 ns, racy<=2500000000 ns 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.005537000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.005362000, lastModified=2023-04-30 17:32:25.477936000, delta=1527426000 ns, racy<=2500000000 ns 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.005 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.005693000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.005693000, lastModified=2023-04-30 17:32:25.477936000, delta=1527757000 ns, racy<=2500000000 ns 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.005537000, lastModified=2023-04-30 17:32:26.980915000, delta=24622000 ns, racy<=2500000000 ns 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.005 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.005925000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.005925000, lastModified=2023-04-30 17:32:26.980915000, delta=25010000 ns, racy<=2500000000 ns 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.006133000, lastModified=2023-04-30 17:32:26.989915000, size=104, fileKey=(dev=3000f2,ino=1381060724) 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.005693000, lastModified=2023-04-30 17:32:25.477936000, delta=1527757000 ns, racy<=2500000000 ns 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.006 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.006292000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.006292000, lastModified=2023-04-30 17:32:25.477936000, delta=1528356000 ns, racy<=2500000000 ns 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.005925000, lastModified=2023-04-30 17:32:26.980915000, delta=25010000 ns, racy<=2500000000 ns 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.006484000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.006484000, lastModified=2023-04-30 17:32:26.980915000, delta=25569000 ns, racy<=2500000000 ns 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.006716000, lastModified=2023-04-30 17:32:26.989915000, size=104, fileKey=(dev=3000f2,ino=1381060724) 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.006789000, lastModified=2023-04-30 17:32:26.989915000, size=104, fileKey=(dev=3000f2,ino=1381060724) 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.006292000, lastModified=2023-04-30 17:32:25.477936000, delta=1528356000 ns, racy<=2500000000 ns 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.006 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.006 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.006930000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.006930000, lastModified=2023-04-30 17:32:25.477936000, delta=1528994000 ns, racy<=2500000000 ns 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.006484000, lastModified=2023-04-30 17:32:26.980915000, delta=25569000 ns, racy<=2500000000 ns 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.007197000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.007197000, lastModified=2023-04-30 17:32:26.980915000, delta=26282000 ns, racy<=2500000000 ns 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.006930000, lastModified=2023-04-30 17:32:25.477936000, delta=1528994000 ns, racy<=2500000000 ns 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.007 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.007372000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.007372000, lastModified=2023-04-30 17:32:25.477936000, delta=1529436000 ns, racy<=2500000000 ns 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.007197000, lastModified=2023-04-30 17:32:26.980915000, delta=26282000 ns, racy<=2500000000 ns 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.007561000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.007561000, lastModified=2023-04-30 17:32:26.980915000, delta=26646000 ns, racy<=2500000000 ns 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.007372000, lastModified=2023-04-30 17:32:25.477936000, delta=1529436000 ns, racy<=2500000000 ns 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.007 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.007 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.007966000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.007966000, lastModified=2023-04-30 17:32:25.477936000, delta=1530030000 ns, racy<=2500000000 ns 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.007561000, lastModified=2023-04-30 17:32:26.980915000, delta=26646000 ns, racy<=2500000000 ns 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.008201000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.008201000, lastModified=2023-04-30 17:32:26.980915000, delta=27286000 ns, racy<=2500000000 ns 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.008481000, lastModified=2023-04-30 17:32:26.977915000, size=6, fileKey=(dev=3000f2,ino=1390603329) 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.008481000, lastModified=2023-04-30 17:32:26.977915000, delta=30566000 ns, racy<=4302500 ns 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.007966000, lastModified=2023-04-30 17:32:25.477936000, delta=1530030000 ns, racy<=2500000000 ns 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.008 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.008812000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.008812000, lastModified=2023-04-30 17:32:25.477936000, delta=1530876000 ns, racy<=2500000000 ns 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.008201000, lastModified=2023-04-30 17:32:26.980915000, delta=27286000 ns, racy<=2500000000 ns 17:32:27.008 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.008994000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.008994000, lastModified=2023-04-30 17:32:26.980915000, delta=28079000 ns, racy<=2500000000 ns 17:32:27.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.008481000, lastModified=2023-04-30 17:32:26.977915000, delta=30566000 ns, racy<=4302500 ns 17:32:27.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:27.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.009360000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947009360000 ns, racy<=4302500 ns 17:32:27.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, is unmodified 17:32:27.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.008481000, lastModified=2023-04-30 17:32:26.977915000, delta=30566000 ns, racy<=4302500 ns 17:32:27.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.009360000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947009360000 ns, racy<=4302500 ns 17:32:27.009 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, is unmodified 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.010202000, lastModified=2023-04-30 17:32:27.004915000, size=0, fileKey=(dev=3000f2,ino=1381060727) 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.008812000, lastModified=2023-04-30 17:32:25.477936000, delta=1530876000 ns, racy<=2500000000 ns 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.010 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.010277000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.010277000, lastModified=2023-04-30 17:32:25.477936000, delta=1532341000 ns, racy<=2500000000 ns 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.008994000, lastModified=2023-04-30 17:32:26.980915000, delta=28079000 ns, racy<=2500000000 ns 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.010410000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.010410000, lastModified=2023-04-30 17:32:26.980915000, delta=29495000 ns, racy<=2500000000 ns 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.010556000, lastModified=2023-04-30 17:32:27.008915000, size=176, fileKey=(dev=3000f2,ino=1381060727) 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.010624000, lastModified=2023-04-30 17:32:27.008915000, size=176, fileKey=(dev=3000f2,ino=1381060727) 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.010277000, lastModified=2023-04-30 17:32:25.477936000, delta=1532341000 ns, racy<=2500000000 ns 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.010 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.010837000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.010837000, lastModified=2023-04-30 17:32:25.477936000, delta=1532901000 ns, racy<=2500000000 ns 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.010410000, lastModified=2023-04-30 17:32:26.980915000, delta=29495000 ns, racy<=2500000000 ns 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.010 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.010989000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.010989000, lastModified=2023-04-30 17:32:26.980915000, delta=30074000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.010837000, lastModified=2023-04-30 17:32:25.477936000, delta=1532901000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.011 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.011142000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.011142000, lastModified=2023-04-30 17:32:25.477936000, delta=1533206000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.010989000, lastModified=2023-04-30 17:32:26.980915000, delta=30074000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.011291000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.011291000, lastModified=2023-04-30 17:32:26.980915000, delta=30376000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.011142000, lastModified=2023-04-30 17:32:25.477936000, delta=1533206000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.011 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.011413000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.011413000, lastModified=2023-04-30 17:32:25.477936000, delta=1533477000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.011291000, lastModified=2023-04-30 17:32:26.980915000, delta=30376000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.011547000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.011547000, lastModified=2023-04-30 17:32:26.980915000, delta=30632000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.011413000, lastModified=2023-04-30 17:32:25.477936000, delta=1533477000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.011 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.011664000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.011664000, lastModified=2023-04-30 17:32:25.477936000, delta=1533728000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.011547000, lastModified=2023-04-30 17:32:26.980915000, delta=30632000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.011815000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.011815000, lastModified=2023-04-30 17:32:26.980915000, delta=30900000 ns, racy<=2500000000 ns 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.011921000, lastModified=2023-04-30 17:32:26.979915000, size=23, fileKey=(dev=3000f2,ino=1381060723) 17:32:27.011 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.011980000, lastModified=2023-04-30 17:32:26.998915000, size=41, fileKey=(dev=3000f2,ino=1383513410) 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.011664000, lastModified=2023-04-30 17:32:25.477936000, delta=1533728000 ns, racy<=2500000000 ns 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.012 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.012158000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.012158000, lastModified=2023-04-30 17:32:25.477936000, delta=1534222000 ns, racy<=2500000000 ns 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.011815000, lastModified=2023-04-30 17:32:26.980915000, delta=30900000 ns, racy<=2500000000 ns 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.012300000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.012300000, lastModified=2023-04-30 17:32:26.980915000, delta=31385000 ns, racy<=2500000000 ns 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.011921000, lastModified=2023-04-30 17:32:26.979915000, delta=32006000 ns, racy<=4302500 ns 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/HEAD, is unmodified 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.011980000, lastModified=2023-04-30 17:32:26.998915000, delta=13065000 ns, racy<=4302500 ns 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, is unmodified 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.008481000, lastModified=2023-04-30 17:32:26.977915000, delta=30566000 ns, racy<=4302500 ns 17:32:27.012 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.012158000, lastModified=2023-04-30 17:32:25.477936000, delta=1534222000 ns, racy<=2500000000 ns 17:32:27.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.069 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.069734000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.069734000, lastModified=2023-04-30 17:32:25.477936000, delta=1591798000 ns, racy<=2500000000 ns 17:32:27.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.012300000, lastModified=2023-04-30 17:32:26.980915000, delta=31385000 ns, racy<=2500000000 ns 17:32:27.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.070089000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.070089000, lastModified=2023-04-30 17:32:26.980915000, delta=89174000 ns, racy<=2500000000 ns 17:32:27.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.070443000, lastModified=2023-04-30 17:32:27.008915000, size=176, fileKey=(dev=3000f2,ino=1381060727) 17:32:27.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.070520000, lastModified=2023-04-30 17:32:27.008915000, size=176, fileKey=(dev=3000f2,ino=1381060727) 17:32:27.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.008481000, lastModified=2023-04-30 17:32:26.977915000, delta=30566000 ns, racy<=4302500 ns 17:32:27.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.009360000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947009360000 ns, racy<=4302500 ns 17:32:27.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, is unmodified 17:32:27.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.008481000, lastModified=2023-04-30 17:32:26.977915000, delta=30566000 ns, racy<=4302500 ns 17:32:27.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.009360000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947009360000 ns, racy<=4302500 ns 17:32:27.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, is unmodified 17:32:27.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.008481000, lastModified=2023-04-30 17:32:26.977915000, delta=30566000 ns, racy<=4302500 ns 17:32:27.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.009360000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947009360000 ns, racy<=4302500 ns 17:32:27.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, is unmodified 17:32:27.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.008481000, lastModified=2023-04-30 17:32:26.977915000, delta=30566000 ns, racy<=4302500 ns 17:32:27.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.009360000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947009360000 ns, racy<=4302500 ns 17:32:27.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack/preserved, is unmodified 17:32:27.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.069734000, lastModified=2023-04-30 17:32:25.477936000, delta=1591798000 ns, racy<=2500000000 ns 17:32:27.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.072 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.072635000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.072635000, lastModified=2023-04-30 17:32:25.477936000, delta=1594699000 ns, racy<=2500000000 ns 17:32:27.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.070089000, lastModified=2023-04-30 17:32:26.980915000, delta=89174000 ns, racy<=2500000000 ns 17:32:27.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.072917000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.072917000, lastModified=2023-04-30 17:32:26.980915000, delta=92002000 ns, racy<=2500000000 ns 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.011921000, lastModified=2023-04-30 17:32:26.979915000, delta=32006000 ns, racy<=4302500 ns 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/HEAD, is unmodified 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.011980000, lastModified=2023-04-30 17:32:26.998915000, delta=13065000 ns, racy<=4302500 ns 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, is unmodified 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.072635000, lastModified=2023-04-30 17:32:25.477936000, delta=1594699000 ns, racy<=2500000000 ns 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.073 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.073459000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.073459000, lastModified=2023-04-30 17:32:25.477936000, delta=1595523000 ns, racy<=2500000000 ns 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.072917000, lastModified=2023-04-30 17:32:26.980915000, delta=92002000 ns, racy<=2500000000 ns 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.073692000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.073692000, lastModified=2023-04-30 17:32:26.980915000, delta=92777000 ns, racy<=2500000000 ns 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.011980000, lastModified=2023-04-30 17:32:26.998915000, delta=13065000 ns, racy<=4302500 ns 17:32:27.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, is unmodified 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.073459000, lastModified=2023-04-30 17:32:25.477936000, delta=1595523000 ns, racy<=2500000000 ns 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.074 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.074182000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.074182000, lastModified=2023-04-30 17:32:25.477936000, delta=1596246000 ns, racy<=2500000000 ns 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.073692000, lastModified=2023-04-30 17:32:26.980915000, delta=92777000 ns, racy<=2500000000 ns 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.074388000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.074388000, lastModified=2023-04-30 17:32:26.980915000, delta=93473000 ns, racy<=2500000000 ns 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.074182000, lastModified=2023-04-30 17:32:25.477936000, delta=1596246000 ns, racy<=2500000000 ns 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.074 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.074653000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.074653000, lastModified=2023-04-30 17:32:25.477936000, delta=1596717000 ns, racy<=2500000000 ns 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.074388000, lastModified=2023-04-30 17:32:26.980915000, delta=93473000 ns, racy<=2500000000 ns 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.074891000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.074891000, lastModified=2023-04-30 17:32:26.980915000, delta=93976000 ns, racy<=2500000000 ns 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.074653000, lastModified=2023-04-30 17:32:25.477936000, delta=1596717000 ns, racy<=2500000000 ns 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.075 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.075132000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.075132000, lastModified=2023-04-30 17:32:25.477936000, delta=1597196000 ns, racy<=2500000000 ns 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.074891000, lastModified=2023-04-30 17:32:26.980915000, delta=93976000 ns, racy<=2500000000 ns 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.075417000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.075417000, lastModified=2023-04-30 17:32:26.980915000, delta=94502000 ns, racy<=2500000000 ns 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.075132000, lastModified=2023-04-30 17:32:25.477936000, delta=1597196000 ns, racy<=2500000000 ns 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.075 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.075608000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.075608000, lastModified=2023-04-30 17:32:25.477936000, delta=1597672000 ns, racy<=2500000000 ns 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.075417000, lastModified=2023-04-30 17:32:26.980915000, delta=94502000 ns, racy<=2500000000 ns 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.075829000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.075829000, lastModified=2023-04-30 17:32:26.980915000, delta=94914000 ns, racy<=2500000000 ns 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.075608000, lastModified=2023-04-30 17:32:25.477936000, delta=1597672000 ns, racy<=2500000000 ns 17:32:27.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.076 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.076028000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.076028000, lastModified=2023-04-30 17:32:25.477936000, delta=1598092000 ns, racy<=2500000000 ns 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.075829000, lastModified=2023-04-30 17:32:26.980915000, delta=94914000 ns, racy<=2500000000 ns 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.076246000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.076246000, lastModified=2023-04-30 17:32:26.980915000, delta=95331000 ns, racy<=2500000000 ns 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.076028000, lastModified=2023-04-30 17:32:25.477936000, delta=1598092000 ns, racy<=2500000000 ns 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.076 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.076424000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.076424000, lastModified=2023-04-30 17:32:25.477936000, delta=1598488000 ns, racy<=2500000000 ns 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.076246000, lastModified=2023-04-30 17:32:26.980915000, delta=95331000 ns, racy<=2500000000 ns 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.076612000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.076612000, lastModified=2023-04-30 17:32:26.980915000, delta=95697000 ns, racy<=2500000000 ns 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.076744000, lastModified=2023-04-30 17:32:27.072914000, size=41, fileKey=(dev=3000f2,ino=1383513416) 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.076424000, lastModified=2023-04-30 17:32:25.477936000, delta=1598488000 ns, racy<=2500000000 ns 17:32:27.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.077 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.077024000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.077024000, lastModified=2023-04-30 17:32:25.477936000, delta=1599088000 ns, racy<=2500000000 ns 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.076612000, lastModified=2023-04-30 17:32:26.980915000, delta=95697000 ns, racy<=2500000000 ns 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.077269000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.077269000, lastModified=2023-04-30 17:32:26.980915000, delta=96354000 ns, racy<=2500000000 ns 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.077024000, lastModified=2023-04-30 17:32:25.477936000, delta=1599088000 ns, racy<=2500000000 ns 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.077 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.077503000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.077503000, lastModified=2023-04-30 17:32:25.477936000, delta=1599567000 ns, racy<=2500000000 ns 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.003622000, lastModified=2023-04-30 17:32:26.980915000, delta=22707000 ns, racy<=2500000000 ns 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.077691000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.077691000, lastModified=2023-04-30 17:32:26.980915000, delta=96776000 ns, racy<=2500000000 ns 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, FileKey changed from (dev=3000f2,ino=1383513410) to (dev=3000f2,ino=1383513416) 17:32:27.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.077898000, lastModified=2023-04-30 17:32:27.072914000, size=41, fileKey=(dev=3000f2,ino=1383513416) 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.077503000, lastModified=2023-04-30 17:32:25.477936000, delta=1599567000 ns, racy<=2500000000 ns 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.078 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.078063000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.078063000, lastModified=2023-04-30 17:32:25.477936000, delta=1600127000 ns, racy<=2500000000 ns 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.077691000, lastModified=2023-04-30 17:32:26.980915000, delta=96776000 ns, racy<=2500000000 ns 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.078305000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.078305000, lastModified=2023-04-30 17:32:26.980915000, delta=97390000 ns, racy<=2500000000 ns 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.077898000, lastModified=2023-04-30 17:32:27.072914000, delta=4984000 ns, racy<=4302500 ns 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/refs/heads/master, is unmodified 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.078063000, lastModified=2023-04-30 17:32:25.477936000, delta=1600127000 ns, racy<=2500000000 ns 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.078 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.078619000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.078619000, lastModified=2023-04-30 17:32:25.477936000, delta=1600683000 ns, racy<=2500000000 ns 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.078305000, lastModified=2023-04-30 17:32:26.980915000, delta=97390000 ns, racy<=2500000000 ns 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.078859000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.078 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.078859000, lastModified=2023-04-30 17:32:26.980915000, delta=97944000 ns, racy<=2500000000 ns 17:32:27.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.079477000, lastModified=2023-04-30 17:32:26.977915000, size=6, fileKey=(dev=3000f2,ino=1390603329) 17:32:27.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.079477000, lastModified=2023-04-30 17:32:26.977915000, delta=101562000 ns, racy<=4302500 ns 17:32:27.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.078619000, lastModified=2023-04-30 17:32:25.477936000, delta=1600683000 ns, racy<=2500000000 ns 17:32:27.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.079 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.079 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.079947000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.079947000, lastModified=2023-04-30 17:32:25.477936000, delta=1602011000 ns, racy<=2500000000 ns 17:32:27.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.078859000, lastModified=2023-04-30 17:32:26.980915000, delta=97944000 ns, racy<=2500000000 ns 17:32:27.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.080198000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.080198000, lastModified=2023-04-30 17:32:26.980915000, delta=99283000 ns, racy<=2500000000 ns 17:32:27.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.079477000, lastModified=2023-04-30 17:32:26.977915000, delta=101562000 ns, racy<=4302500 ns 17:32:27.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.081059000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.079947000, lastModified=2023-04-30 17:32:25.477936000, delta=1602011000 ns, racy<=2500000000 ns 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.081 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.081323000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.081323000, lastModified=2023-04-30 17:32:25.477936000, delta=1603387000 ns, racy<=2500000000 ns 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.081491000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.081323000, lastModified=2023-04-30 17:32:25.477936000, delta=1603387000 ns, racy<=2500000000 ns 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.081 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.081640000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.081640000, lastModified=2023-04-30 17:32:25.477936000, delta=1603704000 ns, racy<=2500000000 ns 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.081491000, lastModified=2023-04-30 17:32:26.980915000, delta=100576000 ns, racy<=2500000000 ns 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.081891000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.081891000, lastModified=2023-04-30 17:32:26.980915000, delta=100976000 ns, racy<=2500000000 ns 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.082060000, lastModified=2023-04-30 17:32:27.008915000, size=176, fileKey=(dev=3000f2,ino=1381060727) 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.082211000, lastModified=2023-04-30 17:32:26.977915000, size=6, fileKey=(dev=3000f2,ino=1390603329) 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.082211000, lastModified=2023-04-30 17:32:26.977915000, delta=104296000 ns, racy<=4302500 ns 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.082211000, lastModified=2023-04-30 17:32:26.977915000, delta=104296000 ns, racy<=4302500 ns 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.081640000, lastModified=2023-04-30 17:32:25.477936000, delta=1603704000 ns, racy<=2500000000 ns 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.082 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.082679000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.082679000, lastModified=2023-04-30 17:32:25.477936000, delta=1604743000 ns, racy<=2500000000 ns 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.080198000, lastModified=2023-04-30 17:32:26.980915000, delta=99283000 ns, racy<=2500000000 ns 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.082918000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.082918000, lastModified=2023-04-30 17:32:26.980915000, delta=102003000 ns, racy<=2500000000 ns 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.079477000, lastModified=2023-04-30 17:32:26.977915000, delta=101562000 ns, racy<=4302500 ns 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.079477000, lastModified=2023-04-30 17:32:26.977915000, delta=101562000 ns, racy<=4302500 ns 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/objects/pack, is unmodified 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.082679000, lastModified=2023-04-30 17:32:25.477936000, delta=1604743000 ns, racy<=2500000000 ns 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.083 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.083649000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.083649000, lastModified=2023-04-30 17:32:25.477936000, delta=1605713000 ns, racy<=2500000000 ns 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.082918000, lastModified=2023-04-30 17:32:26.980915000, delta=102003000 ns, racy<=2500000000 ns 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.083876000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.083 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.083876000, lastModified=2023-04-30 17:32:26.980915000, delta=102961000 ns, racy<=2500000000 ns 17:32:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.083649000, lastModified=2023-04-30 17:32:25.477936000, delta=1605713000 ns, racy<=2500000000 ns 17:32:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.084 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.084107000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.084107000, lastModified=2023-04-30 17:32:25.477936000, delta=1606171000 ns, racy<=2500000000 ns 17:32:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.083876000, lastModified=2023-04-30 17:32:26.980915000, delta=102961000 ns, racy<=2500000000 ns 17:32:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, is racily clean 17:32:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.084303000, lastModified=2023-04-30 17:32:26.980915000, size=78, fileKey=(dev=3000f2,ino=1381060726) 17:32:27.084 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6937169270135230318/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.084303000, lastModified=2023-04-30 17:32:26.980915000, delta=103388000 ns, racy<=2500000000 ns 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.084107000, lastModified=2023-04-30 17:32:25.477936000, delta=1606171000 ns, racy<=2500000000 ns 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.087 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.087127000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.087127000, lastModified=2023-04-30 17:32:25.477936000, delta=1609191000 ns, racy<=2500000000 ns 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.087127000, lastModified=2023-04-30 17:32:25.477936000, delta=1609191000 ns, racy<=2500000000 ns 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.087 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.087426000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.087426000, lastModified=2023-04-30 17:32:25.477936000, delta=1609490000 ns, racy<=2500000000 ns 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.087426000, lastModified=2023-04-30 17:32:25.477936000, delta=1609490000 ns, racy<=2500000000 ns 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.087 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.087842000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.087842000, lastModified=2023-04-30 17:32:25.477936000, delta=1609906000 ns, racy<=2500000000 ns 17:32:27.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.087608000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947087608000 ns, racy<=2500000000 ns 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is unmodified 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.087842000, lastModified=2023-04-30 17:32:25.477936000, delta=1609906000 ns, racy<=2500000000 ns 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.088 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.088313000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.088313000, lastModified=2023-04-30 17:32:25.477936000, delta=1610377000 ns, racy<=2500000000 ns 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.087608000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947087608000 ns, racy<=2500000000 ns 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is unmodified 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.088313000, lastModified=2023-04-30 17:32:25.477936000, delta=1610377000 ns, racy<=2500000000 ns 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.088 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.088685000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.088685000, lastModified=2023-04-30 17:32:25.477936000, delta=1610749000 ns, racy<=2500000000 ns 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.087608000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947087608000 ns, racy<=2500000000 ns 17:32:27.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is unmodified 17:32:27.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.088685000, lastModified=2023-04-30 17:32:25.477936000, delta=1610749000 ns, racy<=2500000000 ns 17:32:27.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.089 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.089553000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.089553000, lastModified=2023-04-30 17:32:25.477936000, delta=1611617000 ns, racy<=2500000000 ns 17:32:27.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.087608000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947087608000 ns, racy<=2500000000 ns 17:32:27.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is unmodified 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.089553000, lastModified=2023-04-30 17:32:25.477936000, delta=1611617000 ns, racy<=2500000000 ns 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.090 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.090076000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.090076000, lastModified=2023-04-30 17:32:25.477936000, delta=1612140000 ns, racy<=2500000000 ns 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.087608000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947087608000 ns, racy<=2500000000 ns 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is unmodified 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.090076000, lastModified=2023-04-30 17:32:25.477936000, delta=1612140000 ns, racy<=2500000000 ns 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.090 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.090626000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.090626000, lastModified=2023-04-30 17:32:25.477936000, delta=1612690000 ns, racy<=2500000000 ns 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.087608000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947087608000 ns, racy<=2500000000 ns 17:32:27.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is unmodified 17:32:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.090626000, lastModified=2023-04-30 17:32:25.477936000, delta=1612690000 ns, racy<=2500000000 ns 17:32:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.091 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.091403000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.091403000, lastModified=2023-04-30 17:32:25.477936000, delta=1613467000 ns, racy<=2500000000 ns 17:32:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.087608000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947087608000 ns, racy<=2500000000 ns 17:32:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is unmodified 17:32:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.091403000, lastModified=2023-04-30 17:32:25.477936000, delta=1613467000 ns, racy<=2500000000 ns 17:32:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.091 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.091867000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.091867000, lastModified=2023-04-30 17:32:25.477936000, delta=1613931000 ns, racy<=2500000000 ns 17:32:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.087608000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947087608000 ns, racy<=2500000000 ns 17:32:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is unmodified 17:32:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.091867000, lastModified=2023-04-30 17:32:25.477936000, delta=1613931000 ns, racy<=2500000000 ns 17:32:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.092 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.092330000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.092330000, lastModified=2023-04-30 17:32:25.477936000, delta=1614394000 ns, racy<=2500000000 ns 17:32:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.087608000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947087608000 ns, racy<=2500000000 ns 17:32:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is unmodified 17:32:27.092 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.092703000, lastModified=2023-04-30 17:32:27.090914000, size=23, fileKey=(dev=3000f2,ino=1401209355) 17:32:27.093 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.093925000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.094358000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.092330000, lastModified=2023-04-30 17:32:25.477936000, delta=1614394000 ns, racy<=2500000000 ns 17:32:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.094 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.094544000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.094544000, lastModified=2023-04-30 17:32:25.477936000, delta=1616608000 ns, racy<=2500000000 ns 17:32:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.094707000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.094544000, lastModified=2023-04-30 17:32:25.477936000, delta=1616608000 ns, racy<=2500000000 ns 17:32:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.094 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.094905000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.094 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.094905000, lastModified=2023-04-30 17:32:25.477936000, delta=1616969000 ns, racy<=2500000000 ns 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.094707000, lastModified=2023-04-30 17:32:27.092914000, delta=1793000 ns, racy<=2500000000 ns 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.095166000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.095166000, lastModified=2023-04-30 17:32:27.092914000, delta=2252000 ns, racy<=2500000000 ns 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.094905000, lastModified=2023-04-30 17:32:25.477936000, delta=1616969000 ns, racy<=2500000000 ns 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.095 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.095432000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.095432000, lastModified=2023-04-30 17:32:25.477936000, delta=1617496000 ns, racy<=2500000000 ns 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.095166000, lastModified=2023-04-30 17:32:27.092914000, delta=2252000 ns, racy<=2500000000 ns 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.095615000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.095615000, lastModified=2023-04-30 17:32:27.092914000, delta=2701000 ns, racy<=2500000000 ns 17:32:27.095 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.095743000, lastModified=2023-04-30 17:32:27.090914000, size=23, fileKey=(dev=3000f2,ino=1401209355) 17:32:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.096529000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.095432000, lastModified=2023-04-30 17:32:25.477936000, delta=1617496000 ns, racy<=2500000000 ns 17:32:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.096 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.096724000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.096724000, lastModified=2023-04-30 17:32:25.477936000, delta=1618788000 ns, racy<=2500000000 ns 17:32:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.096 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.096944000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.096724000, lastModified=2023-04-30 17:32:25.477936000, delta=1618788000 ns, racy<=2500000000 ns 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.097 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.097155000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.097155000, lastModified=2023-04-30 17:32:25.477936000, delta=1619219000 ns, racy<=2500000000 ns 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.096944000, lastModified=2023-04-30 17:32:27.092914000, delta=4030000 ns, racy<=2500000000 ns 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.097351000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.097351000, lastModified=2023-04-30 17:32:27.092914000, delta=4437000 ns, racy<=2500000000 ns 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.097155000, lastModified=2023-04-30 17:32:25.477936000, delta=1619219000 ns, racy<=2500000000 ns 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.097 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.097655000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.097655000, lastModified=2023-04-30 17:32:25.477936000, delta=1619719000 ns, racy<=2500000000 ns 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.097351000, lastModified=2023-04-30 17:32:27.092914000, delta=4437000 ns, racy<=2500000000 ns 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.097903000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.097 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.097903000, lastModified=2023-04-30 17:32:27.092914000, delta=4989000 ns, racy<=2500000000 ns 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.097655000, lastModified=2023-04-30 17:32:25.477936000, delta=1619719000 ns, racy<=2500000000 ns 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.098 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.098260000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.098260000, lastModified=2023-04-30 17:32:25.477936000, delta=1620324000 ns, racy<=2500000000 ns 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.097903000, lastModified=2023-04-30 17:32:27.092914000, delta=4989000 ns, racy<=2500000000 ns 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.098451000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.098451000, lastModified=2023-04-30 17:32:27.092914000, delta=5537000 ns, racy<=2500000000 ns 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.098260000, lastModified=2023-04-30 17:32:25.477936000, delta=1620324000 ns, racy<=2500000000 ns 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.098 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.098645000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.098645000, lastModified=2023-04-30 17:32:25.477936000, delta=1620709000 ns, racy<=2500000000 ns 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.098451000, lastModified=2023-04-30 17:32:27.092914000, delta=5537000 ns, racy<=2500000000 ns 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.098897000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.098 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.098897000, lastModified=2023-04-30 17:32:27.092914000, delta=5983000 ns, racy<=2500000000 ns 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.098645000, lastModified=2023-04-30 17:32:25.477936000, delta=1620709000 ns, racy<=2500000000 ns 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.099 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.099254000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.099254000, lastModified=2023-04-30 17:32:25.477936000, delta=1621318000 ns, racy<=2500000000 ns 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.098897000, lastModified=2023-04-30 17:32:27.092914000, delta=5983000 ns, racy<=2500000000 ns 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.099467000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.099467000, lastModified=2023-04-30 17:32:27.092914000, delta=6553000 ns, racy<=2500000000 ns 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.099254000, lastModified=2023-04-30 17:32:25.477936000, delta=1621318000 ns, racy<=2500000000 ns 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.099 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.099730000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.099730000, lastModified=2023-04-30 17:32:25.477936000, delta=1621794000 ns, racy<=2500000000 ns 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.099467000, lastModified=2023-04-30 17:32:27.092914000, delta=6553000 ns, racy<=2500000000 ns 17:32:27.099 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.099996000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.099996000, lastModified=2023-04-30 17:32:27.092914000, delta=7082000 ns, racy<=2500000000 ns 17:32:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.100349000, lastModified=2023-04-30 17:32:27.087914000, size=6, fileKey=(dev=3000f2,ino=1410638253) 17:32:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.100349000, lastModified=2023-04-30 17:32:27.087914000, delta=12435000 ns, racy<=4302500 ns 17:32:27.100 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, is unmodified 17:32:27.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:27.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.101218000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947101218000 ns, racy<=4302500 ns 17:32:27.101 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack/preserved, is unmodified 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.100349000, lastModified=2023-04-30 17:32:27.087914000, delta=12435000 ns, racy<=4302500 ns 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, is unmodified 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.101218000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947101218000 ns, racy<=4302500 ns 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack/preserved, is unmodified 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.099730000, lastModified=2023-04-30 17:32:25.477936000, delta=1621794000 ns, racy<=2500000000 ns 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.102 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.102572000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.102572000, lastModified=2023-04-30 17:32:25.477936000, delta=1624636000 ns, racy<=2500000000 ns 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.099996000, lastModified=2023-04-30 17:32:27.092914000, delta=7082000 ns, racy<=2500000000 ns 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.102824000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.102824000, lastModified=2023-04-30 17:32:27.092914000, delta=9910000 ns, racy<=2500000000 ns 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.102918000, lastModified=2023-04-30 17:32:27.096914000, size=0, fileKey=(dev=3000f2,ino=1401209359) 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.102572000, lastModified=2023-04-30 17:32:25.477936000, delta=1624636000 ns, racy<=2500000000 ns 17:32:27.102 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.102 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.103004000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.103004000, lastModified=2023-04-30 17:32:25.477936000, delta=1625068000 ns, racy<=2500000000 ns 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.102824000, lastModified=2023-04-30 17:32:27.092914000, delta=9910000 ns, racy<=2500000000 ns 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.103210000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.103210000, lastModified=2023-04-30 17:32:27.092914000, delta=10296000 ns, racy<=2500000000 ns 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.103354000, lastModified=2023-04-30 17:32:27.101914000, size=104, fileKey=(dev=3000f2,ino=1401209359) 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.103416000, lastModified=2023-04-30 17:32:27.101914000, size=104, fileKey=(dev=3000f2,ino=1401209359) 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.103004000, lastModified=2023-04-30 17:32:25.477936000, delta=1625068000 ns, racy<=2500000000 ns 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.103 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.103491000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.103491000, lastModified=2023-04-30 17:32:25.477936000, delta=1625555000 ns, racy<=2500000000 ns 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.103210000, lastModified=2023-04-30 17:32:27.092914000, delta=10296000 ns, racy<=2500000000 ns 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.103638000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.103638000, lastModified=2023-04-30 17:32:27.092914000, delta=10724000 ns, racy<=2500000000 ns 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.103899000, lastModified=2023-04-30 17:32:27.101914000, size=104, fileKey=(dev=3000f2,ino=1401209359) 17:32:27.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.103974000, lastModified=2023-04-30 17:32:27.101914000, size=104, fileKey=(dev=3000f2,ino=1401209359) 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.104077000, lastModified=2023-04-30 17:32:27.101914000, size=0, fileKey=(dev=3000f2,ino=1401209356) 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.103491000, lastModified=2023-04-30 17:32:25.477936000, delta=1625555000 ns, racy<=2500000000 ns 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.104 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.104187000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.104187000, lastModified=2023-04-30 17:32:25.477936000, delta=1626251000 ns, racy<=2500000000 ns 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.103638000, lastModified=2023-04-30 17:32:27.092914000, delta=10724000 ns, racy<=2500000000 ns 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.104335000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.104335000, lastModified=2023-04-30 17:32:27.092914000, delta=11421000 ns, racy<=2500000000 ns 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.104456000, lastModified=2023-04-30 17:32:27.102914000, size=104, fileKey=(dev=3000f2,ino=1401209356) 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.104187000, lastModified=2023-04-30 17:32:25.477936000, delta=1626251000 ns, racy<=2500000000 ns 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.104 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.104679000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.104679000, lastModified=2023-04-30 17:32:25.477936000, delta=1626743000 ns, racy<=2500000000 ns 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.104335000, lastModified=2023-04-30 17:32:27.092914000, delta=11421000 ns, racy<=2500000000 ns 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.104882000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.104882000, lastModified=2023-04-30 17:32:27.092914000, delta=11968000 ns, racy<=2500000000 ns 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.104679000, lastModified=2023-04-30 17:32:25.477936000, delta=1626743000 ns, racy<=2500000000 ns 17:32:27.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.105 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.105020000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.105020000, lastModified=2023-04-30 17:32:25.477936000, delta=1627084000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.104882000, lastModified=2023-04-30 17:32:27.092914000, delta=11968000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.105215000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.105215000, lastModified=2023-04-30 17:32:27.092914000, delta=12301000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.105020000, lastModified=2023-04-30 17:32:25.477936000, delta=1627084000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.105 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.105346000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.105346000, lastModified=2023-04-30 17:32:25.477936000, delta=1627410000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.105215000, lastModified=2023-04-30 17:32:27.092914000, delta=12301000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.105499000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.105499000, lastModified=2023-04-30 17:32:27.092914000, delta=12585000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.105346000, lastModified=2023-04-30 17:32:25.477936000, delta=1627410000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.105 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.105609000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.105609000, lastModified=2023-04-30 17:32:25.477936000, delta=1627673000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.105499000, lastModified=2023-04-30 17:32:27.092914000, delta=12585000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.105758000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.105758000, lastModified=2023-04-30 17:32:27.092914000, delta=12844000 ns, racy<=2500000000 ns 17:32:27.105 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.105917000, lastModified=2023-04-30 17:32:27.090914000, size=23, fileKey=(dev=3000f2,ino=1401209355) 17:32:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.105609000, lastModified=2023-04-30 17:32:25.477936000, delta=1627673000 ns, racy<=2500000000 ns 17:32:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.106 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.106181000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.106181000, lastModified=2023-04-30 17:32:25.477936000, delta=1628245000 ns, racy<=2500000000 ns 17:32:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.105758000, lastModified=2023-04-30 17:32:27.092914000, delta=12844000 ns, racy<=2500000000 ns 17:32:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.106359000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.106359000, lastModified=2023-04-30 17:32:27.092914000, delta=13445000 ns, racy<=2500000000 ns 17:32:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.105917000, lastModified=2023-04-30 17:32:27.090914000, delta=15003000 ns, racy<=4302500 ns 17:32:27.106 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/HEAD, is unmodified 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.106181000, lastModified=2023-04-30 17:32:25.477936000, delta=1628245000 ns, racy<=2500000000 ns 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.107 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.107239000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.107239000, lastModified=2023-04-30 17:32:25.477936000, delta=1629303000 ns, racy<=2500000000 ns 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.106359000, lastModified=2023-04-30 17:32:27.092914000, delta=13445000 ns, racy<=2500000000 ns 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.107404000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.107404000, lastModified=2023-04-30 17:32:27.092914000, delta=14490000 ns, racy<=2500000000 ns 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.107651000, lastModified=2023-04-30 17:32:27.102914000, size=104, fileKey=(dev=3000f2,ino=1401209356) 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.107706000, lastModified=2023-04-30 17:32:27.102914000, size=104, fileKey=(dev=3000f2,ino=1401209356) 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.100349000, lastModified=2023-04-30 17:32:27.087914000, delta=12435000 ns, racy<=4302500 ns 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, is unmodified 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.101218000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947101218000 ns, racy<=4302500 ns 17:32:27.107 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack/preserved, is unmodified 17:32:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.100349000, lastModified=2023-04-30 17:32:27.087914000, delta=12435000 ns, racy<=4302500 ns 17:32:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, is unmodified 17:32:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.101218000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947101218000 ns, racy<=4302500 ns 17:32:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack/preserved, is unmodified 17:32:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.100349000, lastModified=2023-04-30 17:32:27.087914000, delta=12435000 ns, racy<=4302500 ns 17:32:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, is unmodified 17:32:27.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.101218000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947101218000 ns, racy<=4302500 ns 17:32:27.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack/preserved, is unmodified 17:32:27.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.100349000, lastModified=2023-04-30 17:32:27.087914000, delta=12435000 ns, racy<=4302500 ns 17:32:27.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, is unmodified 17:32:27.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.101218000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947101218000 ns, racy<=4302500 ns 17:32:27.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack/preserved, is unmodified 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.107239000, lastModified=2023-04-30 17:32:25.477936000, delta=1629303000 ns, racy<=2500000000 ns 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.170 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.170309000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.170309000, lastModified=2023-04-30 17:32:25.477936000, delta=1692373000 ns, racy<=2500000000 ns 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.107404000, lastModified=2023-04-30 17:32:27.092914000, delta=14490000 ns, racy<=2500000000 ns 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.170503000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.170503000, lastModified=2023-04-30 17:32:27.092914000, delta=77589000 ns, racy<=2500000000 ns 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.105917000, lastModified=2023-04-30 17:32:27.090914000, delta=15003000 ns, racy<=4302500 ns 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/HEAD, is unmodified 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.170309000, lastModified=2023-04-30 17:32:25.477936000, delta=1692373000 ns, racy<=2500000000 ns 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.170 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.170896000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.170896000, lastModified=2023-04-30 17:32:25.477936000, delta=1692960000 ns, racy<=2500000000 ns 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.170503000, lastModified=2023-04-30 17:32:27.092914000, delta=77589000 ns, racy<=2500000000 ns 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.171064000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.171064000, lastModified=2023-04-30 17:32:27.092914000, delta=78150000 ns, racy<=2500000000 ns 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.170896000, lastModified=2023-04-30 17:32:25.477936000, delta=1692960000 ns, racy<=2500000000 ns 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.171 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.171410000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.171410000, lastModified=2023-04-30 17:32:25.477936000, delta=1693474000 ns, racy<=2500000000 ns 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.171064000, lastModified=2023-04-30 17:32:27.092914000, delta=78150000 ns, racy<=2500000000 ns 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.171562000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.171562000, lastModified=2023-04-30 17:32:27.092914000, delta=78648000 ns, racy<=2500000000 ns 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.171410000, lastModified=2023-04-30 17:32:25.477936000, delta=1693474000 ns, racy<=2500000000 ns 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.172 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.172251000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.172251000, lastModified=2023-04-30 17:32:25.477936000, delta=1694315000 ns, racy<=2500000000 ns 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.171562000, lastModified=2023-04-30 17:32:27.092914000, delta=78648000 ns, racy<=2500000000 ns 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.172440000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.172440000, lastModified=2023-04-30 17:32:27.092914000, delta=79526000 ns, racy<=2500000000 ns 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.172251000, lastModified=2023-04-30 17:32:25.477936000, delta=1694315000 ns, racy<=2500000000 ns 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.172 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.172642000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.172642000, lastModified=2023-04-30 17:32:25.477936000, delta=1694706000 ns, racy<=2500000000 ns 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.172440000, lastModified=2023-04-30 17:32:27.092914000, delta=79526000 ns, racy<=2500000000 ns 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.172832000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.172832000, lastModified=2023-04-30 17:32:27.092914000, delta=79918000 ns, racy<=2500000000 ns 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.172642000, lastModified=2023-04-30 17:32:25.477936000, delta=1694706000 ns, racy<=2500000000 ns 17:32:27.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.173 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.173018000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.173018000, lastModified=2023-04-30 17:32:25.477936000, delta=1695082000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.172832000, lastModified=2023-04-30 17:32:27.092914000, delta=79918000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.173186000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.173186000, lastModified=2023-04-30 17:32:27.092914000, delta=80272000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.173018000, lastModified=2023-04-30 17:32:25.477936000, delta=1695082000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.173 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.173310000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.173310000, lastModified=2023-04-30 17:32:25.477936000, delta=1695374000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.173186000, lastModified=2023-04-30 17:32:27.092914000, delta=80272000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.173452000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.173452000, lastModified=2023-04-30 17:32:27.092914000, delta=80538000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.173310000, lastModified=2023-04-30 17:32:25.477936000, delta=1695374000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.173 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.173665000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.173665000, lastModified=2023-04-30 17:32:25.477936000, delta=1695729000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.173452000, lastModified=2023-04-30 17:32:27.092914000, delta=80538000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.173865000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.173865000, lastModified=2023-04-30 17:32:27.092914000, delta=80951000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.173665000, lastModified=2023-04-30 17:32:25.477936000, delta=1695729000 ns, racy<=2500000000 ns 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.173 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.173984000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.173984000, lastModified=2023-04-30 17:32:25.477936000, delta=1696048000 ns, racy<=2500000000 ns 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.173865000, lastModified=2023-04-30 17:32:27.092914000, delta=80951000 ns, racy<=2500000000 ns 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.174175000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.174175000, lastModified=2023-04-30 17:32:27.092914000, delta=81261000 ns, racy<=2500000000 ns 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.174325000, lastModified=2023-04-30 17:32:27.170913000, size=41, fileKey=(dev=3000f2,ino=1403191766) 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.173984000, lastModified=2023-04-30 17:32:25.477936000, delta=1696048000 ns, racy<=2500000000 ns 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.174 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.174510000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.174510000, lastModified=2023-04-30 17:32:25.477936000, delta=1696574000 ns, racy<=2500000000 ns 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.174175000, lastModified=2023-04-30 17:32:27.092914000, delta=81261000 ns, racy<=2500000000 ns 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.174659000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.174659000, lastModified=2023-04-30 17:32:27.092914000, delta=81745000 ns, racy<=2500000000 ns 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.174510000, lastModified=2023-04-30 17:32:25.477936000, delta=1696574000 ns, racy<=2500000000 ns 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.174 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.174903000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.174903000, lastModified=2023-04-30 17:32:25.477936000, delta=1696967000 ns, racy<=2500000000 ns 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.095615000, lastModified=2023-04-30 17:32:27.092914000, delta=2701000 ns, racy<=2500000000 ns 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.175065000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.175065000, lastModified=2023-04-30 17:32:27.092914000, delta=82151000 ns, racy<=2500000000 ns 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.175206000, lastModified=2023-04-30 17:32:27.170913000, size=41, fileKey=(dev=3000f2,ino=1403191766) 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.174903000, lastModified=2023-04-30 17:32:25.477936000, delta=1696967000 ns, racy<=2500000000 ns 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.175 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.175318000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.175318000, lastModified=2023-04-30 17:32:25.477936000, delta=1697382000 ns, racy<=2500000000 ns 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.175065000, lastModified=2023-04-30 17:32:27.092914000, delta=82151000 ns, racy<=2500000000 ns 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.175460000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.175460000, lastModified=2023-04-30 17:32:27.092914000, delta=82546000 ns, racy<=2500000000 ns 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/refs/heads/master, isRacyClean=true, read=2023-04-30 17:32:27.175206000, lastModified=2023-04-30 17:32:27.170913000, delta=4293000 ns, racy<=4302500 ns 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/refs/heads/master, is racily clean 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.176093000, lastModified=2023-04-30 17:32:27.170913000, size=41, fileKey=(dev=3000f2,ino=1403191766) 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.176093000, lastModified=2023-04-30 17:32:27.170913000, delta=5180000 ns, racy<=4302500 ns 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.175318000, lastModified=2023-04-30 17:32:25.477936000, delta=1697382000 ns, racy<=2500000000 ns 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.176 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.176337000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.176337000, lastModified=2023-04-30 17:32:25.477936000, delta=1698401000 ns, racy<=2500000000 ns 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.175460000, lastModified=2023-04-30 17:32:27.092914000, delta=82546000 ns, racy<=2500000000 ns 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.176496000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.176496000, lastModified=2023-04-30 17:32:27.092914000, delta=83582000 ns, racy<=2500000000 ns 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/refs/heads/master, cannot be racily clean 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.176337000, lastModified=2023-04-30 17:32:25.477936000, delta=1698401000 ns, racy<=2500000000 ns 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.176 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.176675000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.176675000, lastModified=2023-04-30 17:32:25.477936000, delta=1698739000 ns, racy<=2500000000 ns 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.176496000, lastModified=2023-04-30 17:32:27.092914000, delta=83582000 ns, racy<=2500000000 ns 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.176859000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.176859000, lastModified=2023-04-30 17:32:27.092914000, delta=83945000 ns, racy<=2500000000 ns 17:32:27.176 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/refs/heads/master, cannot be racily clean 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.176675000, lastModified=2023-04-30 17:32:25.477936000, delta=1698739000 ns, racy<=2500000000 ns 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.177 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.177114000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.177114000, lastModified=2023-04-30 17:32:25.477936000, delta=1699178000 ns, racy<=2500000000 ns 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.176859000, lastModified=2023-04-30 17:32:27.092914000, delta=83945000 ns, racy<=2500000000 ns 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.177261000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.177261000, lastModified=2023-04-30 17:32:27.092914000, delta=84347000 ns, racy<=2500000000 ns 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.177766000, lastModified=2023-04-30 17:32:27.087914000, size=6, fileKey=(dev=3000f2,ino=1410638253) 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.177766000, lastModified=2023-04-30 17:32:27.087914000, delta=89852000 ns, racy<=4302500 ns 17:32:27.177 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, is unmodified 17:32:27.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.177114000, lastModified=2023-04-30 17:32:25.477936000, delta=1699178000 ns, racy<=2500000000 ns 17:32:27.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.178 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.178189000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.178189000, lastModified=2023-04-30 17:32:25.477936000, delta=1700253000 ns, racy<=2500000000 ns 17:32:27.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.177261000, lastModified=2023-04-30 17:32:27.092914000, delta=84347000 ns, racy<=2500000000 ns 17:32:27.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.178365000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.178365000, lastModified=2023-04-30 17:32:27.092914000, delta=85451000 ns, racy<=2500000000 ns 17:32:27.178 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.178915000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.178189000, lastModified=2023-04-30 17:32:25.477936000, delta=1700253000 ns, racy<=2500000000 ns 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.179 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.179112000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.179112000, lastModified=2023-04-30 17:32:25.477936000, delta=1701176000 ns, racy<=2500000000 ns 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.179243000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.179112000, lastModified=2023-04-30 17:32:25.477936000, delta=1701176000 ns, racy<=2500000000 ns 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.179 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.179367000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.179367000, lastModified=2023-04-30 17:32:25.477936000, delta=1701431000 ns, racy<=2500000000 ns 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.179243000, lastModified=2023-04-30 17:32:27.092914000, delta=86329000 ns, racy<=2500000000 ns 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, is racily clean 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.179509000, lastModified=2023-04-30 17:32:27.092914000, size=78, fileKey=(dev=3000f2,ino=1401209358) 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.179509000, lastModified=2023-04-30 17:32:27.092914000, delta=86595000 ns, racy<=2500000000 ns 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.179637000, lastModified=2023-04-30 17:32:27.102914000, size=104, fileKey=(dev=3000f2,ino=1401209356) 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.179724000, lastModified=2023-04-30 17:32:27.087914000, size=6, fileKey=(dev=3000f2,ino=1410638253) 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.179724000, lastModified=2023-04-30 17:32:27.087914000, delta=91810000 ns, racy<=4302500 ns 17:32:27.179 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5921483041728626117/.git/objects/pack, is unmodified 17:32:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.179367000, lastModified=2023-04-30 17:32:25.477936000, delta=1701431000 ns, racy<=2500000000 ns 17:32:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.181 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.181514000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.181514000, lastModified=2023-04-30 17:32:25.477936000, delta=1703578000 ns, racy<=2500000000 ns 17:32:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.181514000, lastModified=2023-04-30 17:32:25.477936000, delta=1703578000 ns, racy<=2500000000 ns 17:32:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.181 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.181730000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.181730000, lastModified=2023-04-30 17:32:25.477936000, delta=1703794000 ns, racy<=2500000000 ns 17:32:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.181 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.181730000, lastModified=2023-04-30 17:32:25.477936000, delta=1703794000 ns, racy<=2500000000 ns 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.182 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.182067000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.182067000, lastModified=2023-04-30 17:32:25.477936000, delta=1704131000 ns, racy<=2500000000 ns 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.181901000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947181901000 ns, racy<=2500000000 ns 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is unmodified 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.182067000, lastModified=2023-04-30 17:32:25.477936000, delta=1704131000 ns, racy<=2500000000 ns 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.182 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.182428000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.182428000, lastModified=2023-04-30 17:32:25.477936000, delta=1704492000 ns, racy<=2500000000 ns 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.181901000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947181901000 ns, racy<=2500000000 ns 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is unmodified 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.182428000, lastModified=2023-04-30 17:32:25.477936000, delta=1704492000 ns, racy<=2500000000 ns 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.182 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.182735000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.182735000, lastModified=2023-04-30 17:32:25.477936000, delta=1704799000 ns, racy<=2500000000 ns 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.181901000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947181901000 ns, racy<=2500000000 ns 17:32:27.182 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is unmodified 17:32:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.182735000, lastModified=2023-04-30 17:32:25.477936000, delta=1704799000 ns, racy<=2500000000 ns 17:32:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.183 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.183527000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.183527000, lastModified=2023-04-30 17:32:25.477936000, delta=1705591000 ns, racy<=2500000000 ns 17:32:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.181901000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947181901000 ns, racy<=2500000000 ns 17:32:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is unmodified 17:32:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.183527000, lastModified=2023-04-30 17:32:25.477936000, delta=1705591000 ns, racy<=2500000000 ns 17:32:27.183 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.183 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.183994000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.183994000, lastModified=2023-04-30 17:32:25.477936000, delta=1706058000 ns, racy<=2500000000 ns 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.181901000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947181901000 ns, racy<=2500000000 ns 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is unmodified 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.183994000, lastModified=2023-04-30 17:32:25.477936000, delta=1706058000 ns, racy<=2500000000 ns 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.184 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.184427000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.184427000, lastModified=2023-04-30 17:32:25.477936000, delta=1706491000 ns, racy<=2500000000 ns 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.181901000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947181901000 ns, racy<=2500000000 ns 17:32:27.184 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is unmodified 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.184427000, lastModified=2023-04-30 17:32:25.477936000, delta=1706491000 ns, racy<=2500000000 ns 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.185 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.185042000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.185042000, lastModified=2023-04-30 17:32:25.477936000, delta=1707106000 ns, racy<=2500000000 ns 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.181901000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947181901000 ns, racy<=2500000000 ns 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is unmodified 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.185042000, lastModified=2023-04-30 17:32:25.477936000, delta=1707106000 ns, racy<=2500000000 ns 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.185 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.185392000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.185392000, lastModified=2023-04-30 17:32:25.477936000, delta=1707456000 ns, racy<=2500000000 ns 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.181901000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947181901000 ns, racy<=2500000000 ns 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is unmodified 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.185392000, lastModified=2023-04-30 17:32:25.477936000, delta=1707456000 ns, racy<=2500000000 ns 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.185 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.185680000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.185680000, lastModified=2023-04-30 17:32:25.477936000, delta=1707744000 ns, racy<=2500000000 ns 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.181901000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947181901000 ns, racy<=2500000000 ns 17:32:27.185 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is unmodified 17:32:27.186 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.185987000, lastModified=2023-04-30 17:32:27.184913000, size=23, fileKey=(dev=3000f2,ino=1417864947) 17:32:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.187042000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.187439000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.185680000, lastModified=2023-04-30 17:32:25.477936000, delta=1707744000 ns, racy<=2500000000 ns 17:32:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.187 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.187635000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.187635000, lastModified=2023-04-30 17:32:25.477936000, delta=1709699000 ns, racy<=2500000000 ns 17:32:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.187767000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.187 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.187635000, lastModified=2023-04-30 17:32:25.477936000, delta=1709699000 ns, racy<=2500000000 ns 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.188 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.188035000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.188035000, lastModified=2023-04-30 17:32:25.477936000, delta=1710099000 ns, racy<=2500000000 ns 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.187767000, lastModified=2023-04-30 17:32:27.185913000, delta=1854000 ns, racy<=2500000000 ns 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.188262000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.188262000, lastModified=2023-04-30 17:32:27.185913000, delta=2349000 ns, racy<=2500000000 ns 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.188035000, lastModified=2023-04-30 17:32:25.477936000, delta=1710099000 ns, racy<=2500000000 ns 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.188 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.188513000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.188513000, lastModified=2023-04-30 17:32:25.477936000, delta=1710577000 ns, racy<=2500000000 ns 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.188262000, lastModified=2023-04-30 17:32:27.185913000, delta=2349000 ns, racy<=2500000000 ns 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.188659000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.188659000, lastModified=2023-04-30 17:32:27.185913000, delta=2746000 ns, racy<=2500000000 ns 17:32:27.188 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.188762000, lastModified=2023-04-30 17:32:27.184913000, size=23, fileKey=(dev=3000f2,ino=1417864947) 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.189432000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.188513000, lastModified=2023-04-30 17:32:25.477936000, delta=1710577000 ns, racy<=2500000000 ns 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.189 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.189595000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.189595000, lastModified=2023-04-30 17:32:25.477936000, delta=1711659000 ns, racy<=2500000000 ns 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.189728000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.189595000, lastModified=2023-04-30 17:32:25.477936000, delta=1711659000 ns, racy<=2500000000 ns 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.189 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.189874000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.189874000, lastModified=2023-04-30 17:32:25.477936000, delta=1711938000 ns, racy<=2500000000 ns 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.189 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.189728000, lastModified=2023-04-30 17:32:27.185913000, delta=3815000 ns, racy<=2500000000 ns 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.190031000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.190031000, lastModified=2023-04-30 17:32:27.185913000, delta=4118000 ns, racy<=2500000000 ns 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.189874000, lastModified=2023-04-30 17:32:25.477936000, delta=1711938000 ns, racy<=2500000000 ns 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.190 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.190355000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.190355000, lastModified=2023-04-30 17:32:25.477936000, delta=1712419000 ns, racy<=2500000000 ns 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.190031000, lastModified=2023-04-30 17:32:27.185913000, delta=4118000 ns, racy<=2500000000 ns 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.190512000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.190512000, lastModified=2023-04-30 17:32:27.185913000, delta=4599000 ns, racy<=2500000000 ns 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.190355000, lastModified=2023-04-30 17:32:25.477936000, delta=1712419000 ns, racy<=2500000000 ns 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.190 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.190761000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.190761000, lastModified=2023-04-30 17:32:25.477936000, delta=1712825000 ns, racy<=2500000000 ns 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.190512000, lastModified=2023-04-30 17:32:27.185913000, delta=4599000 ns, racy<=2500000000 ns 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.190 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.190957000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.190957000, lastModified=2023-04-30 17:32:27.185913000, delta=5044000 ns, racy<=2500000000 ns 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.190761000, lastModified=2023-04-30 17:32:25.477936000, delta=1712825000 ns, racy<=2500000000 ns 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.191 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.191146000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.191146000, lastModified=2023-04-30 17:32:25.477936000, delta=1713210000 ns, racy<=2500000000 ns 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.190957000, lastModified=2023-04-30 17:32:27.185913000, delta=5044000 ns, racy<=2500000000 ns 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.191283000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.191283000, lastModified=2023-04-30 17:32:27.185913000, delta=5370000 ns, racy<=2500000000 ns 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.191146000, lastModified=2023-04-30 17:32:25.477936000, delta=1713210000 ns, racy<=2500000000 ns 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.191 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.191558000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.191558000, lastModified=2023-04-30 17:32:25.477936000, delta=1713622000 ns, racy<=2500000000 ns 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.191283000, lastModified=2023-04-30 17:32:27.185913000, delta=5370000 ns, racy<=2500000000 ns 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.191707000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.191707000, lastModified=2023-04-30 17:32:27.185913000, delta=5794000 ns, racy<=2500000000 ns 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.191558000, lastModified=2023-04-30 17:32:25.477936000, delta=1713622000 ns, racy<=2500000000 ns 17:32:27.191 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.192 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.192023000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.192023000, lastModified=2023-04-30 17:32:25.477936000, delta=1714087000 ns, racy<=2500000000 ns 17:32:27.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.191707000, lastModified=2023-04-30 17:32:27.185913000, delta=5794000 ns, racy<=2500000000 ns 17:32:27.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.192236000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.192236000, lastModified=2023-04-30 17:32:27.185913000, delta=6323000 ns, racy<=2500000000 ns 17:32:27.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.192 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.192447000, lastModified=2023-04-30 17:32:27.181913000, size=6, fileKey=(dev=3000f2,ino=1427343529) 17:32:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.192447000, lastModified=2023-04-30 17:32:27.181913000, delta=10534000 ns, racy<=4302500 ns 17:32:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.193265000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947193265000 ns, racy<=4302500 ns 17:32:27.193 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, is unmodified 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.192447000, lastModified=2023-04-30 17:32:27.181913000, delta=10534000 ns, racy<=4302500 ns 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.193265000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947193265000 ns, racy<=4302500 ns 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, is unmodified 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.192023000, lastModified=2023-04-30 17:32:25.477936000, delta=1714087000 ns, racy<=2500000000 ns 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.194 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.194615000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.194615000, lastModified=2023-04-30 17:32:25.477936000, delta=1716679000 ns, racy<=2500000000 ns 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.192236000, lastModified=2023-04-30 17:32:27.185913000, delta=6323000 ns, racy<=2500000000 ns 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.194774000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.194774000, lastModified=2023-04-30 17:32:27.185913000, delta=8861000 ns, racy<=2500000000 ns 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.194916000, lastModified=2023-04-30 17:32:27.188913000, size=0, fileKey=(dev=3000f2,ino=1417864953) 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.194615000, lastModified=2023-04-30 17:32:25.477936000, delta=1716679000 ns, racy<=2500000000 ns 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.194 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.194 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.194985000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.194985000, lastModified=2023-04-30 17:32:25.477936000, delta=1717049000 ns, racy<=2500000000 ns 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.194774000, lastModified=2023-04-30 17:32:27.185913000, delta=8861000 ns, racy<=2500000000 ns 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.195162000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.195162000, lastModified=2023-04-30 17:32:27.185913000, delta=9249000 ns, racy<=2500000000 ns 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.195292000, lastModified=2023-04-30 17:32:27.193913000, size=104, fileKey=(dev=3000f2,ino=1417864953) 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.195356000, lastModified=2023-04-30 17:32:27.193913000, size=104, fileKey=(dev=3000f2,ino=1417864953) 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.194985000, lastModified=2023-04-30 17:32:25.477936000, delta=1717049000 ns, racy<=2500000000 ns 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.195 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.195435000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.195435000, lastModified=2023-04-30 17:32:25.477936000, delta=1717499000 ns, racy<=2500000000 ns 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.195162000, lastModified=2023-04-30 17:32:27.185913000, delta=9249000 ns, racy<=2500000000 ns 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.195585000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.195585000, lastModified=2023-04-30 17:32:27.185913000, delta=9672000 ns, racy<=2500000000 ns 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.195829000, lastModified=2023-04-30 17:32:27.193913000, size=104, fileKey=(dev=3000f2,ino=1417864953) 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.195890000, lastModified=2023-04-30 17:32:27.193913000, size=104, fileKey=(dev=3000f2,ino=1417864953) 17:32:27.195 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.195975000, lastModified=2023-04-30 17:32:27.193913000, size=0, fileKey=(dev=3000f2,ino=1417864950) 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.195435000, lastModified=2023-04-30 17:32:25.477936000, delta=1717499000 ns, racy<=2500000000 ns 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.196 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.196049000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.196049000, lastModified=2023-04-30 17:32:25.477936000, delta=1718113000 ns, racy<=2500000000 ns 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.195585000, lastModified=2023-04-30 17:32:27.185913000, delta=9672000 ns, racy<=2500000000 ns 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.196216000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.196216000, lastModified=2023-04-30 17:32:27.185913000, delta=10303000 ns, racy<=2500000000 ns 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.196333000, lastModified=2023-04-30 17:32:27.194913000, size=104, fileKey=(dev=3000f2,ino=1417864950) 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.196049000, lastModified=2023-04-30 17:32:25.477936000, delta=1718113000 ns, racy<=2500000000 ns 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.196 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.196556000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.196556000, lastModified=2023-04-30 17:32:25.477936000, delta=1718620000 ns, racy<=2500000000 ns 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.196216000, lastModified=2023-04-30 17:32:27.185913000, delta=10303000 ns, racy<=2500000000 ns 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.196728000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.196728000, lastModified=2023-04-30 17:32:27.185913000, delta=10815000 ns, racy<=2500000000 ns 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.196556000, lastModified=2023-04-30 17:32:25.477936000, delta=1718620000 ns, racy<=2500000000 ns 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.196 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.196876000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.196876000, lastModified=2023-04-30 17:32:25.477936000, delta=1718940000 ns, racy<=2500000000 ns 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.196 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.196728000, lastModified=2023-04-30 17:32:27.185913000, delta=10815000 ns, racy<=2500000000 ns 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.197030000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.197030000, lastModified=2023-04-30 17:32:27.185913000, delta=11117000 ns, racy<=2500000000 ns 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.196876000, lastModified=2023-04-30 17:32:25.477936000, delta=1718940000 ns, racy<=2500000000 ns 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.197 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.197219000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.197219000, lastModified=2023-04-30 17:32:25.477936000, delta=1719283000 ns, racy<=2500000000 ns 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.197030000, lastModified=2023-04-30 17:32:27.185913000, delta=11117000 ns, racy<=2500000000 ns 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.197382000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.197382000, lastModified=2023-04-30 17:32:27.185913000, delta=11469000 ns, racy<=2500000000 ns 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.197219000, lastModified=2023-04-30 17:32:25.477936000, delta=1719283000 ns, racy<=2500000000 ns 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.197 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.197491000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.197491000, lastModified=2023-04-30 17:32:25.477936000, delta=1719555000 ns, racy<=2500000000 ns 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.197382000, lastModified=2023-04-30 17:32:27.185913000, delta=11469000 ns, racy<=2500000000 ns 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.197621000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.197621000, lastModified=2023-04-30 17:32:27.185913000, delta=11708000 ns, racy<=2500000000 ns 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.197740000, lastModified=2023-04-30 17:32:27.184913000, size=23, fileKey=(dev=3000f2,ino=1417864947) 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.197491000, lastModified=2023-04-30 17:32:25.477936000, delta=1719555000 ns, racy<=2500000000 ns 17:32:27.197 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.197 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.198002000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.198002000, lastModified=2023-04-30 17:32:25.477936000, delta=1720066000 ns, racy<=2500000000 ns 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.197621000, lastModified=2023-04-30 17:32:27.185913000, delta=11708000 ns, racy<=2500000000 ns 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.198186000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.198186000, lastModified=2023-04-30 17:32:27.185913000, delta=12273000 ns, racy<=2500000000 ns 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.197740000, lastModified=2023-04-30 17:32:27.184913000, delta=12827000 ns, racy<=4302500 ns 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, is unmodified 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.198002000, lastModified=2023-04-30 17:32:25.477936000, delta=1720066000 ns, racy<=2500000000 ns 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.198 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.198920000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.198 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.198920000, lastModified=2023-04-30 17:32:25.477936000, delta=1720984000 ns, racy<=2500000000 ns 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.198186000, lastModified=2023-04-30 17:32:27.185913000, delta=12273000 ns, racy<=2500000000 ns 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.199087000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.199087000, lastModified=2023-04-30 17:32:27.185913000, delta=13174000 ns, racy<=2500000000 ns 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.199359000, lastModified=2023-04-30 17:32:27.194913000, size=104, fileKey=(dev=3000f2,ino=1417864950) 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.199410000, lastModified=2023-04-30 17:32:27.194913000, size=104, fileKey=(dev=3000f2,ino=1417864950) 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.192447000, lastModified=2023-04-30 17:32:27.181913000, delta=10534000 ns, racy<=4302500 ns 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.193265000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947193265000 ns, racy<=4302500 ns 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, is unmodified 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.192447000, lastModified=2023-04-30 17:32:27.181913000, delta=10534000 ns, racy<=4302500 ns 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.193265000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947193265000 ns, racy<=4302500 ns 17:32:27.199 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, is unmodified 17:32:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.192447000, lastModified=2023-04-30 17:32:27.181913000, delta=10534000 ns, racy<=4302500 ns 17:32:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.193265000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947193265000 ns, racy<=4302500 ns 17:32:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, is unmodified 17:32:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.192447000, lastModified=2023-04-30 17:32:27.181913000, delta=10534000 ns, racy<=4302500 ns 17:32:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.193265000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947193265000 ns, racy<=4302500 ns 17:32:27.200 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, is unmodified 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.198920000, lastModified=2023-04-30 17:32:25.477936000, delta=1720984000 ns, racy<=2500000000 ns 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.201 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.201068000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.201068000, lastModified=2023-04-30 17:32:25.477936000, delta=1723132000 ns, racy<=2500000000 ns 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.199087000, lastModified=2023-04-30 17:32:27.185913000, delta=13174000 ns, racy<=2500000000 ns 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.201258000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.201258000, lastModified=2023-04-30 17:32:27.185913000, delta=15345000 ns, racy<=2500000000 ns 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.197740000, lastModified=2023-04-30 17:32:27.184913000, delta=12827000 ns, racy<=4302500 ns 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, is unmodified 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.201068000, lastModified=2023-04-30 17:32:25.477936000, delta=1723132000 ns, racy<=2500000000 ns 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.201 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.201548000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.201548000, lastModified=2023-04-30 17:32:25.477936000, delta=1723612000 ns, racy<=2500000000 ns 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.201258000, lastModified=2023-04-30 17:32:27.185913000, delta=15345000 ns, racy<=2500000000 ns 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.201706000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.201 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.201706000, lastModified=2023-04-30 17:32:27.185913000, delta=15793000 ns, racy<=2500000000 ns 17:32:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.201548000, lastModified=2023-04-30 17:32:25.477936000, delta=1723612000 ns, racy<=2500000000 ns 17:32:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.202 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.202069000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.202069000, lastModified=2023-04-30 17:32:25.477936000, delta=1724133000 ns, racy<=2500000000 ns 17:32:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.201706000, lastModified=2023-04-30 17:32:27.185913000, delta=15793000 ns, racy<=2500000000 ns 17:32:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.202240000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.202240000, lastModified=2023-04-30 17:32:27.185913000, delta=16327000 ns, racy<=2500000000 ns 17:32:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.202069000, lastModified=2023-04-30 17:32:25.477936000, delta=1724133000 ns, racy<=2500000000 ns 17:32:27.202 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.203 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.203019000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.203019000, lastModified=2023-04-30 17:32:25.477936000, delta=1725083000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.202240000, lastModified=2023-04-30 17:32:27.185913000, delta=16327000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.203216000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.203216000, lastModified=2023-04-30 17:32:27.185913000, delta=17303000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.203019000, lastModified=2023-04-30 17:32:25.477936000, delta=1725083000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.203 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.203377000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.203377000, lastModified=2023-04-30 17:32:25.477936000, delta=1725441000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.203216000, lastModified=2023-04-30 17:32:27.185913000, delta=17303000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.203523000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.203523000, lastModified=2023-04-30 17:32:27.185913000, delta=17610000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.203377000, lastModified=2023-04-30 17:32:25.477936000, delta=1725441000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.203 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.203684000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.203684000, lastModified=2023-04-30 17:32:25.477936000, delta=1725748000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.203523000, lastModified=2023-04-30 17:32:27.185913000, delta=17610000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.203855000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.203855000, lastModified=2023-04-30 17:32:27.185913000, delta=17942000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.203684000, lastModified=2023-04-30 17:32:25.477936000, delta=1725748000 ns, racy<=2500000000 ns 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.203 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.203 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.203980000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.203980000, lastModified=2023-04-30 17:32:25.477936000, delta=1726044000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.203855000, lastModified=2023-04-30 17:32:27.185913000, delta=17942000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.204163000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.204163000, lastModified=2023-04-30 17:32:27.185913000, delta=18250000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.203980000, lastModified=2023-04-30 17:32:25.477936000, delta=1726044000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.204 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.204353000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.204353000, lastModified=2023-04-30 17:32:25.477936000, delta=1726417000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.204163000, lastModified=2023-04-30 17:32:27.185913000, delta=18250000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.204494000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.204494000, lastModified=2023-04-30 17:32:27.185913000, delta=18581000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.204353000, lastModified=2023-04-30 17:32:25.477936000, delta=1726417000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.204 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.204605000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.204605000, lastModified=2023-04-30 17:32:25.477936000, delta=1726669000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.204494000, lastModified=2023-04-30 17:32:27.185913000, delta=18581000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.204739000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.204739000, lastModified=2023-04-30 17:32:27.185913000, delta=18826000 ns, racy<=2500000000 ns 17:32:27.204 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.204942000, lastModified=2023-04-30 17:32:27.201912000, size=41, fileKey=(dev=3000f2,ino=1419879974) 17:32:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.204605000, lastModified=2023-04-30 17:32:25.477936000, delta=1726669000 ns, racy<=2500000000 ns 17:32:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.205 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.205198000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.205198000, lastModified=2023-04-30 17:32:25.477936000, delta=1727262000 ns, racy<=2500000000 ns 17:32:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.204739000, lastModified=2023-04-30 17:32:27.185913000, delta=18826000 ns, racy<=2500000000 ns 17:32:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.205345000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.205 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.205345000, lastModified=2023-04-30 17:32:27.185913000, delta=19432000 ns, racy<=2500000000 ns 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.206206000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.205198000, lastModified=2023-04-30 17:32:25.477936000, delta=1727262000 ns, racy<=2500000000 ns 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.206 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.206384000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.206384000, lastModified=2023-04-30 17:32:25.477936000, delta=1728448000 ns, racy<=2500000000 ns 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.206529000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.206384000, lastModified=2023-04-30 17:32:25.477936000, delta=1728448000 ns, racy<=2500000000 ns 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.206 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.206644000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.206644000, lastModified=2023-04-30 17:32:25.477936000, delta=1728708000 ns, racy<=2500000000 ns 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.206529000, lastModified=2023-04-30 17:32:27.185913000, delta=20616000 ns, racy<=2500000000 ns 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.206776000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.206776000, lastModified=2023-04-30 17:32:27.185913000, delta=20863000 ns, racy<=2500000000 ns 17:32:27.206 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.206941000, lastModified=2023-04-30 17:32:27.194913000, size=104, fileKey=(dev=3000f2,ino=1417864950) 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.206644000, lastModified=2023-04-30 17:32:25.477936000, delta=1728708000 ns, racy<=2500000000 ns 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.207 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.207075000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.207075000, lastModified=2023-04-30 17:32:25.477936000, delta=1729139000 ns, racy<=2500000000 ns 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.206776000, lastModified=2023-04-30 17:32:27.185913000, delta=20863000 ns, racy<=2500000000 ns 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.207235000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.207235000, lastModified=2023-04-30 17:32:27.185913000, delta=21322000 ns, racy<=2500000000 ns 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.207437000, lastModified=2023-04-30 17:32:27.194913000, size=104, fileKey=(dev=3000f2,ino=1417864950) 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.207498000, lastModified=2023-04-30 17:32:27.194913000, size=104, fileKey=(dev=3000f2,ino=1417864950) 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.207075000, lastModified=2023-04-30 17:32:25.477936000, delta=1729139000 ns, racy<=2500000000 ns 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.207 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.207579000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.207579000, lastModified=2023-04-30 17:32:25.477936000, delta=1729643000 ns, racy<=2500000000 ns 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.207235000, lastModified=2023-04-30 17:32:27.185913000, delta=21322000 ns, racy<=2500000000 ns 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.207718000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.207718000, lastModified=2023-04-30 17:32:27.185913000, delta=21805000 ns, racy<=2500000000 ns 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.207579000, lastModified=2023-04-30 17:32:25.477936000, delta=1729643000 ns, racy<=2500000000 ns 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.207 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.207886000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.207886000, lastModified=2023-04-30 17:32:25.477936000, delta=1729950000 ns, racy<=2500000000 ns 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.207 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.207718000, lastModified=2023-04-30 17:32:27.185913000, delta=21805000 ns, racy<=2500000000 ns 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.208037000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.208037000, lastModified=2023-04-30 17:32:27.185913000, delta=22124000 ns, racy<=2500000000 ns 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.207886000, lastModified=2023-04-30 17:32:25.477936000, delta=1729950000 ns, racy<=2500000000 ns 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.208 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.208410000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.208410000, lastModified=2023-04-30 17:32:25.477936000, delta=1730474000 ns, racy<=2500000000 ns 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.208037000, lastModified=2023-04-30 17:32:27.185913000, delta=22124000 ns, racy<=2500000000 ns 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.208552000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.208552000, lastModified=2023-04-30 17:32:27.185913000, delta=22639000 ns, racy<=2500000000 ns 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.208746000, lastModified=2023-04-30 17:32:27.181913000, size=6, fileKey=(dev=3000f2,ino=1427343529) 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.208746000, lastModified=2023-04-30 17:32:27.181913000, delta=26833000 ns, racy<=4302500 ns 17:32:27.208 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.208410000, lastModified=2023-04-30 17:32:25.477936000, delta=1730474000 ns, racy<=2500000000 ns 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.209 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.209052000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.209052000, lastModified=2023-04-30 17:32:25.477936000, delta=1731116000 ns, racy<=2500000000 ns 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.208552000, lastModified=2023-04-30 17:32:27.185913000, delta=22639000 ns, racy<=2500000000 ns 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.209231000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.209231000, lastModified=2023-04-30 17:32:27.185913000, delta=23318000 ns, racy<=2500000000 ns 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.208746000, lastModified=2023-04-30 17:32:27.181913000, delta=26833000 ns, racy<=4302500 ns 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.209524000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947209524000 ns, racy<=4302500 ns 17:32:27.209 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, is unmodified 17:32:27.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.208746000, lastModified=2023-04-30 17:32:27.181913000, delta=26833000 ns, racy<=4302500 ns 17:32:27.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.209524000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947209524000 ns, racy<=4302500 ns 17:32:27.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, is unmodified 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.270011000, lastModified=2023-04-30 17:32:27.205912000, size=0, fileKey=(dev=3000f2,ino=1417864953) 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.209052000, lastModified=2023-04-30 17:32:25.477936000, delta=1731116000 ns, racy<=2500000000 ns 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.270 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.270125000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.270125000, lastModified=2023-04-30 17:32:25.477936000, delta=1792189000 ns, racy<=2500000000 ns 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.209231000, lastModified=2023-04-30 17:32:27.185913000, delta=23318000 ns, racy<=2500000000 ns 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.270289000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.270289000, lastModified=2023-04-30 17:32:27.185913000, delta=84376000 ns, racy<=2500000000 ns 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.270444000, lastModified=2023-04-30 17:32:27.268911000, size=176, fileKey=(dev=3000f2,ino=1417864953) 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.270538000, lastModified=2023-04-30 17:32:27.268911000, size=176, fileKey=(dev=3000f2,ino=1417864953) 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.270125000, lastModified=2023-04-30 17:32:25.477936000, delta=1792189000 ns, racy<=2500000000 ns 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.270 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.270723000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.270723000, lastModified=2023-04-30 17:32:25.477936000, delta=1792787000 ns, racy<=2500000000 ns 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.270289000, lastModified=2023-04-30 17:32:27.185913000, delta=84376000 ns, racy<=2500000000 ns 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.270928000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.270928000, lastModified=2023-04-30 17:32:27.185913000, delta=85015000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.270723000, lastModified=2023-04-30 17:32:25.477936000, delta=1792787000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.271 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.271076000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.271076000, lastModified=2023-04-30 17:32:25.477936000, delta=1793140000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.270928000, lastModified=2023-04-30 17:32:27.185913000, delta=85015000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.271248000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.271248000, lastModified=2023-04-30 17:32:27.185913000, delta=85335000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.271076000, lastModified=2023-04-30 17:32:25.477936000, delta=1793140000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.271 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.271416000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.271416000, lastModified=2023-04-30 17:32:25.477936000, delta=1793480000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.271248000, lastModified=2023-04-30 17:32:27.185913000, delta=85335000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.271548000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.271548000, lastModified=2023-04-30 17:32:27.185913000, delta=85635000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.271416000, lastModified=2023-04-30 17:32:25.477936000, delta=1793480000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.271 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.271651000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.271651000, lastModified=2023-04-30 17:32:25.477936000, delta=1793715000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.271548000, lastModified=2023-04-30 17:32:27.185913000, delta=85635000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.271776000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.271776000, lastModified=2023-04-30 17:32:27.185913000, delta=85863000 ns, racy<=2500000000 ns 17:32:27.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.271926000, lastModified=2023-04-30 17:32:27.184913000, size=23, fileKey=(dev=3000f2,ino=1417864947) 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.271986000, lastModified=2023-04-30 17:32:27.201912000, size=41, fileKey=(dev=3000f2,ino=1419879974) 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.271651000, lastModified=2023-04-30 17:32:25.477936000, delta=1793715000 ns, racy<=2500000000 ns 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.272 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.272171000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.272171000, lastModified=2023-04-30 17:32:25.477936000, delta=1794235000 ns, racy<=2500000000 ns 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.271776000, lastModified=2023-04-30 17:32:27.185913000, delta=85863000 ns, racy<=2500000000 ns 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.272312000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.272312000, lastModified=2023-04-30 17:32:27.185913000, delta=86399000 ns, racy<=2500000000 ns 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.271926000, lastModified=2023-04-30 17:32:27.184913000, delta=87013000 ns, racy<=4302500 ns 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, is unmodified 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.271986000, lastModified=2023-04-30 17:32:27.201912000, delta=70074000 ns, racy<=4302500 ns 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, is unmodified 17:32:27.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.208746000, lastModified=2023-04-30 17:32:27.181913000, delta=26833000 ns, racy<=4302500 ns 17:32:27.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.272171000, lastModified=2023-04-30 17:32:25.477936000, delta=1794235000 ns, racy<=2500000000 ns 17:32:27.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.273 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.273634000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.273634000, lastModified=2023-04-30 17:32:25.477936000, delta=1795698000 ns, racy<=2500000000 ns 17:32:27.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.272312000, lastModified=2023-04-30 17:32:27.185913000, delta=86399000 ns, racy<=2500000000 ns 17:32:27.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.273832000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.273832000, lastModified=2023-04-30 17:32:27.185913000, delta=87919000 ns, racy<=2500000000 ns 17:32:27.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.274110000, lastModified=2023-04-30 17:32:27.268911000, size=176, fileKey=(dev=3000f2,ino=1417864953) 17:32:27.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.274177000, lastModified=2023-04-30 17:32:27.268911000, size=176, fileKey=(dev=3000f2,ino=1417864953) 17:32:27.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.208746000, lastModified=2023-04-30 17:32:27.181913000, delta=26833000 ns, racy<=4302500 ns 17:32:27.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.209524000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947209524000 ns, racy<=4302500 ns 17:32:27.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, is unmodified 17:32:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.208746000, lastModified=2023-04-30 17:32:27.181913000, delta=26833000 ns, racy<=4302500 ns 17:32:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.209524000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947209524000 ns, racy<=4302500 ns 17:32:27.286 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, is unmodified 17:32:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.208746000, lastModified=2023-04-30 17:32:27.181913000, delta=26833000 ns, racy<=4302500 ns 17:32:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.209524000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947209524000 ns, racy<=4302500 ns 17:32:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, is unmodified 17:32:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.208746000, lastModified=2023-04-30 17:32:27.181913000, delta=26833000 ns, racy<=4302500 ns 17:32:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.209524000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947209524000 ns, racy<=4302500 ns 17:32:27.287 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack/preserved, is unmodified 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.273634000, lastModified=2023-04-30 17:32:25.477936000, delta=1795698000 ns, racy<=2500000000 ns 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.288 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.288054000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.288054000, lastModified=2023-04-30 17:32:25.477936000, delta=1810118000 ns, racy<=2500000000 ns 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.273832000, lastModified=2023-04-30 17:32:27.185913000, delta=87919000 ns, racy<=2500000000 ns 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.288276000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.288276000, lastModified=2023-04-30 17:32:27.185913000, delta=102363000 ns, racy<=2500000000 ns 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.271926000, lastModified=2023-04-30 17:32:27.184913000, delta=87013000 ns, racy<=4302500 ns 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, is unmodified 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.271986000, lastModified=2023-04-30 17:32:27.201912000, delta=70074000 ns, racy<=4302500 ns 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, is unmodified 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.288054000, lastModified=2023-04-30 17:32:25.477936000, delta=1810118000 ns, racy<=2500000000 ns 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.288 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.288708000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.288708000, lastModified=2023-04-30 17:32:25.477936000, delta=1810772000 ns, racy<=2500000000 ns 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.288276000, lastModified=2023-04-30 17:32:27.185913000, delta=102363000 ns, racy<=2500000000 ns 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.288898000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.288 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.288898000, lastModified=2023-04-30 17:32:27.185913000, delta=102985000 ns, racy<=2500000000 ns 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.271986000, lastModified=2023-04-30 17:32:27.201912000, delta=70074000 ns, racy<=4302500 ns 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, is unmodified 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.288708000, lastModified=2023-04-30 17:32:25.477936000, delta=1810772000 ns, racy<=2500000000 ns 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.289 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.289302000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.289302000, lastModified=2023-04-30 17:32:25.477936000, delta=1811366000 ns, racy<=2500000000 ns 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.288898000, lastModified=2023-04-30 17:32:27.185913000, delta=102985000 ns, racy<=2500000000 ns 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.289450000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.289450000, lastModified=2023-04-30 17:32:27.185913000, delta=103537000 ns, racy<=2500000000 ns 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.289302000, lastModified=2023-04-30 17:32:25.477936000, delta=1811366000 ns, racy<=2500000000 ns 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.289 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.289616000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.289616000, lastModified=2023-04-30 17:32:25.477936000, delta=1811680000 ns, racy<=2500000000 ns 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.289450000, lastModified=2023-04-30 17:32:27.185913000, delta=103537000 ns, racy<=2500000000 ns 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.289760000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.289760000, lastModified=2023-04-30 17:32:27.185913000, delta=103847000 ns, racy<=2500000000 ns 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.289616000, lastModified=2023-04-30 17:32:25.477936000, delta=1811680000 ns, racy<=2500000000 ns 17:32:27.289 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.290 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.290019000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.290019000, lastModified=2023-04-30 17:32:25.477936000, delta=1812083000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.289760000, lastModified=2023-04-30 17:32:27.185913000, delta=103847000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.290196000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.290196000, lastModified=2023-04-30 17:32:27.185913000, delta=104283000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.290019000, lastModified=2023-04-30 17:32:25.477936000, delta=1812083000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.290 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.290314000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.290314000, lastModified=2023-04-30 17:32:25.477936000, delta=1812378000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.290196000, lastModified=2023-04-30 17:32:27.185913000, delta=104283000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.290462000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.290462000, lastModified=2023-04-30 17:32:27.185913000, delta=104549000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.290314000, lastModified=2023-04-30 17:32:25.477936000, delta=1812378000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.290 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.290617000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.290617000, lastModified=2023-04-30 17:32:25.477936000, delta=1812681000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.290462000, lastModified=2023-04-30 17:32:27.185913000, delta=104549000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.290755000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.290755000, lastModified=2023-04-30 17:32:27.185913000, delta=104842000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.290617000, lastModified=2023-04-30 17:32:25.477936000, delta=1812681000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.290 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.290899000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.290899000, lastModified=2023-04-30 17:32:25.477936000, delta=1812963000 ns, racy<=2500000000 ns 17:32:27.290 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.290755000, lastModified=2023-04-30 17:32:27.185913000, delta=104842000 ns, racy<=2500000000 ns 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.291054000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.291054000, lastModified=2023-04-30 17:32:27.185913000, delta=105141000 ns, racy<=2500000000 ns 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.291190000, lastModified=2023-04-30 17:32:27.287911000, size=41, fileKey=(dev=3000f2,ino=1419879975) 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.290899000, lastModified=2023-04-30 17:32:25.477936000, delta=1812963000 ns, racy<=2500000000 ns 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.291 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.291420000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.291420000, lastModified=2023-04-30 17:32:25.477936000, delta=1813484000 ns, racy<=2500000000 ns 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.291054000, lastModified=2023-04-30 17:32:27.185913000, delta=105141000 ns, racy<=2500000000 ns 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.291580000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.291580000, lastModified=2023-04-30 17:32:27.185913000, delta=105667000 ns, racy<=2500000000 ns 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, isRacyClean=true, read=2023-04-30 17:32:27.188762000, lastModified=2023-04-30 17:32:27.184913000, delta=3849000 ns, racy<=4302500 ns 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, is racily clean 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.291811000, lastModified=2023-04-30 17:32:27.184913000, size=23, fileKey=(dev=3000f2,ino=1417864947) 17:32:27.291 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.291811000, lastModified=2023-04-30 17:32:27.184913000, delta=106898000 ns, racy<=4302500 ns 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.292019000, lastModified=2023-04-30 17:32:27.287911000, size=41, fileKey=(dev=3000f2,ino=1419879975) 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.291420000, lastModified=2023-04-30 17:32:25.477936000, delta=1813484000 ns, racy<=2500000000 ns 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.292 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.292167000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.292167000, lastModified=2023-04-30 17:32:25.477936000, delta=1814231000 ns, racy<=2500000000 ns 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.188659000, lastModified=2023-04-30 17:32:27.185913000, delta=2746000 ns, racy<=2500000000 ns 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.292329000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.292329000, lastModified=2023-04-30 17:32:27.185913000, delta=106416000 ns, racy<=2500000000 ns 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, size changed from 0 to 176 bytes 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.292534000, lastModified=2023-04-30 17:32:27.268911000, size=176, fileKey=(dev=3000f2,ino=1417864953) 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.292167000, lastModified=2023-04-30 17:32:25.477936000, delta=1814231000 ns, racy<=2500000000 ns 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.292 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.292657000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.292657000, lastModified=2023-04-30 17:32:25.477936000, delta=1814721000 ns, racy<=2500000000 ns 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.292329000, lastModified=2023-04-30 17:32:27.185913000, delta=106416000 ns, racy<=2500000000 ns 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.292839000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.292839000, lastModified=2023-04-30 17:32:27.185913000, delta=106926000 ns, racy<=2500000000 ns 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, isRacyClean=true, read=2023-04-30 17:32:27.292019000, lastModified=2023-04-30 17:32:27.287911000, delta=4108000 ns, racy<=4302500 ns 17:32:27.292 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, is racily clean 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.292992000, lastModified=2023-04-30 17:32:27.287911000, size=41, fileKey=(dev=3000f2,ino=1419879975) 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.292992000, lastModified=2023-04-30 17:32:27.287911000, delta=5081000 ns, racy<=4302500 ns 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.292657000, lastModified=2023-04-30 17:32:25.477936000, delta=1814721000 ns, racy<=2500000000 ns 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.293 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.293195000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.293195000, lastModified=2023-04-30 17:32:25.477936000, delta=1815259000 ns, racy<=2500000000 ns 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.292839000, lastModified=2023-04-30 17:32:27.185913000, delta=106926000 ns, racy<=2500000000 ns 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.293348000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.293348000, lastModified=2023-04-30 17:32:27.185913000, delta=107435000 ns, racy<=2500000000 ns 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, cannot be racily clean 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.293577000, lastModified=2023-04-30 17:32:27.181913000, size=6, fileKey=(dev=3000f2,ino=1427343529) 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.293577000, lastModified=2023-04-30 17:32:27.181913000, delta=111664000 ns, racy<=4302500 ns 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.293577000, lastModified=2023-04-30 17:32:27.181913000, delta=111664000 ns, racy<=4302500 ns 17:32:27.293 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.293195000, lastModified=2023-04-30 17:32:25.477936000, delta=1815259000 ns, racy<=2500000000 ns 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.294 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.294230000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.294230000, lastModified=2023-04-30 17:32:25.477936000, delta=1816294000 ns, racy<=2500000000 ns 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.293348000, lastModified=2023-04-30 17:32:27.185913000, delta=107435000 ns, racy<=2500000000 ns 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.294402000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.294402000, lastModified=2023-04-30 17:32:27.185913000, delta=108489000 ns, racy<=2500000000 ns 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, cannot be racily clean 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.294230000, lastModified=2023-04-30 17:32:25.477936000, delta=1816294000 ns, racy<=2500000000 ns 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.294 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.294612000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.294612000, lastModified=2023-04-30 17:32:25.477936000, delta=1816676000 ns, racy<=2500000000 ns 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.294402000, lastModified=2023-04-30 17:32:27.185913000, delta=108489000 ns, racy<=2500000000 ns 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.294756000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.294756000, lastModified=2023-04-30 17:32:27.185913000, delta=108843000 ns, racy<=2500000000 ns 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/refs/heads/master, cannot be racily clean 17:32:27.294 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.294612000, lastModified=2023-04-30 17:32:25.477936000, delta=1816676000 ns, racy<=2500000000 ns 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.295 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.295035000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.295035000, lastModified=2023-04-30 17:32:25.477936000, delta=1817099000 ns, racy<=2500000000 ns 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.294756000, lastModified=2023-04-30 17:32:27.185913000, delta=108843000 ns, racy<=2500000000 ns 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.295200000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.295200000, lastModified=2023-04-30 17:32:27.185913000, delta=109287000 ns, racy<=2500000000 ns 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.295035000, lastModified=2023-04-30 17:32:25.477936000, delta=1817099000 ns, racy<=2500000000 ns 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.295 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.295861000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.295861000, lastModified=2023-04-30 17:32:25.477936000, delta=1817925000 ns, racy<=2500000000 ns 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.295 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.295200000, lastModified=2023-04-30 17:32:27.185913000, delta=109287000 ns, racy<=2500000000 ns 17:32:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.296020000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.296020000, lastModified=2023-04-30 17:32:27.185913000, delta=110107000 ns, racy<=2500000000 ns 17:32:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.296670000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.295861000, lastModified=2023-04-30 17:32:25.477936000, delta=1817925000 ns, racy<=2500000000 ns 17:32:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.296 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.296885000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.296885000, lastModified=2023-04-30 17:32:25.477936000, delta=1818949000 ns, racy<=2500000000 ns 17:32:27.296 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.297030000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.296885000, lastModified=2023-04-30 17:32:25.477936000, delta=1818949000 ns, racy<=2500000000 ns 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.297 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.297175000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.297175000, lastModified=2023-04-30 17:32:25.477936000, delta=1819239000 ns, racy<=2500000000 ns 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.297030000, lastModified=2023-04-30 17:32:27.185913000, delta=111117000 ns, racy<=2500000000 ns 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.297350000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.297350000, lastModified=2023-04-30 17:32:27.185913000, delta=111437000 ns, racy<=2500000000 ns 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.297479000, lastModified=2023-04-30 17:32:27.268911000, size=176, fileKey=(dev=3000f2,ino=1417864953) 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.297566000, lastModified=2023-04-30 17:32:27.181913000, size=6, fileKey=(dev=3000f2,ino=1427343529) 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.297566000, lastModified=2023-04-30 17:32:27.181913000, delta=115653000 ns, racy<=4302500 ns 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.297566000, lastModified=2023-04-30 17:32:27.181913000, delta=115653000 ns, racy<=4302500 ns 17:32:27.297 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.297175000, lastModified=2023-04-30 17:32:25.477936000, delta=1819239000 ns, racy<=2500000000 ns 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.298 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.298048000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.298048000, lastModified=2023-04-30 17:32:25.477936000, delta=1820112000 ns, racy<=2500000000 ns 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.296020000, lastModified=2023-04-30 17:32:27.185913000, delta=110107000 ns, racy<=2500000000 ns 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.298223000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.298223000, lastModified=2023-04-30 17:32:27.185913000, delta=112310000 ns, racy<=2500000000 ns 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.293577000, lastModified=2023-04-30 17:32:27.181913000, delta=111664000 ns, racy<=4302500 ns 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.293577000, lastModified=2023-04-30 17:32:27.181913000, delta=111664000 ns, racy<=4302500 ns 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/objects/pack, is unmodified 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.298048000, lastModified=2023-04-30 17:32:25.477936000, delta=1820112000 ns, racy<=2500000000 ns 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.298 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.298833000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.298833000, lastModified=2023-04-30 17:32:25.477936000, delta=1820897000 ns, racy<=2500000000 ns 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.298223000, lastModified=2023-04-30 17:32:27.185913000, delta=112310000 ns, racy<=2500000000 ns 17:32:27.298 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.298992000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.298992000, lastModified=2023-04-30 17:32:27.185913000, delta=113079000 ns, racy<=2500000000 ns 17:32:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.298833000, lastModified=2023-04-30 17:32:25.477936000, delta=1820897000 ns, racy<=2500000000 ns 17:32:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.299 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.299189000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.299189000, lastModified=2023-04-30 17:32:25.477936000, delta=1821253000 ns, racy<=2500000000 ns 17:32:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.298992000, lastModified=2023-04-30 17:32:27.185913000, delta=113079000 ns, racy<=2500000000 ns 17:32:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, is racily clean 17:32:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.299324000, lastModified=2023-04-30 17:32:27.185913000, size=78, fileKey=(dev=3000f2,ino=1417864952) 17:32:27.299 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5155557564766830934/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.299324000, lastModified=2023-04-30 17:32:27.185913000, delta=113411000 ns, racy<=2500000000 ns 17:32:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.299189000, lastModified=2023-04-30 17:32:25.477936000, delta=1821253000 ns, racy<=2500000000 ns 17:32:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.302 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.302381000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.302381000, lastModified=2023-04-30 17:32:25.477936000, delta=1824445000 ns, racy<=2500000000 ns 17:32:27.302 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.302381000, lastModified=2023-04-30 17:32:25.477936000, delta=1824445000 ns, racy<=2500000000 ns 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.303 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.303123000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.303123000, lastModified=2023-04-30 17:32:25.477936000, delta=1825187000 ns, racy<=2500000000 ns 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.303123000, lastModified=2023-04-30 17:32:25.477936000, delta=1825187000 ns, racy<=2500000000 ns 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.303 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.303486000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.303486000, lastModified=2023-04-30 17:32:25.477936000, delta=1825550000 ns, racy<=2500000000 ns 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.303321000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947303321000 ns, racy<=2500000000 ns 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is unmodified 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.303486000, lastModified=2023-04-30 17:32:25.477936000, delta=1825550000 ns, racy<=2500000000 ns 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.303 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.303882000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.303882000, lastModified=2023-04-30 17:32:25.477936000, delta=1825946000 ns, racy<=2500000000 ns 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.303 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.303321000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947303321000 ns, racy<=2500000000 ns 17:32:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is unmodified 17:32:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.303882000, lastModified=2023-04-30 17:32:25.477936000, delta=1825946000 ns, racy<=2500000000 ns 17:32:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.304 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.304216000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.304216000, lastModified=2023-04-30 17:32:25.477936000, delta=1826280000 ns, racy<=2500000000 ns 17:32:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.303321000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947303321000 ns, racy<=2500000000 ns 17:32:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is unmodified 17:32:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.304216000, lastModified=2023-04-30 17:32:25.477936000, delta=1826280000 ns, racy<=2500000000 ns 17:32:27.304 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.305 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.305016000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.305016000, lastModified=2023-04-30 17:32:25.477936000, delta=1827080000 ns, racy<=2500000000 ns 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.303321000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947303321000 ns, racy<=2500000000 ns 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is unmodified 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.305016000, lastModified=2023-04-30 17:32:25.477936000, delta=1827080000 ns, racy<=2500000000 ns 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.305 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.305478000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.305478000, lastModified=2023-04-30 17:32:25.477936000, delta=1827542000 ns, racy<=2500000000 ns 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.303321000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947303321000 ns, racy<=2500000000 ns 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is unmodified 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.305478000, lastModified=2023-04-30 17:32:25.477936000, delta=1827542000 ns, racy<=2500000000 ns 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.305 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.305922000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.305 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.305922000, lastModified=2023-04-30 17:32:25.477936000, delta=1827986000 ns, racy<=2500000000 ns 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.303321000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947303321000 ns, racy<=2500000000 ns 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is unmodified 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.305922000, lastModified=2023-04-30 17:32:25.477936000, delta=1827986000 ns, racy<=2500000000 ns 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.306 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.306523000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.306523000, lastModified=2023-04-30 17:32:25.477936000, delta=1828587000 ns, racy<=2500000000 ns 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.303321000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947303321000 ns, racy<=2500000000 ns 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is unmodified 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.306523000, lastModified=2023-04-30 17:32:25.477936000, delta=1828587000 ns, racy<=2500000000 ns 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.306 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.306837000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.306837000, lastModified=2023-04-30 17:32:25.477936000, delta=1828901000 ns, racy<=2500000000 ns 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.306 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.303321000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947303321000 ns, racy<=2500000000 ns 17:32:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is unmodified 17:32:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.306837000, lastModified=2023-04-30 17:32:25.477936000, delta=1828901000 ns, racy<=2500000000 ns 17:32:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.307 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.307173000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.307173000, lastModified=2023-04-30 17:32:25.477936000, delta=1829237000 ns, racy<=2500000000 ns 17:32:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.303321000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947303321000 ns, racy<=2500000000 ns 17:32:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is unmodified 17:32:27.307 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.307464000, lastModified=2023-04-30 17:32:27.305911000, size=23, fileKey=(dev=3000f2,ino=1440554838) 17:32:27.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.308175000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.308587000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.307173000, lastModified=2023-04-30 17:32:25.477936000, delta=1829237000 ns, racy<=2500000000 ns 17:32:27.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.308 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.308760000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.308760000, lastModified=2023-04-30 17:32:25.477936000, delta=1830824000 ns, racy<=2500000000 ns 17:32:27.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.308 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.308922000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.308760000, lastModified=2023-04-30 17:32:25.477936000, delta=1830824000 ns, racy<=2500000000 ns 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.309 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.309069000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.309069000, lastModified=2023-04-30 17:32:25.477936000, delta=1831133000 ns, racy<=2500000000 ns 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.308922000, lastModified=2023-04-30 17:32:27.306911000, delta=2011000 ns, racy<=2500000000 ns 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.309217000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.309217000, lastModified=2023-04-30 17:32:27.306911000, delta=2306000 ns, racy<=2500000000 ns 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.309069000, lastModified=2023-04-30 17:32:25.477936000, delta=1831133000 ns, racy<=2500000000 ns 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.309 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.309461000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.309461000, lastModified=2023-04-30 17:32:25.477936000, delta=1831525000 ns, racy<=2500000000 ns 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.309217000, lastModified=2023-04-30 17:32:27.306911000, delta=2306000 ns, racy<=2500000000 ns 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.309594000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.309594000, lastModified=2023-04-30 17:32:27.306911000, delta=2683000 ns, racy<=2500000000 ns 17:32:27.309 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.309694000, lastModified=2023-04-30 17:32:27.305911000, size=23, fileKey=(dev=3000f2,ino=1440554838) 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.310369000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.309461000, lastModified=2023-04-30 17:32:25.477936000, delta=1831525000 ns, racy<=2500000000 ns 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.310 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.310522000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.310522000, lastModified=2023-04-30 17:32:25.477936000, delta=1832586000 ns, racy<=2500000000 ns 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.310647000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.310522000, lastModified=2023-04-30 17:32:25.477936000, delta=1832586000 ns, racy<=2500000000 ns 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.310 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.310839000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.310839000, lastModified=2023-04-30 17:32:25.477936000, delta=1832903000 ns, racy<=2500000000 ns 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.310647000, lastModified=2023-04-30 17:32:27.306911000, delta=3736000 ns, racy<=2500000000 ns 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.310 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.310989000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.310989000, lastModified=2023-04-30 17:32:27.306911000, delta=4078000 ns, racy<=2500000000 ns 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.310839000, lastModified=2023-04-30 17:32:25.477936000, delta=1832903000 ns, racy<=2500000000 ns 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.311 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.311277000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.311277000, lastModified=2023-04-30 17:32:25.477936000, delta=1833341000 ns, racy<=2500000000 ns 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.310989000, lastModified=2023-04-30 17:32:27.306911000, delta=4078000 ns, racy<=2500000000 ns 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.311446000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.311446000, lastModified=2023-04-30 17:32:27.306911000, delta=4535000 ns, racy<=2500000000 ns 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.311277000, lastModified=2023-04-30 17:32:25.477936000, delta=1833341000 ns, racy<=2500000000 ns 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.311 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.311672000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.311672000, lastModified=2023-04-30 17:32:25.477936000, delta=1833736000 ns, racy<=2500000000 ns 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.311446000, lastModified=2023-04-30 17:32:27.306911000, delta=4535000 ns, racy<=2500000000 ns 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.311852000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.311852000, lastModified=2023-04-30 17:32:27.306911000, delta=4941000 ns, racy<=2500000000 ns 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.311672000, lastModified=2023-04-30 17:32:25.477936000, delta=1833736000 ns, racy<=2500000000 ns 17:32:27.311 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.311 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.311995000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.311995000, lastModified=2023-04-30 17:32:25.477936000, delta=1834059000 ns, racy<=2500000000 ns 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.311852000, lastModified=2023-04-30 17:32:27.306911000, delta=4941000 ns, racy<=2500000000 ns 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.312172000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.312172000, lastModified=2023-04-30 17:32:27.306911000, delta=5261000 ns, racy<=2500000000 ns 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.311995000, lastModified=2023-04-30 17:32:25.477936000, delta=1834059000 ns, racy<=2500000000 ns 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.312 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.312461000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.312461000, lastModified=2023-04-30 17:32:25.477936000, delta=1834525000 ns, racy<=2500000000 ns 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.312172000, lastModified=2023-04-30 17:32:27.306911000, delta=5261000 ns, racy<=2500000000 ns 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.312614000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.312614000, lastModified=2023-04-30 17:32:27.306911000, delta=5703000 ns, racy<=2500000000 ns 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.312461000, lastModified=2023-04-30 17:32:25.477936000, delta=1834525000 ns, racy<=2500000000 ns 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.312 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.312877000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.312 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.312877000, lastModified=2023-04-30 17:32:25.477936000, delta=1834941000 ns, racy<=2500000000 ns 17:32:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.312614000, lastModified=2023-04-30 17:32:27.306911000, delta=5703000 ns, racy<=2500000000 ns 17:32:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.313062000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.313062000, lastModified=2023-04-30 17:32:27.306911000, delta=6151000 ns, racy<=2500000000 ns 17:32:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.313329000, lastModified=2023-04-30 17:32:27.303911000, size=6, fileKey=(dev=3000f2,ino=1449194433) 17:32:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.313329000, lastModified=2023-04-30 17:32:27.303911000, delta=9418000 ns, racy<=4302500 ns 17:32:27.313 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, is unmodified 17:32:27.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:27.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.314124000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947314124000 ns, racy<=4302500 ns 17:32:27.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack/preserved, is unmodified 17:32:27.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.313329000, lastModified=2023-04-30 17:32:27.303911000, delta=9418000 ns, racy<=4302500 ns 17:32:27.314 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, is unmodified 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.314124000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947314124000 ns, racy<=4302500 ns 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack/preserved, is unmodified 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.312877000, lastModified=2023-04-30 17:32:25.477936000, delta=1834941000 ns, racy<=2500000000 ns 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.315 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.315327000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.315327000, lastModified=2023-04-30 17:32:25.477936000, delta=1837391000 ns, racy<=2500000000 ns 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.313062000, lastModified=2023-04-30 17:32:27.306911000, delta=6151000 ns, racy<=2500000000 ns 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.315488000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.315488000, lastModified=2023-04-30 17:32:27.306911000, delta=8577000 ns, racy<=2500000000 ns 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.315576000, lastModified=2023-04-30 17:32:27.309911000, size=0, fileKey=(dev=3000f2,ino=1440554843) 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.315327000, lastModified=2023-04-30 17:32:25.477936000, delta=1837391000 ns, racy<=2500000000 ns 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.315 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.315642000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.315642000, lastModified=2023-04-30 17:32:25.477936000, delta=1837706000 ns, racy<=2500000000 ns 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.315 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.315488000, lastModified=2023-04-30 17:32:27.306911000, delta=8577000 ns, racy<=2500000000 ns 17:32:27.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.369323000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.369323000, lastModified=2023-04-30 17:32:27.306911000, delta=62412000 ns, racy<=2500000000 ns 17:32:27.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.369675000, lastModified=2023-04-30 17:32:27.367910000, size=104, fileKey=(dev=3000f2,ino=1440554843) 17:32:27.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.369778000, lastModified=2023-04-30 17:32:27.367910000, size=104, fileKey=(dev=3000f2,ino=1440554843) 17:32:27.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.315642000, lastModified=2023-04-30 17:32:25.477936000, delta=1837706000 ns, racy<=2500000000 ns 17:32:27.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.369 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.369949000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.369949000, lastModified=2023-04-30 17:32:25.477936000, delta=1892013000 ns, racy<=2500000000 ns 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.369323000, lastModified=2023-04-30 17:32:27.306911000, delta=62412000 ns, racy<=2500000000 ns 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.370187000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.370187000, lastModified=2023-04-30 17:32:27.306911000, delta=63276000 ns, racy<=2500000000 ns 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.370433000, lastModified=2023-04-30 17:32:27.367910000, size=104, fileKey=(dev=3000f2,ino=1440554843) 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.370491000, lastModified=2023-04-30 17:32:27.367910000, size=104, fileKey=(dev=3000f2,ino=1440554843) 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.370591000, lastModified=2023-04-30 17:32:27.368910000, size=0, fileKey=(dev=3000f2,ino=1440554839) 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.369949000, lastModified=2023-04-30 17:32:25.477936000, delta=1892013000 ns, racy<=2500000000 ns 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.370 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.370655000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.370655000, lastModified=2023-04-30 17:32:25.477936000, delta=1892719000 ns, racy<=2500000000 ns 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.370187000, lastModified=2023-04-30 17:32:27.306911000, delta=63276000 ns, racy<=2500000000 ns 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.370826000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.370826000, lastModified=2023-04-30 17:32:27.306911000, delta=63915000 ns, racy<=2500000000 ns 17:32:27.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.370951000, lastModified=2023-04-30 17:32:27.369910000, size=104, fileKey=(dev=3000f2,ino=1440554839) 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.370655000, lastModified=2023-04-30 17:32:25.477936000, delta=1892719000 ns, racy<=2500000000 ns 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.371 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.371265000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.371265000, lastModified=2023-04-30 17:32:25.477936000, delta=1893329000 ns, racy<=2500000000 ns 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.370826000, lastModified=2023-04-30 17:32:27.306911000, delta=63915000 ns, racy<=2500000000 ns 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.371501000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.371501000, lastModified=2023-04-30 17:32:27.306911000, delta=64590000 ns, racy<=2500000000 ns 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.371265000, lastModified=2023-04-30 17:32:25.477936000, delta=1893329000 ns, racy<=2500000000 ns 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.371 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.371743000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.371743000, lastModified=2023-04-30 17:32:25.477936000, delta=1893807000 ns, racy<=2500000000 ns 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.371501000, lastModified=2023-04-30 17:32:27.306911000, delta=64590000 ns, racy<=2500000000 ns 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.372036000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.372036000, lastModified=2023-04-30 17:32:27.306911000, delta=65125000 ns, racy<=2500000000 ns 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.371743000, lastModified=2023-04-30 17:32:25.477936000, delta=1893807000 ns, racy<=2500000000 ns 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.372 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.372297000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.372297000, lastModified=2023-04-30 17:32:25.477936000, delta=1894361000 ns, racy<=2500000000 ns 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.372036000, lastModified=2023-04-30 17:32:27.306911000, delta=65125000 ns, racy<=2500000000 ns 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.372509000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.372509000, lastModified=2023-04-30 17:32:27.306911000, delta=65598000 ns, racy<=2500000000 ns 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.372297000, lastModified=2023-04-30 17:32:25.477936000, delta=1894361000 ns, racy<=2500000000 ns 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.372 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.372630000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.372630000, lastModified=2023-04-30 17:32:25.477936000, delta=1894694000 ns, racy<=2500000000 ns 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.372509000, lastModified=2023-04-30 17:32:27.306911000, delta=65598000 ns, racy<=2500000000 ns 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.372806000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.372806000, lastModified=2023-04-30 17:32:27.306911000, delta=65895000 ns, racy<=2500000000 ns 17:32:27.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.372922000, lastModified=2023-04-30 17:32:27.305911000, size=23, fileKey=(dev=3000f2,ino=1440554838) 17:32:27.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.372630000, lastModified=2023-04-30 17:32:25.477936000, delta=1894694000 ns, racy<=2500000000 ns 17:32:27.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.373 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.373192000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.373192000, lastModified=2023-04-30 17:32:25.477936000, delta=1895256000 ns, racy<=2500000000 ns 17:32:27.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.372806000, lastModified=2023-04-30 17:32:27.306911000, delta=65895000 ns, racy<=2500000000 ns 17:32:27.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.373357000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.373357000, lastModified=2023-04-30 17:32:27.306911000, delta=66446000 ns, racy<=2500000000 ns 17:32:27.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.372922000, lastModified=2023-04-30 17:32:27.305911000, delta=67011000 ns, racy<=4302500 ns 17:32:27.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/HEAD, is unmodified 17:32:27.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.373192000, lastModified=2023-04-30 17:32:25.477936000, delta=1895256000 ns, racy<=2500000000 ns 17:32:27.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.374 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.374556000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.374556000, lastModified=2023-04-30 17:32:25.477936000, delta=1896620000 ns, racy<=2500000000 ns 17:32:27.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.373357000, lastModified=2023-04-30 17:32:27.306911000, delta=66446000 ns, racy<=2500000000 ns 17:32:27.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.374731000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.374731000, lastModified=2023-04-30 17:32:27.306911000, delta=67820000 ns, racy<=2500000000 ns 17:32:27.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.375046000, lastModified=2023-04-30 17:32:27.369910000, size=104, fileKey=(dev=3000f2,ino=1440554839) 17:32:27.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.375124000, lastModified=2023-04-30 17:32:27.369910000, size=104, fileKey=(dev=3000f2,ino=1440554839) 17:32:27.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.313329000, lastModified=2023-04-30 17:32:27.303911000, delta=9418000 ns, racy<=4302500 ns 17:32:27.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, is unmodified 17:32:27.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.314124000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947314124000 ns, racy<=4302500 ns 17:32:27.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack/preserved, is unmodified 17:32:27.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.313329000, lastModified=2023-04-30 17:32:27.303911000, delta=9418000 ns, racy<=4302500 ns 17:32:27.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, is unmodified 17:32:27.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.314124000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947314124000 ns, racy<=4302500 ns 17:32:27.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack/preserved, is unmodified 17:32:27.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.313329000, lastModified=2023-04-30 17:32:27.303911000, delta=9418000 ns, racy<=4302500 ns 17:32:27.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, is unmodified 17:32:27.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.314124000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947314124000 ns, racy<=4302500 ns 17:32:27.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack/preserved, is unmodified 17:32:27.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.313329000, lastModified=2023-04-30 17:32:27.303911000, delta=9418000 ns, racy<=4302500 ns 17:32:27.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, is unmodified 17:32:27.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.314124000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947314124000 ns, racy<=4302500 ns 17:32:27.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack/preserved, is unmodified 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.374556000, lastModified=2023-04-30 17:32:25.477936000, delta=1896620000 ns, racy<=2500000000 ns 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.377 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.377156000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.377156000, lastModified=2023-04-30 17:32:25.477936000, delta=1899220000 ns, racy<=2500000000 ns 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.374731000, lastModified=2023-04-30 17:32:27.306911000, delta=67820000 ns, racy<=2500000000 ns 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.377355000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.377355000, lastModified=2023-04-30 17:32:27.306911000, delta=70444000 ns, racy<=2500000000 ns 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.372922000, lastModified=2023-04-30 17:32:27.305911000, delta=67011000 ns, racy<=4302500 ns 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/HEAD, is unmodified 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.377156000, lastModified=2023-04-30 17:32:25.477936000, delta=1899220000 ns, racy<=2500000000 ns 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.377 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.377653000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.377653000, lastModified=2023-04-30 17:32:25.477936000, delta=1899717000 ns, racy<=2500000000 ns 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.377355000, lastModified=2023-04-30 17:32:27.306911000, delta=70444000 ns, racy<=2500000000 ns 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.377826000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.377826000, lastModified=2023-04-30 17:32:27.306911000, delta=70915000 ns, racy<=2500000000 ns 17:32:27.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.377653000, lastModified=2023-04-30 17:32:25.477936000, delta=1899717000 ns, racy<=2500000000 ns 17:32:27.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.378 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.378198000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.378198000, lastModified=2023-04-30 17:32:25.477936000, delta=1900262000 ns, racy<=2500000000 ns 17:32:27.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.377826000, lastModified=2023-04-30 17:32:27.306911000, delta=70915000 ns, racy<=2500000000 ns 17:32:27.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.378363000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.378363000, lastModified=2023-04-30 17:32:27.306911000, delta=71452000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.378198000, lastModified=2023-04-30 17:32:25.477936000, delta=1900262000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.379 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.379056000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.379056000, lastModified=2023-04-30 17:32:25.477936000, delta=1901120000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.378363000, lastModified=2023-04-30 17:32:27.306911000, delta=71452000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.379222000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.379222000, lastModified=2023-04-30 17:32:27.306911000, delta=72311000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.379056000, lastModified=2023-04-30 17:32:25.477936000, delta=1901120000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.379 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.379426000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.379426000, lastModified=2023-04-30 17:32:25.477936000, delta=1901490000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.379222000, lastModified=2023-04-30 17:32:27.306911000, delta=72311000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.379575000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.379575000, lastModified=2023-04-30 17:32:27.306911000, delta=72664000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.379426000, lastModified=2023-04-30 17:32:25.477936000, delta=1901490000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.379 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.379747000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.379747000, lastModified=2023-04-30 17:32:25.477936000, delta=1901811000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.379575000, lastModified=2023-04-30 17:32:27.306911000, delta=72664000 ns, racy<=2500000000 ns 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.379931000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.379 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.379931000, lastModified=2023-04-30 17:32:27.306911000, delta=73020000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.379747000, lastModified=2023-04-30 17:32:25.477936000, delta=1901811000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.380 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.380065000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.380065000, lastModified=2023-04-30 17:32:25.477936000, delta=1902129000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.379931000, lastModified=2023-04-30 17:32:27.306911000, delta=73020000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.380239000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.380239000, lastModified=2023-04-30 17:32:27.306911000, delta=73328000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.380065000, lastModified=2023-04-30 17:32:25.477936000, delta=1902129000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.380 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.380427000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.380427000, lastModified=2023-04-30 17:32:25.477936000, delta=1902491000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.380239000, lastModified=2023-04-30 17:32:27.306911000, delta=73328000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.380565000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.380565000, lastModified=2023-04-30 17:32:27.306911000, delta=73654000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.380427000, lastModified=2023-04-30 17:32:25.477936000, delta=1902491000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.380 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.380683000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.380683000, lastModified=2023-04-30 17:32:25.477936000, delta=1902747000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.380565000, lastModified=2023-04-30 17:32:27.306911000, delta=73654000 ns, racy<=2500000000 ns 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.380846000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.380 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.380846000, lastModified=2023-04-30 17:32:27.306911000, delta=73935000 ns, racy<=2500000000 ns 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.381021000, lastModified=2023-04-30 17:32:27.377910000, size=41, fileKey=(dev=3000f2,ino=1441940167) 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.380683000, lastModified=2023-04-30 17:32:25.477936000, delta=1902747000 ns, racy<=2500000000 ns 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.381 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.381284000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.381284000, lastModified=2023-04-30 17:32:25.477936000, delta=1903348000 ns, racy<=2500000000 ns 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.380846000, lastModified=2023-04-30 17:32:27.306911000, delta=73935000 ns, racy<=2500000000 ns 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.381441000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.381441000, lastModified=2023-04-30 17:32:27.306911000, delta=74530000 ns, racy<=2500000000 ns 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.381284000, lastModified=2023-04-30 17:32:25.477936000, delta=1903348000 ns, racy<=2500000000 ns 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.381 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.381627000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.381627000, lastModified=2023-04-30 17:32:25.477936000, delta=1903691000 ns, racy<=2500000000 ns 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.309594000, lastModified=2023-04-30 17:32:27.306911000, delta=2683000 ns, racy<=2500000000 ns 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.381816000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.381816000, lastModified=2023-04-30 17:32:27.306911000, delta=74905000 ns, racy<=2500000000 ns 17:32:27.381 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.381933000, lastModified=2023-04-30 17:32:27.377910000, size=41, fileKey=(dev=3000f2,ino=1441940167) 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.381627000, lastModified=2023-04-30 17:32:25.477936000, delta=1903691000 ns, racy<=2500000000 ns 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.382 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.382051000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.382051000, lastModified=2023-04-30 17:32:25.477936000, delta=1904115000 ns, racy<=2500000000 ns 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.381816000, lastModified=2023-04-30 17:32:27.306911000, delta=74905000 ns, racy<=2500000000 ns 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.382256000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.382256000, lastModified=2023-04-30 17:32:27.306911000, delta=75345000 ns, racy<=2500000000 ns 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/refs/heads/master, isRacyClean=true, read=2023-04-30 17:32:27.381933000, lastModified=2023-04-30 17:32:27.377910000, delta=4023000 ns, racy<=4302500 ns 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/refs/heads/master, is racily clean 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.382927000, lastModified=2023-04-30 17:32:27.377910000, size=41, fileKey=(dev=3000f2,ino=1441940167) 17:32:27.382 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.382927000, lastModified=2023-04-30 17:32:27.377910000, delta=5017000 ns, racy<=4302500 ns 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.383088000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.382051000, lastModified=2023-04-30 17:32:25.477936000, delta=1904115000 ns, racy<=2500000000 ns 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.383 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.383280000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.383280000, lastModified=2023-04-30 17:32:25.477936000, delta=1905344000 ns, racy<=2500000000 ns 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.383409000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.383280000, lastModified=2023-04-30 17:32:25.477936000, delta=1905344000 ns, racy<=2500000000 ns 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.383 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.383527000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.383527000, lastModified=2023-04-30 17:32:25.477936000, delta=1905591000 ns, racy<=2500000000 ns 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.383409000, lastModified=2023-04-30 17:32:27.306911000, delta=76498000 ns, racy<=2500000000 ns 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.383686000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.383686000, lastModified=2023-04-30 17:32:27.306911000, delta=76775000 ns, racy<=2500000000 ns 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.383838000, lastModified=2023-04-30 17:32:27.369910000, size=104, fileKey=(dev=3000f2,ino=1440554839) 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.383 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.383933000, lastModified=2023-04-30 17:32:27.303911000, size=6, fileKey=(dev=3000f2,ino=1449194433) 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.383933000, lastModified=2023-04-30 17:32:27.303911000, delta=80022000 ns, racy<=4302500 ns 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, is unmodified 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.383527000, lastModified=2023-04-30 17:32:25.477936000, delta=1905591000 ns, racy<=2500000000 ns 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.384 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.384320000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.384320000, lastModified=2023-04-30 17:32:25.477936000, delta=1906384000 ns, racy<=2500000000 ns 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.382256000, lastModified=2023-04-30 17:32:27.306911000, delta=75345000 ns, racy<=2500000000 ns 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.384470000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.384470000, lastModified=2023-04-30 17:32:27.306911000, delta=77559000 ns, racy<=2500000000 ns 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.384722000, lastModified=2023-04-30 17:32:27.303911000, size=6, fileKey=(dev=3000f2,ino=1449194433) 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.384722000, lastModified=2023-04-30 17:32:27.303911000, delta=80811000 ns, racy<=4302500 ns 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/objects/pack, is unmodified 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.384320000, lastModified=2023-04-30 17:32:25.477936000, delta=1906384000 ns, racy<=2500000000 ns 17:32:27.384 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.385 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.385021000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.385021000, lastModified=2023-04-30 17:32:25.477936000, delta=1907085000 ns, racy<=2500000000 ns 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.384470000, lastModified=2023-04-30 17:32:27.306911000, delta=77559000 ns, racy<=2500000000 ns 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.385203000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.385203000, lastModified=2023-04-30 17:32:27.306911000, delta=78292000 ns, racy<=2500000000 ns 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.385021000, lastModified=2023-04-30 17:32:25.477936000, delta=1907085000 ns, racy<=2500000000 ns 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.385 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.385363000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.385363000, lastModified=2023-04-30 17:32:25.477936000, delta=1907427000 ns, racy<=2500000000 ns 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.385203000, lastModified=2023-04-30 17:32:27.306911000, delta=78292000 ns, racy<=2500000000 ns 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, is racily clean 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.385510000, lastModified=2023-04-30 17:32:27.306911000, size=78, fileKey=(dev=3000f2,ino=1440554842) 17:32:27.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10759502685228195782/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.385510000, lastModified=2023-04-30 17:32:27.306911000, delta=78599000 ns, racy<=2500000000 ns 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.385363000, lastModified=2023-04-30 17:32:25.477936000, delta=1907427000 ns, racy<=2500000000 ns 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.387 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.387369000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.387369000, lastModified=2023-04-30 17:32:25.477936000, delta=1909433000 ns, racy<=2500000000 ns 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.387369000, lastModified=2023-04-30 17:32:25.477936000, delta=1909433000 ns, racy<=2500000000 ns 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.387 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.387560000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.387560000, lastModified=2023-04-30 17:32:25.477936000, delta=1909624000 ns, racy<=2500000000 ns 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.387560000, lastModified=2023-04-30 17:32:25.477936000, delta=1909624000 ns, racy<=2500000000 ns 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.387 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.387887000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.387887000, lastModified=2023-04-30 17:32:25.477936000, delta=1909951000 ns, racy<=2500000000 ns 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.387708000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947387708000 ns, racy<=2500000000 ns 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, is unmodified 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.387887000, lastModified=2023-04-30 17:32:25.477936000, delta=1909951000 ns, racy<=2500000000 ns 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.388 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.388254000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.388254000, lastModified=2023-04-30 17:32:25.477936000, delta=1910318000 ns, racy<=2500000000 ns 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.387708000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947387708000 ns, racy<=2500000000 ns 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, is unmodified 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.388254000, lastModified=2023-04-30 17:32:25.477936000, delta=1910318000 ns, racy<=2500000000 ns 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.388 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.388518000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.388518000, lastModified=2023-04-30 17:32:25.477936000, delta=1910582000 ns, racy<=2500000000 ns 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.387708000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947387708000 ns, racy<=2500000000 ns 17:32:27.388 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, is unmodified 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.388518000, lastModified=2023-04-30 17:32:25.477936000, delta=1910582000 ns, racy<=2500000000 ns 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.389 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.389311000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.389311000, lastModified=2023-04-30 17:32:25.477936000, delta=1911375000 ns, racy<=2500000000 ns 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.387708000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947387708000 ns, racy<=2500000000 ns 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, is unmodified 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.389311000, lastModified=2023-04-30 17:32:25.477936000, delta=1911375000 ns, racy<=2500000000 ns 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.389 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.389652000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.389652000, lastModified=2023-04-30 17:32:25.477936000, delta=1911716000 ns, racy<=2500000000 ns 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.387708000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947387708000 ns, racy<=2500000000 ns 17:32:27.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, is unmodified 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.389652000, lastModified=2023-04-30 17:32:25.477936000, delta=1911716000 ns, racy<=2500000000 ns 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.390 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.390189000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.390189000, lastModified=2023-04-30 17:32:25.477936000, delta=1912253000 ns, racy<=2500000000 ns 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.387708000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947387708000 ns, racy<=2500000000 ns 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, is unmodified 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.390189000, lastModified=2023-04-30 17:32:25.477936000, delta=1912253000 ns, racy<=2500000000 ns 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.390 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.390731000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.390731000, lastModified=2023-04-30 17:32:25.477936000, delta=1912795000 ns, racy<=2500000000 ns 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.387708000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947387708000 ns, racy<=2500000000 ns 17:32:27.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, is unmodified 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.390731000, lastModified=2023-04-30 17:32:25.477936000, delta=1912795000 ns, racy<=2500000000 ns 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.391 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.391065000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.391065000, lastModified=2023-04-30 17:32:25.477936000, delta=1913129000 ns, racy<=2500000000 ns 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.387708000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947387708000 ns, racy<=2500000000 ns 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, is unmodified 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.391065000, lastModified=2023-04-30 17:32:25.477936000, delta=1913129000 ns, racy<=2500000000 ns 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.391 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.391366000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.391366000, lastModified=2023-04-30 17:32:25.477936000, delta=1913430000 ns, racy<=2500000000 ns 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.387708000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947387708000 ns, racy<=2500000000 ns 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, is unmodified 17:32:27.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.391621000, lastModified=2023-04-30 17:32:27.389910000, size=23, fileKey=(dev=3000f2,ino=1456475849) 17:32:27.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.392621000, lastModified=2023-04-30 17:32:27.390910000, size=78, fileKey=(dev=3000f2,ino=1456475853) 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.393099000, lastModified=2023-04-30 17:32:27.390910000, size=78, fileKey=(dev=3000f2,ino=1456475853) 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.391366000, lastModified=2023-04-30 17:32:25.477936000, delta=1913430000 ns, racy<=2500000000 ns 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.393 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.393322000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.393322000, lastModified=2023-04-30 17:32:25.477936000, delta=1915386000 ns, racy<=2500000000 ns 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.393455000, lastModified=2023-04-30 17:32:27.390910000, size=78, fileKey=(dev=3000f2,ino=1456475853) 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.393322000, lastModified=2023-04-30 17:32:25.477936000, delta=1915386000 ns, racy<=2500000000 ns 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.393 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.393570000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.393570000, lastModified=2023-04-30 17:32:25.477936000, delta=1915634000 ns, racy<=2500000000 ns 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.393455000, lastModified=2023-04-30 17:32:27.390910000, delta=2545000 ns, racy<=2500000000 ns 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, is racily clean 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.393709000, lastModified=2023-04-30 17:32:27.390910000, size=78, fileKey=(dev=3000f2,ino=1456475853) 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.393709000, lastModified=2023-04-30 17:32:27.390910000, delta=2799000 ns, racy<=2500000000 ns 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.393570000, lastModified=2023-04-30 17:32:25.477936000, delta=1915634000 ns, racy<=2500000000 ns 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.393 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.393974000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.393974000, lastModified=2023-04-30 17:32:25.477936000, delta=1916038000 ns, racy<=2500000000 ns 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.393709000, lastModified=2023-04-30 17:32:27.390910000, delta=2799000 ns, racy<=2500000000 ns 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, is racily clean 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.394151000, lastModified=2023-04-30 17:32:27.390910000, size=78, fileKey=(dev=3000f2,ino=1456475853) 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.394151000, lastModified=2023-04-30 17:32:27.390910000, delta=3241000 ns, racy<=2500000000 ns 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.394274000, lastModified=2023-04-30 17:32:27.389910000, size=23, fileKey=(dev=3000f2,ino=1456475849) 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.393974000, lastModified=2023-04-30 17:32:25.477936000, delta=1916038000 ns, racy<=2500000000 ns 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.394 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.394529000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.394529000, lastModified=2023-04-30 17:32:25.477936000, delta=1916593000 ns, racy<=2500000000 ns 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.394151000, lastModified=2023-04-30 17:32:27.390910000, delta=3241000 ns, racy<=2500000000 ns 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, is racily clean 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.394704000, lastModified=2023-04-30 17:32:27.390910000, size=78, fileKey=(dev=3000f2,ino=1456475853) 17:32:27.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.394704000, lastModified=2023-04-30 17:32:27.390910000, delta=3794000 ns, racy<=2500000000 ns 17:32:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.394529000, lastModified=2023-04-30 17:32:25.477936000, delta=1916593000 ns, racy<=2500000000 ns 17:32:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.395 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.395291000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.395291000, lastModified=2023-04-30 17:32:25.477936000, delta=1917355000 ns, racy<=2500000000 ns 17:32:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.394704000, lastModified=2023-04-30 17:32:27.390910000, delta=3794000 ns, racy<=2500000000 ns 17:32:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, is racily clean 17:32:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.395440000, lastModified=2023-04-30 17:32:27.390910000, size=78, fileKey=(dev=3000f2,ino=1456475853) 17:32:27.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2206382343254015058/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.395440000, lastModified=2023-04-30 17:32:27.390910000, delta=4530000 ns, racy<=2500000000 ns 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.395291000, lastModified=2023-04-30 17:32:25.477936000, delta=1917355000 ns, racy<=2500000000 ns 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.397 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.397140000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.397140000, lastModified=2023-04-30 17:32:25.477936000, delta=1919204000 ns, racy<=2500000000 ns 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.397140000, lastModified=2023-04-30 17:32:25.477936000, delta=1919204000 ns, racy<=2500000000 ns 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.397 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.397339000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.397339000, lastModified=2023-04-30 17:32:25.477936000, delta=1919403000 ns, racy<=2500000000 ns 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.397339000, lastModified=2023-04-30 17:32:25.477936000, delta=1919403000 ns, racy<=2500000000 ns 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.397 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.397623000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.397623000, lastModified=2023-04-30 17:32:25.477936000, delta=1919687000 ns, racy<=2500000000 ns 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.397490000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947397490000 ns, racy<=2500000000 ns 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is unmodified 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.397623000, lastModified=2023-04-30 17:32:25.477936000, delta=1919687000 ns, racy<=2500000000 ns 17:32:27.397 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.397 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.398004000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.398004000, lastModified=2023-04-30 17:32:25.477936000, delta=1920068000 ns, racy<=2500000000 ns 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.397490000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947397490000 ns, racy<=2500000000 ns 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is unmodified 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.398004000, lastModified=2023-04-30 17:32:25.477936000, delta=1920068000 ns, racy<=2500000000 ns 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.398 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.398295000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.398295000, lastModified=2023-04-30 17:32:25.477936000, delta=1920359000 ns, racy<=2500000000 ns 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.397490000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947397490000 ns, racy<=2500000000 ns 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is unmodified 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.398295000, lastModified=2023-04-30 17:32:25.477936000, delta=1920359000 ns, racy<=2500000000 ns 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.398 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.398 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.398986000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.398986000, lastModified=2023-04-30 17:32:25.477936000, delta=1921050000 ns, racy<=2500000000 ns 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.397490000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947397490000 ns, racy<=2500000000 ns 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is unmodified 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.398986000, lastModified=2023-04-30 17:32:25.477936000, delta=1921050000 ns, racy<=2500000000 ns 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.399 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.399344000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.399344000, lastModified=2023-04-30 17:32:25.477936000, delta=1921408000 ns, racy<=2500000000 ns 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.397490000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947397490000 ns, racy<=2500000000 ns 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is unmodified 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.399344000, lastModified=2023-04-30 17:32:25.477936000, delta=1921408000 ns, racy<=2500000000 ns 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.399 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.399712000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.399712000, lastModified=2023-04-30 17:32:25.477936000, delta=1921776000 ns, racy<=2500000000 ns 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.397490000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947397490000 ns, racy<=2500000000 ns 17:32:27.399 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is unmodified 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.399712000, lastModified=2023-04-30 17:32:25.477936000, delta=1921776000 ns, racy<=2500000000 ns 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.400 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.400361000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.400361000, lastModified=2023-04-30 17:32:25.477936000, delta=1922425000 ns, racy<=2500000000 ns 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.397490000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947397490000 ns, racy<=2500000000 ns 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is unmodified 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.400361000, lastModified=2023-04-30 17:32:25.477936000, delta=1922425000 ns, racy<=2500000000 ns 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.400 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.400641000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.400641000, lastModified=2023-04-30 17:32:25.477936000, delta=1922705000 ns, racy<=2500000000 ns 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.397490000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947397490000 ns, racy<=2500000000 ns 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is unmodified 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.400641000, lastModified=2023-04-30 17:32:25.477936000, delta=1922705000 ns, racy<=2500000000 ns 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.400 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.400 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.400973000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.400973000, lastModified=2023-04-30 17:32:25.477936000, delta=1923037000 ns, racy<=2500000000 ns 17:32:27.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=false, read=2023-04-30 17:32:27.397490000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947397490000 ns, racy<=2500000000 ns 17:32:27.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is unmodified 17:32:27.401 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.401276000, lastModified=2023-04-30 17:32:27.399910000, size=23, fileKey=(dev=3000f2,ino=1470237584) 17:32:27.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.402256000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.402668000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.400973000, lastModified=2023-04-30 17:32:25.477936000, delta=1923037000 ns, racy<=2500000000 ns 17:32:27.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.402 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.402880000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.402880000, lastModified=2023-04-30 17:32:25.477936000, delta=1924944000 ns, racy<=2500000000 ns 17:32:27.402 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.403029000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.402880000, lastModified=2023-04-30 17:32:25.477936000, delta=1924944000 ns, racy<=2500000000 ns 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.403 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.403199000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.403199000, lastModified=2023-04-30 17:32:25.477936000, delta=1925263000 ns, racy<=2500000000 ns 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.403029000, lastModified=2023-04-30 17:32:27.400910000, delta=2119000 ns, racy<=2500000000 ns 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.403338000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.403338000, lastModified=2023-04-30 17:32:27.400910000, delta=2428000 ns, racy<=2500000000 ns 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.403199000, lastModified=2023-04-30 17:32:25.477936000, delta=1925263000 ns, racy<=2500000000 ns 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.403 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.403540000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.403540000, lastModified=2023-04-30 17:32:25.477936000, delta=1925604000 ns, racy<=2500000000 ns 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.403338000, lastModified=2023-04-30 17:32:27.400910000, delta=2428000 ns, racy<=2500000000 ns 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.403680000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.403680000, lastModified=2023-04-30 17:32:27.400910000, delta=2770000 ns, racy<=2500000000 ns 17:32:27.403 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.403789000, lastModified=2023-04-30 17:32:27.399910000, size=23, fileKey=(dev=3000f2,ino=1470237584) 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.404423000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.403540000, lastModified=2023-04-30 17:32:25.477936000, delta=1925604000 ns, racy<=2500000000 ns 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.404 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.404589000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.404589000, lastModified=2023-04-30 17:32:25.477936000, delta=1926653000 ns, racy<=2500000000 ns 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.404714000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.404589000, lastModified=2023-04-30 17:32:25.477936000, delta=1926653000 ns, racy<=2500000000 ns 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.404 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.404872000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.404872000, lastModified=2023-04-30 17:32:25.477936000, delta=1926936000 ns, racy<=2500000000 ns 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.404 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.404714000, lastModified=2023-04-30 17:32:27.400910000, delta=3804000 ns, racy<=2500000000 ns 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.405028000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.405028000, lastModified=2023-04-30 17:32:27.400910000, delta=4118000 ns, racy<=2500000000 ns 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.404872000, lastModified=2023-04-30 17:32:25.477936000, delta=1926936000 ns, racy<=2500000000 ns 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.405 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.405349000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.405349000, lastModified=2023-04-30 17:32:25.477936000, delta=1927413000 ns, racy<=2500000000 ns 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.405028000, lastModified=2023-04-30 17:32:27.400910000, delta=4118000 ns, racy<=2500000000 ns 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.405500000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.405500000, lastModified=2023-04-30 17:32:27.400910000, delta=4590000 ns, racy<=2500000000 ns 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.405349000, lastModified=2023-04-30 17:32:25.477936000, delta=1927413000 ns, racy<=2500000000 ns 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.405 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.405736000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.405736000, lastModified=2023-04-30 17:32:25.477936000, delta=1927800000 ns, racy<=2500000000 ns 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.405500000, lastModified=2023-04-30 17:32:27.400910000, delta=4590000 ns, racy<=2500000000 ns 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.405924000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.405 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.405924000, lastModified=2023-04-30 17:32:27.400910000, delta=5014000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.405736000, lastModified=2023-04-30 17:32:25.477936000, delta=1927800000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.406 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.406070000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.406070000, lastModified=2023-04-30 17:32:25.477936000, delta=1928134000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.405924000, lastModified=2023-04-30 17:32:27.400910000, delta=5014000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.406234000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.406234000, lastModified=2023-04-30 17:32:27.400910000, delta=5324000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.406070000, lastModified=2023-04-30 17:32:25.477936000, delta=1928134000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.406 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.406490000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.406490000, lastModified=2023-04-30 17:32:25.477936000, delta=1928554000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.406234000, lastModified=2023-04-30 17:32:27.400910000, delta=5324000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.406635000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.406635000, lastModified=2023-04-30 17:32:27.400910000, delta=5725000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.406490000, lastModified=2023-04-30 17:32:25.477936000, delta=1928554000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.406 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.406886000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.406886000, lastModified=2023-04-30 17:32:25.477936000, delta=1928950000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.406 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.406635000, lastModified=2023-04-30 17:32:27.400910000, delta=5725000 ns, racy<=2500000000 ns 17:32:27.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.407037000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.407037000, lastModified=2023-04-30 17:32:27.400910000, delta=6127000 ns, racy<=2500000000 ns 17:32:27.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.407297000, lastModified=2023-04-30 17:32:27.397910000, size=6, fileKey=(dev=3000f2,ino=1479554350) 17:32:27.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.407297000, lastModified=2023-04-30 17:32:27.397910000, delta=9387000 ns, racy<=4302500 ns 17:32:27.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.407 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:27.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.408006000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947408006000 ns, racy<=4302500 ns 17:32:27.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.407297000, lastModified=2023-04-30 17:32:27.397910000, delta=9387000 ns, racy<=4302500 ns 17:32:27.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.408006000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947408006000 ns, racy<=4302500 ns 17:32:27.408 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.406886000, lastModified=2023-04-30 17:32:25.477936000, delta=1928950000 ns, racy<=2500000000 ns 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.409 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.409295000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.409295000, lastModified=2023-04-30 17:32:25.477936000, delta=1931359000 ns, racy<=2500000000 ns 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.407037000, lastModified=2023-04-30 17:32:27.400910000, delta=6127000 ns, racy<=2500000000 ns 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.409442000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.409442000, lastModified=2023-04-30 17:32:27.400910000, delta=8532000 ns, racy<=2500000000 ns 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.409537000, lastModified=2023-04-30 17:32:27.403910000, size=0, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.409295000, lastModified=2023-04-30 17:32:25.477936000, delta=1931359000 ns, racy<=2500000000 ns 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.409 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.409632000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.409632000, lastModified=2023-04-30 17:32:25.477936000, delta=1931696000 ns, racy<=2500000000 ns 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.409442000, lastModified=2023-04-30 17:32:27.400910000, delta=8532000 ns, racy<=2500000000 ns 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.409773000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.409 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.409773000, lastModified=2023-04-30 17:32:27.400910000, delta=8863000 ns, racy<=2500000000 ns 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.409989000, lastModified=2023-04-30 17:32:27.408910000, size=104, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.410078000, lastModified=2023-04-30 17:32:27.408910000, size=104, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.409632000, lastModified=2023-04-30 17:32:25.477936000, delta=1931696000 ns, racy<=2500000000 ns 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.410 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.410184000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.410184000, lastModified=2023-04-30 17:32:25.477936000, delta=1932248000 ns, racy<=2500000000 ns 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.409773000, lastModified=2023-04-30 17:32:27.400910000, delta=8863000 ns, racy<=2500000000 ns 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.410324000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.410324000, lastModified=2023-04-30 17:32:27.400910000, delta=9414000 ns, racy<=2500000000 ns 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.410539000, lastModified=2023-04-30 17:32:27.408910000, size=104, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.410591000, lastModified=2023-04-30 17:32:27.408910000, size=104, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.410665000, lastModified=2023-04-30 17:32:27.408910000, size=0, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.410184000, lastModified=2023-04-30 17:32:25.477936000, delta=1932248000 ns, racy<=2500000000 ns 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.410 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.410722000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.410722000, lastModified=2023-04-30 17:32:25.477936000, delta=1932786000 ns, racy<=2500000000 ns 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.410324000, lastModified=2023-04-30 17:32:27.400910000, delta=9414000 ns, racy<=2500000000 ns 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.410908000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.410 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.410908000, lastModified=2023-04-30 17:32:27.400910000, delta=9998000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.411030000, lastModified=2023-04-30 17:32:27.409910000, size=104, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.410722000, lastModified=2023-04-30 17:32:25.477936000, delta=1932786000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.411 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.411304000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.411304000, lastModified=2023-04-30 17:32:25.477936000, delta=1933368000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.410908000, lastModified=2023-04-30 17:32:27.400910000, delta=9998000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.411445000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.411445000, lastModified=2023-04-30 17:32:27.400910000, delta=10535000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.411304000, lastModified=2023-04-30 17:32:25.477936000, delta=1933368000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.411 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.411557000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.411557000, lastModified=2023-04-30 17:32:25.477936000, delta=1933621000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.411445000, lastModified=2023-04-30 17:32:27.400910000, delta=10535000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.411684000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.411684000, lastModified=2023-04-30 17:32:27.400910000, delta=10774000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.411557000, lastModified=2023-04-30 17:32:25.477936000, delta=1933621000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.411 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.411869000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.411869000, lastModified=2023-04-30 17:32:25.477936000, delta=1933933000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.411 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.411684000, lastModified=2023-04-30 17:32:27.400910000, delta=10774000 ns, racy<=2500000000 ns 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.412023000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.412023000, lastModified=2023-04-30 17:32:27.400910000, delta=11113000 ns, racy<=2500000000 ns 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.411869000, lastModified=2023-04-30 17:32:25.477936000, delta=1933933000 ns, racy<=2500000000 ns 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.412 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.412206000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.412206000, lastModified=2023-04-30 17:32:25.477936000, delta=1934270000 ns, racy<=2500000000 ns 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.412023000, lastModified=2023-04-30 17:32:27.400910000, delta=11113000 ns, racy<=2500000000 ns 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.412339000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.412339000, lastModified=2023-04-30 17:32:27.400910000, delta=11429000 ns, racy<=2500000000 ns 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.412434000, lastModified=2023-04-30 17:32:27.399910000, size=23, fileKey=(dev=3000f2,ino=1470237584) 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.412206000, lastModified=2023-04-30 17:32:25.477936000, delta=1934270000 ns, racy<=2500000000 ns 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.412 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.412642000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.412642000, lastModified=2023-04-30 17:32:25.477936000, delta=1934706000 ns, racy<=2500000000 ns 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.412339000, lastModified=2023-04-30 17:32:27.400910000, delta=11429000 ns, racy<=2500000000 ns 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.412773000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.412 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.412773000, lastModified=2023-04-30 17:32:27.400910000, delta=11863000 ns, racy<=2500000000 ns 17:32:27.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.412434000, lastModified=2023-04-30 17:32:27.399910000, delta=12524000 ns, racy<=4302500 ns 17:32:27.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, is unmodified 17:32:27.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.412642000, lastModified=2023-04-30 17:32:25.477936000, delta=1934706000 ns, racy<=2500000000 ns 17:32:27.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.413 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.413518000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.413518000, lastModified=2023-04-30 17:32:25.477936000, delta=1935582000 ns, racy<=2500000000 ns 17:32:27.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.412773000, lastModified=2023-04-30 17:32:27.400910000, delta=11863000 ns, racy<=2500000000 ns 17:32:27.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.413659000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.413 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.413659000, lastModified=2023-04-30 17:32:27.400910000, delta=12749000 ns, racy<=2500000000 ns 17:32:27.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.469466000, lastModified=2023-04-30 17:32:27.409910000, size=104, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.469555000, lastModified=2023-04-30 17:32:27.409910000, size=104, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.407297000, lastModified=2023-04-30 17:32:27.397910000, delta=9387000 ns, racy<=4302500 ns 17:32:27.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.408006000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947408006000 ns, racy<=4302500 ns 17:32:27.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.407297000, lastModified=2023-04-30 17:32:27.397910000, delta=9387000 ns, racy<=4302500 ns 17:32:27.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.408006000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947408006000 ns, racy<=4302500 ns 17:32:27.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.407297000, lastModified=2023-04-30 17:32:27.397910000, delta=9387000 ns, racy<=4302500 ns 17:32:27.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.408006000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947408006000 ns, racy<=4302500 ns 17:32:27.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.407297000, lastModified=2023-04-30 17:32:27.397910000, delta=9387000 ns, racy<=4302500 ns 17:32:27.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.408006000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947408006000 ns, racy<=4302500 ns 17:32:27.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.413518000, lastModified=2023-04-30 17:32:25.477936000, delta=1935582000 ns, racy<=2500000000 ns 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.471 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.471307000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.471307000, lastModified=2023-04-30 17:32:25.477936000, delta=1993371000 ns, racy<=2500000000 ns 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.413659000, lastModified=2023-04-30 17:32:27.400910000, delta=12749000 ns, racy<=2500000000 ns 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.471454000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.471454000, lastModified=2023-04-30 17:32:27.400910000, delta=70544000 ns, racy<=2500000000 ns 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.412434000, lastModified=2023-04-30 17:32:27.399910000, delta=12524000 ns, racy<=4302500 ns 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, is unmodified 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.471307000, lastModified=2023-04-30 17:32:25.477936000, delta=1993371000 ns, racy<=2500000000 ns 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.471 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.471741000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.471741000, lastModified=2023-04-30 17:32:25.477936000, delta=1993805000 ns, racy<=2500000000 ns 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.471454000, lastModified=2023-04-30 17:32:27.400910000, delta=70544000 ns, racy<=2500000000 ns 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.471909000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.471909000, lastModified=2023-04-30 17:32:27.400910000, delta=70999000 ns, racy<=2500000000 ns 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.471741000, lastModified=2023-04-30 17:32:25.477936000, delta=1993805000 ns, racy<=2500000000 ns 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.472 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.472238000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.472238000, lastModified=2023-04-30 17:32:25.477936000, delta=1994302000 ns, racy<=2500000000 ns 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.471909000, lastModified=2023-04-30 17:32:27.400910000, delta=70999000 ns, racy<=2500000000 ns 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.472374000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.472374000, lastModified=2023-04-30 17:32:27.400910000, delta=71464000 ns, racy<=2500000000 ns 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.472238000, lastModified=2023-04-30 17:32:25.477936000, delta=1994302000 ns, racy<=2500000000 ns 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.472 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.472931000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.472931000, lastModified=2023-04-30 17:32:25.477936000, delta=1994995000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.472374000, lastModified=2023-04-30 17:32:27.400910000, delta=71464000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.473087000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.473087000, lastModified=2023-04-30 17:32:27.400910000, delta=72177000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.472931000, lastModified=2023-04-30 17:32:25.477936000, delta=1994995000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.473 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.473267000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.473267000, lastModified=2023-04-30 17:32:25.477936000, delta=1995331000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.473087000, lastModified=2023-04-30 17:32:27.400910000, delta=72177000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.473427000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.473427000, lastModified=2023-04-30 17:32:27.400910000, delta=72517000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.473267000, lastModified=2023-04-30 17:32:25.477936000, delta=1995331000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.473 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.473611000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.473611000, lastModified=2023-04-30 17:32:25.477936000, delta=1995675000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.473427000, lastModified=2023-04-30 17:32:27.400910000, delta=72517000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.473749000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.473749000, lastModified=2023-04-30 17:32:27.400910000, delta=72839000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.473611000, lastModified=2023-04-30 17:32:25.477936000, delta=1995675000 ns, racy<=2500000000 ns 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.473 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.473910000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.473910000, lastModified=2023-04-30 17:32:25.477936000, delta=1995974000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.473749000, lastModified=2023-04-30 17:32:27.400910000, delta=72839000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.474067000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.474067000, lastModified=2023-04-30 17:32:27.400910000, delta=73157000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.473910000, lastModified=2023-04-30 17:32:25.477936000, delta=1995974000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.474 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.474286000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.474286000, lastModified=2023-04-30 17:32:25.477936000, delta=1996350000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.474067000, lastModified=2023-04-30 17:32:27.400910000, delta=73157000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.474419000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.474419000, lastModified=2023-04-30 17:32:27.400910000, delta=73509000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.474286000, lastModified=2023-04-30 17:32:25.477936000, delta=1996350000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.474 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.474521000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.474521000, lastModified=2023-04-30 17:32:25.477936000, delta=1996585000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.474419000, lastModified=2023-04-30 17:32:27.400910000, delta=73509000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.474645000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.474645000, lastModified=2023-04-30 17:32:27.400910000, delta=73735000 ns, racy<=2500000000 ns 17:32:27.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.474847000, lastModified=2023-04-30 17:32:27.471909000, size=41, fileKey=(dev=3000f2,ino=1472396598) 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.474521000, lastModified=2023-04-30 17:32:25.477936000, delta=1996585000 ns, racy<=2500000000 ns 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.475 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.475082000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.475082000, lastModified=2023-04-30 17:32:25.477936000, delta=1997146000 ns, racy<=2500000000 ns 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.474645000, lastModified=2023-04-30 17:32:27.400910000, delta=73735000 ns, racy<=2500000000 ns 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.475314000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.475314000, lastModified=2023-04-30 17:32:27.400910000, delta=74404000 ns, racy<=2500000000 ns 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.475082000, lastModified=2023-04-30 17:32:25.477936000, delta=1997146000 ns, racy<=2500000000 ns 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.475 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.475509000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.475509000, lastModified=2023-04-30 17:32:25.477936000, delta=1997573000 ns, racy<=2500000000 ns 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.403680000, lastModified=2023-04-30 17:32:27.400910000, delta=2770000 ns, racy<=2500000000 ns 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.475656000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.475656000, lastModified=2023-04-30 17:32:27.400910000, delta=74746000 ns, racy<=2500000000 ns 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.475761000, lastModified=2023-04-30 17:32:27.471909000, size=41, fileKey=(dev=3000f2,ino=1472396598) 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.475509000, lastModified=2023-04-30 17:32:25.477936000, delta=1997573000 ns, racy<=2500000000 ns 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.475 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.475895000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.475 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.475895000, lastModified=2023-04-30 17:32:25.477936000, delta=1997959000 ns, racy<=2500000000 ns 17:32:27.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.475656000, lastModified=2023-04-30 17:32:27.400910000, delta=74746000 ns, racy<=2500000000 ns 17:32:27.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.476057000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.476057000, lastModified=2023-04-30 17:32:27.400910000, delta=75147000 ns, racy<=2500000000 ns 17:32:27.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=true, read=2023-04-30 17:32:27.475761000, lastModified=2023-04-30 17:32:27.471909000, delta=3852000 ns, racy<=4302500 ns 17:32:27.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, is racily clean 17:32:27.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.476678000, lastModified=2023-04-30 17:32:27.471909000, size=41, fileKey=(dev=3000f2,ino=1472396598) 17:32:27.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.476678000, lastModified=2023-04-30 17:32:27.471909000, delta=4769000 ns, racy<=4302500 ns 17:32:27.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.477551000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.475895000, lastModified=2023-04-30 17:32:25.477936000, delta=1997959000 ns, racy<=2500000000 ns 17:32:27.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.477 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.477722000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.477722000, lastModified=2023-04-30 17:32:25.477936000, delta=1999786000 ns, racy<=2500000000 ns 17:32:27.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.477877000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.477722000, lastModified=2023-04-30 17:32:25.477936000, delta=1999786000 ns, racy<=2500000000 ns 17:32:27.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.477 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.477999000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.477999000, lastModified=2023-04-30 17:32:25.477936000, delta=2000063000 ns, racy<=2500000000 ns 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.477877000, lastModified=2023-04-30 17:32:27.400910000, delta=76967000 ns, racy<=2500000000 ns 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.478177000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.478177000, lastModified=2023-04-30 17:32:27.400910000, delta=77267000 ns, racy<=2500000000 ns 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.478295000, lastModified=2023-04-30 17:32:27.409910000, size=104, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.477999000, lastModified=2023-04-30 17:32:25.477936000, delta=2000063000 ns, racy<=2500000000 ns 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.478 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.478419000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.478419000, lastModified=2023-04-30 17:32:25.477936000, delta=2000483000 ns, racy<=2500000000 ns 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.478177000, lastModified=2023-04-30 17:32:27.400910000, delta=77267000 ns, racy<=2500000000 ns 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.478569000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.478569000, lastModified=2023-04-30 17:32:27.400910000, delta=77659000 ns, racy<=2500000000 ns 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.478776000, lastModified=2023-04-30 17:32:27.409910000, size=104, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.478890000, lastModified=2023-04-30 17:32:27.409910000, size=104, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.478419000, lastModified=2023-04-30 17:32:25.477936000, delta=2000483000 ns, racy<=2500000000 ns 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.478 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.478965000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.478965000, lastModified=2023-04-30 17:32:25.477936000, delta=2001029000 ns, racy<=2500000000 ns 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.478569000, lastModified=2023-04-30 17:32:27.400910000, delta=77659000 ns, racy<=2500000000 ns 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.479149000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.479149000, lastModified=2023-04-30 17:32:27.400910000, delta=78239000 ns, racy<=2500000000 ns 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.478965000, lastModified=2023-04-30 17:32:25.477936000, delta=2001029000 ns, racy<=2500000000 ns 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.479 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.479277000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.479277000, lastModified=2023-04-30 17:32:25.477936000, delta=2001341000 ns, racy<=2500000000 ns 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.479149000, lastModified=2023-04-30 17:32:27.400910000, delta=78239000 ns, racy<=2500000000 ns 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.479398000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.479398000, lastModified=2023-04-30 17:32:27.400910000, delta=78488000 ns, racy<=2500000000 ns 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.479277000, lastModified=2023-04-30 17:32:25.477936000, delta=2001341000 ns, racy<=2500000000 ns 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.479 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.479740000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.479740000, lastModified=2023-04-30 17:32:25.477936000, delta=2001804000 ns, racy<=2500000000 ns 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.479398000, lastModified=2023-04-30 17:32:27.400910000, delta=78488000 ns, racy<=2500000000 ns 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.479908000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.479908000, lastModified=2023-04-30 17:32:27.400910000, delta=78998000 ns, racy<=2500000000 ns 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.480154000, lastModified=2023-04-30 17:32:27.397910000, size=6, fileKey=(dev=3000f2,ino=1479554350) 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.480154000, lastModified=2023-04-30 17:32:27.397910000, delta=82244000 ns, racy<=4302500 ns 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.479740000, lastModified=2023-04-30 17:32:25.477936000, delta=2001804000 ns, racy<=2500000000 ns 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.480 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.480394000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.480394000, lastModified=2023-04-30 17:32:25.477936000, delta=2002458000 ns, racy<=2500000000 ns 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.479908000, lastModified=2023-04-30 17:32:27.400910000, delta=78998000 ns, racy<=2500000000 ns 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.480531000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.480531000, lastModified=2023-04-30 17:32:27.400910000, delta=79621000 ns, racy<=2500000000 ns 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.480154000, lastModified=2023-04-30 17:32:27.397910000, delta=82244000 ns, racy<=4302500 ns 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.480869000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947480869000 ns, racy<=4302500 ns 17:32:27.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.480154000, lastModified=2023-04-30 17:32:27.397910000, delta=82244000 ns, racy<=4302500 ns 17:32:27.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.480869000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947480869000 ns, racy<=4302500 ns 17:32:27.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.481716000, lastModified=2023-04-30 17:32:27.476909000, size=0, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.480394000, lastModified=2023-04-30 17:32:25.477936000, delta=2002458000 ns, racy<=2500000000 ns 17:32:27.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.481 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.481837000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.481837000, lastModified=2023-04-30 17:32:25.477936000, delta=2003901000 ns, racy<=2500000000 ns 17:32:27.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.480531000, lastModified=2023-04-30 17:32:27.400910000, delta=79621000 ns, racy<=2500000000 ns 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.482067000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.482067000, lastModified=2023-04-30 17:32:27.400910000, delta=81157000 ns, racy<=2500000000 ns 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.482281000, lastModified=2023-04-30 17:32:27.480909000, size=176, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.482389000, lastModified=2023-04-30 17:32:27.480909000, size=176, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.481837000, lastModified=2023-04-30 17:32:25.477936000, delta=2003901000 ns, racy<=2500000000 ns 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.482 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.482639000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.482639000, lastModified=2023-04-30 17:32:25.477936000, delta=2004703000 ns, racy<=2500000000 ns 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.482067000, lastModified=2023-04-30 17:32:27.400910000, delta=81157000 ns, racy<=2500000000 ns 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.482896000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.482896000, lastModified=2023-04-30 17:32:27.400910000, delta=81986000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.482639000, lastModified=2023-04-30 17:32:25.477936000, delta=2004703000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.483 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.483075000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.483075000, lastModified=2023-04-30 17:32:25.477936000, delta=2005139000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.482896000, lastModified=2023-04-30 17:32:27.400910000, delta=81986000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.483248000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.483248000, lastModified=2023-04-30 17:32:27.400910000, delta=82338000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.483075000, lastModified=2023-04-30 17:32:25.477936000, delta=2005139000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.483 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.483415000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.483415000, lastModified=2023-04-30 17:32:25.477936000, delta=2005479000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.483248000, lastModified=2023-04-30 17:32:27.400910000, delta=82338000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.483595000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.483595000, lastModified=2023-04-30 17:32:27.400910000, delta=82685000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.483415000, lastModified=2023-04-30 17:32:25.477936000, delta=2005479000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.483 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.483706000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.483706000, lastModified=2023-04-30 17:32:25.477936000, delta=2005770000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.483595000, lastModified=2023-04-30 17:32:27.400910000, delta=82685000 ns, racy<=2500000000 ns 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.483874000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.483 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.483874000, lastModified=2023-04-30 17:32:27.400910000, delta=82964000 ns, racy<=2500000000 ns 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.484029000, lastModified=2023-04-30 17:32:27.399910000, size=23, fileKey=(dev=3000f2,ino=1470237584) 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.484156000, lastModified=2023-04-30 17:32:27.471909000, size=41, fileKey=(dev=3000f2,ino=1472396598) 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.483706000, lastModified=2023-04-30 17:32:25.477936000, delta=2005770000 ns, racy<=2500000000 ns 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.484 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.484437000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.484437000, lastModified=2023-04-30 17:32:25.477936000, delta=2006501000 ns, racy<=2500000000 ns 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.483874000, lastModified=2023-04-30 17:32:27.400910000, delta=82964000 ns, racy<=2500000000 ns 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.484662000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.484662000, lastModified=2023-04-30 17:32:27.400910000, delta=83752000 ns, racy<=2500000000 ns 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.484029000, lastModified=2023-04-30 17:32:27.399910000, delta=84119000 ns, racy<=4302500 ns 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, is unmodified 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.484156000, lastModified=2023-04-30 17:32:27.471909000, delta=12247000 ns, racy<=4302500 ns 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, is unmodified 17:32:27.484 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.480154000, lastModified=2023-04-30 17:32:27.397910000, delta=82244000 ns, racy<=4302500 ns 17:32:27.485 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.484437000, lastModified=2023-04-30 17:32:25.477936000, delta=2006501000 ns, racy<=2500000000 ns 17:32:27.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.486 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.486215000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.486215000, lastModified=2023-04-30 17:32:25.477936000, delta=2008279000 ns, racy<=2500000000 ns 17:32:27.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.484662000, lastModified=2023-04-30 17:32:27.400910000, delta=83752000 ns, racy<=2500000000 ns 17:32:27.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.486475000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.486475000, lastModified=2023-04-30 17:32:27.400910000, delta=85565000 ns, racy<=2500000000 ns 17:32:27.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.486840000, lastModified=2023-04-30 17:32:27.480909000, size=176, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.486 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.486929000, lastModified=2023-04-30 17:32:27.480909000, size=176, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.480154000, lastModified=2023-04-30 17:32:27.397910000, delta=82244000 ns, racy<=4302500 ns 17:32:27.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.480869000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947480869000 ns, racy<=4302500 ns 17:32:27.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.480154000, lastModified=2023-04-30 17:32:27.397910000, delta=82244000 ns, racy<=4302500 ns 17:32:27.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.480869000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947480869000 ns, racy<=4302500 ns 17:32:27.487 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.480154000, lastModified=2023-04-30 17:32:27.397910000, delta=82244000 ns, racy<=4302500 ns 17:32:27.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.480869000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947480869000 ns, racy<=4302500 ns 17:32:27.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.480154000, lastModified=2023-04-30 17:32:27.397910000, delta=82244000 ns, racy<=4302500 ns 17:32:27.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.480869000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947480869000 ns, racy<=4302500 ns 17:32:27.488 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.486215000, lastModified=2023-04-30 17:32:25.477936000, delta=2008279000 ns, racy<=2500000000 ns 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.489 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.489362000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.489362000, lastModified=2023-04-30 17:32:25.477936000, delta=2011426000 ns, racy<=2500000000 ns 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.486475000, lastModified=2023-04-30 17:32:27.400910000, delta=85565000 ns, racy<=2500000000 ns 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.489581000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.489581000, lastModified=2023-04-30 17:32:27.400910000, delta=88671000 ns, racy<=2500000000 ns 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.484029000, lastModified=2023-04-30 17:32:27.399910000, delta=84119000 ns, racy<=4302500 ns 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, is unmodified 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.484156000, lastModified=2023-04-30 17:32:27.471909000, delta=12247000 ns, racy<=4302500 ns 17:32:27.489 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, is unmodified 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.489362000, lastModified=2023-04-30 17:32:25.477936000, delta=2011426000 ns, racy<=2500000000 ns 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.490 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.490277000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.490277000, lastModified=2023-04-30 17:32:25.477936000, delta=2012341000 ns, racy<=2500000000 ns 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.489581000, lastModified=2023-04-30 17:32:27.400910000, delta=88671000 ns, racy<=2500000000 ns 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.490483000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.490483000, lastModified=2023-04-30 17:32:27.400910000, delta=89573000 ns, racy<=2500000000 ns 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.484156000, lastModified=2023-04-30 17:32:27.471909000, delta=12247000 ns, racy<=4302500 ns 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, is unmodified 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.490277000, lastModified=2023-04-30 17:32:25.477936000, delta=2012341000 ns, racy<=2500000000 ns 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.490 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.490 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.490955000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.490955000, lastModified=2023-04-30 17:32:25.477936000, delta=2013019000 ns, racy<=2500000000 ns 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.490483000, lastModified=2023-04-30 17:32:27.400910000, delta=89573000 ns, racy<=2500000000 ns 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.491231000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.491231000, lastModified=2023-04-30 17:32:27.400910000, delta=90321000 ns, racy<=2500000000 ns 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.490955000, lastModified=2023-04-30 17:32:25.477936000, delta=2013019000 ns, racy<=2500000000 ns 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.491 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.491433000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.491433000, lastModified=2023-04-30 17:32:25.477936000, delta=2013497000 ns, racy<=2500000000 ns 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.491231000, lastModified=2023-04-30 17:32:27.400910000, delta=90321000 ns, racy<=2500000000 ns 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.491623000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.491623000, lastModified=2023-04-30 17:32:27.400910000, delta=90713000 ns, racy<=2500000000 ns 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.491433000, lastModified=2023-04-30 17:32:25.477936000, delta=2013497000 ns, racy<=2500000000 ns 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.491 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.491894000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.491 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.491894000, lastModified=2023-04-30 17:32:25.477936000, delta=2013958000 ns, racy<=2500000000 ns 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.491623000, lastModified=2023-04-30 17:32:27.400910000, delta=90713000 ns, racy<=2500000000 ns 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.492162000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.492162000, lastModified=2023-04-30 17:32:27.400910000, delta=91252000 ns, racy<=2500000000 ns 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.491894000, lastModified=2023-04-30 17:32:25.477936000, delta=2013958000 ns, racy<=2500000000 ns 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.492 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.492315000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.492315000, lastModified=2023-04-30 17:32:25.477936000, delta=2014379000 ns, racy<=2500000000 ns 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.492162000, lastModified=2023-04-30 17:32:27.400910000, delta=91252000 ns, racy<=2500000000 ns 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.492505000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.492505000, lastModified=2023-04-30 17:32:27.400910000, delta=91595000 ns, racy<=2500000000 ns 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.492315000, lastModified=2023-04-30 17:32:25.477936000, delta=2014379000 ns, racy<=2500000000 ns 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.492 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.492678000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.492678000, lastModified=2023-04-30 17:32:25.477936000, delta=2014742000 ns, racy<=2500000000 ns 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.492505000, lastModified=2023-04-30 17:32:27.400910000, delta=91595000 ns, racy<=2500000000 ns 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.492900000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.492 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.492900000, lastModified=2023-04-30 17:32:27.400910000, delta=91990000 ns, racy<=2500000000 ns 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.492678000, lastModified=2023-04-30 17:32:25.477936000, delta=2014742000 ns, racy<=2500000000 ns 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.493 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.493077000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.493077000, lastModified=2023-04-30 17:32:25.477936000, delta=2015141000 ns, racy<=2500000000 ns 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.492900000, lastModified=2023-04-30 17:32:27.400910000, delta=91990000 ns, racy<=2500000000 ns 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.493310000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.493310000, lastModified=2023-04-30 17:32:27.400910000, delta=92400000 ns, racy<=2500000000 ns 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.493453000, lastModified=2023-04-30 17:32:27.489908000, size=41, fileKey=(dev=3000f2,ino=1472396599) 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.493077000, lastModified=2023-04-30 17:32:25.477936000, delta=2015141000 ns, racy<=2500000000 ns 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.493 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.493739000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.493739000, lastModified=2023-04-30 17:32:25.477936000, delta=2015803000 ns, racy<=2500000000 ns 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.493 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.493310000, lastModified=2023-04-30 17:32:27.400910000, delta=92400000 ns, racy<=2500000000 ns 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.494044000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.494044000, lastModified=2023-04-30 17:32:27.400910000, delta=93134000 ns, racy<=2500000000 ns 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.493739000, lastModified=2023-04-30 17:32:25.477936000, delta=2015803000 ns, racy<=2500000000 ns 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.494 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.494338000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.494338000, lastModified=2023-04-30 17:32:25.477936000, delta=2016402000 ns, racy<=2500000000 ns 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.476057000, lastModified=2023-04-30 17:32:27.400910000, delta=75147000 ns, racy<=2500000000 ns 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.494541000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.494541000, lastModified=2023-04-30 17:32:27.400910000, delta=93631000 ns, racy<=2500000000 ns 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, FileKey changed from (dev=3000f2,ino=1472396598) to (dev=3000f2,ino=1472396599) 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.494720000, lastModified=2023-04-30 17:32:27.489908000, size=41, fileKey=(dev=3000f2,ino=1472396599) 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.494338000, lastModified=2023-04-30 17:32:25.477936000, delta=2016402000 ns, racy<=2500000000 ns 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.494 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.494882000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.494 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.494882000, lastModified=2023-04-30 17:32:25.477936000, delta=2016946000 ns, racy<=2500000000 ns 17:32:27.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.494541000, lastModified=2023-04-30 17:32:27.400910000, delta=93631000 ns, racy<=2500000000 ns 17:32:27.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.495125000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.495125000, lastModified=2023-04-30 17:32:27.400910000, delta=94215000 ns, racy<=2500000000 ns 17:32:27.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.494720000, lastModified=2023-04-30 17:32:27.489908000, delta=4812000 ns, racy<=4302500 ns 17:32:27.495 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, is unmodified 17:32:27.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.496449000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.494882000, lastModified=2023-04-30 17:32:25.477936000, delta=2016946000 ns, racy<=2500000000 ns 17:32:27.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.496 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.496686000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.496686000, lastModified=2023-04-30 17:32:25.477936000, delta=2018750000 ns, racy<=2500000000 ns 17:32:27.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.496 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.496889000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.496686000, lastModified=2023-04-30 17:32:25.477936000, delta=2018750000 ns, racy<=2500000000 ns 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.497 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.497126000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.497126000, lastModified=2023-04-30 17:32:25.477936000, delta=2019190000 ns, racy<=2500000000 ns 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.496889000, lastModified=2023-04-30 17:32:27.400910000, delta=95979000 ns, racy<=2500000000 ns 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.497341000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.497341000, lastModified=2023-04-30 17:32:27.400910000, delta=96431000 ns, racy<=2500000000 ns 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.497521000, lastModified=2023-04-30 17:32:27.480909000, size=176, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.497126000, lastModified=2023-04-30 17:32:25.477936000, delta=2019190000 ns, racy<=2500000000 ns 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.497 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.497687000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.497687000, lastModified=2023-04-30 17:32:25.477936000, delta=2019751000 ns, racy<=2500000000 ns 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.497341000, lastModified=2023-04-30 17:32:27.400910000, delta=96431000 ns, racy<=2500000000 ns 17:32:27.497 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.497987000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.497987000, lastModified=2023-04-30 17:32:27.400910000, delta=97077000 ns, racy<=2500000000 ns 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.498304000, lastModified=2023-04-30 17:32:27.480909000, size=176, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.498378000, lastModified=2023-04-30 17:32:27.480909000, size=176, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.497687000, lastModified=2023-04-30 17:32:25.477936000, delta=2019751000 ns, racy<=2500000000 ns 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.498 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.498481000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.498481000, lastModified=2023-04-30 17:32:25.477936000, delta=2020545000 ns, racy<=2500000000 ns 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.497987000, lastModified=2023-04-30 17:32:27.400910000, delta=97077000 ns, racy<=2500000000 ns 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.498683000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.498683000, lastModified=2023-04-30 17:32:27.400910000, delta=97773000 ns, racy<=2500000000 ns 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.498481000, lastModified=2023-04-30 17:32:25.477936000, delta=2020545000 ns, racy<=2500000000 ns 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.498 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.498 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.498937000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.498937000, lastModified=2023-04-30 17:32:25.477936000, delta=2021001000 ns, racy<=2500000000 ns 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.498683000, lastModified=2023-04-30 17:32:27.400910000, delta=97773000 ns, racy<=2500000000 ns 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.499191000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.499191000, lastModified=2023-04-30 17:32:27.400910000, delta=98281000 ns, racy<=2500000000 ns 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.498937000, lastModified=2023-04-30 17:32:25.477936000, delta=2021001000 ns, racy<=2500000000 ns 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.499 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.499625000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.499625000, lastModified=2023-04-30 17:32:25.477936000, delta=2021689000 ns, racy<=2500000000 ns 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.499191000, lastModified=2023-04-30 17:32:27.400910000, delta=98281000 ns, racy<=2500000000 ns 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.499883000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.499 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.499883000, lastModified=2023-04-30 17:32:27.400910000, delta=98973000 ns, racy<=2500000000 ns 17:32:27.500 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.500 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.500200000, lastModified=2023-04-30 17:32:27.397910000, size=6, fileKey=(dev=3000f2,ino=1479554350) 17:32:27.500 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.500200000, lastModified=2023-04-30 17:32:27.397910000, delta=102290000 ns, racy<=4302500 ns 17:32:27.500 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.500 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:27.500 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.500540000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947500540000 ns, racy<=4302500 ns 17:32:27.500 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.500200000, lastModified=2023-04-30 17:32:27.397910000, delta=102290000 ns, racy<=4302500 ns 17:32:27.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.500540000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947500540000 ns, racy<=4302500 ns 17:32:27.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.500200000, lastModified=2023-04-30 17:32:27.397910000, delta=102290000 ns, racy<=4302500 ns 17:32:27.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.501755000, lastModified=2023-04-30 17:32:27.496908000, size=0, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.499625000, lastModified=2023-04-30 17:32:25.477936000, delta=2021689000 ns, racy<=2500000000 ns 17:32:27.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.501 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.501912000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.501 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.501912000, lastModified=2023-04-30 17:32:25.477936000, delta=2023976000 ns, racy<=2500000000 ns 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.499883000, lastModified=2023-04-30 17:32:27.400910000, delta=98973000 ns, racy<=2500000000 ns 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.502182000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.502182000, lastModified=2023-04-30 17:32:27.400910000, delta=101272000 ns, racy<=2500000000 ns 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.502347000, lastModified=2023-04-30 17:32:27.500908000, size=176, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.502439000, lastModified=2023-04-30 17:32:27.500908000, size=176, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.501912000, lastModified=2023-04-30 17:32:25.477936000, delta=2023976000 ns, racy<=2500000000 ns 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.502 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.502662000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.502662000, lastModified=2023-04-30 17:32:25.477936000, delta=2024726000 ns, racy<=2500000000 ns 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.502182000, lastModified=2023-04-30 17:32:27.400910000, delta=101272000 ns, racy<=2500000000 ns 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.502 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.502925000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.502925000, lastModified=2023-04-30 17:32:27.400910000, delta=102015000 ns, racy<=2500000000 ns 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.502662000, lastModified=2023-04-30 17:32:25.477936000, delta=2024726000 ns, racy<=2500000000 ns 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.503 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.503124000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.503124000, lastModified=2023-04-30 17:32:25.477936000, delta=2025188000 ns, racy<=2500000000 ns 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.502925000, lastModified=2023-04-30 17:32:27.400910000, delta=102015000 ns, racy<=2500000000 ns 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.503326000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.503326000, lastModified=2023-04-30 17:32:27.400910000, delta=102416000 ns, racy<=2500000000 ns 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.503124000, lastModified=2023-04-30 17:32:25.477936000, delta=2025188000 ns, racy<=2500000000 ns 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.503 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.503514000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.503514000, lastModified=2023-04-30 17:32:25.477936000, delta=2025578000 ns, racy<=2500000000 ns 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.503326000, lastModified=2023-04-30 17:32:27.400910000, delta=102416000 ns, racy<=2500000000 ns 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.503727000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.503727000, lastModified=2023-04-30 17:32:27.400910000, delta=102817000 ns, racy<=2500000000 ns 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.503514000, lastModified=2023-04-30 17:32:25.477936000, delta=2025578000 ns, racy<=2500000000 ns 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.503 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.503 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.503933000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.503933000, lastModified=2023-04-30 17:32:25.477936000, delta=2025997000 ns, racy<=2500000000 ns 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.503727000, lastModified=2023-04-30 17:32:27.400910000, delta=102817000 ns, racy<=2500000000 ns 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.504183000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.504183000, lastModified=2023-04-30 17:32:27.400910000, delta=103273000 ns, racy<=2500000000 ns 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.504321000, lastModified=2023-04-30 17:32:27.399910000, size=23, fileKey=(dev=3000f2,ino=1470237584) 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.504396000, lastModified=2023-04-30 17:32:27.489908000, size=41, fileKey=(dev=3000f2,ino=1472396599) 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.503933000, lastModified=2023-04-30 17:32:25.477936000, delta=2025997000 ns, racy<=2500000000 ns 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.504 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.504570000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.504570000, lastModified=2023-04-30 17:32:25.477936000, delta=2026634000 ns, racy<=2500000000 ns 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.504183000, lastModified=2023-04-30 17:32:27.400910000, delta=103273000 ns, racy<=2500000000 ns 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.504833000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.504 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.504833000, lastModified=2023-04-30 17:32:27.400910000, delta=103923000 ns, racy<=2500000000 ns 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.504321000, lastModified=2023-04-30 17:32:27.399910000, delta=104411000 ns, racy<=4302500 ns 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, is unmodified 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.504396000, lastModified=2023-04-30 17:32:27.489908000, delta=14488000 ns, racy<=4302500 ns 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, is unmodified 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.500200000, lastModified=2023-04-30 17:32:27.397910000, delta=102290000 ns, racy<=4302500 ns 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.504570000, lastModified=2023-04-30 17:32:25.477936000, delta=2026634000 ns, racy<=2500000000 ns 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.505 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.505723000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.505723000, lastModified=2023-04-30 17:32:25.477936000, delta=2027787000 ns, racy<=2500000000 ns 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.504833000, lastModified=2023-04-30 17:32:27.400910000, delta=103923000 ns, racy<=2500000000 ns 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.505 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.505982000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.505982000, lastModified=2023-04-30 17:32:27.400910000, delta=105072000 ns, racy<=2500000000 ns 17:32:27.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.506342000, lastModified=2023-04-30 17:32:27.500908000, size=176, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.506420000, lastModified=2023-04-30 17:32:27.500908000, size=176, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.500200000, lastModified=2023-04-30 17:32:27.397910000, delta=102290000 ns, racy<=4302500 ns 17:32:27.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.500540000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947500540000 ns, racy<=4302500 ns 17:32:27.506 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.500200000, lastModified=2023-04-30 17:32:27.397910000, delta=102290000 ns, racy<=4302500 ns 17:32:27.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.500540000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947500540000 ns, racy<=4302500 ns 17:32:27.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.500200000, lastModified=2023-04-30 17:32:27.397910000, delta=102290000 ns, racy<=4302500 ns 17:32:27.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.500540000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947500540000 ns, racy<=4302500 ns 17:32:27.507 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.508 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.500200000, lastModified=2023-04-30 17:32:27.397910000, delta=102290000 ns, racy<=4302500 ns 17:32:27.508 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.508 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.500540000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947500540000 ns, racy<=4302500 ns 17:32:27.508 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.508 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.505723000, lastModified=2023-04-30 17:32:25.477936000, delta=2027787000 ns, racy<=2500000000 ns 17:32:27.508 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.508 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.508 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.508913000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.508 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.508913000, lastModified=2023-04-30 17:32:25.477936000, delta=2030977000 ns, racy<=2500000000 ns 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.505982000, lastModified=2023-04-30 17:32:27.400910000, delta=105072000 ns, racy<=2500000000 ns 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.509178000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.509178000, lastModified=2023-04-30 17:32:27.400910000, delta=108268000 ns, racy<=2500000000 ns 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.504321000, lastModified=2023-04-30 17:32:27.399910000, delta=104411000 ns, racy<=4302500 ns 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, is unmodified 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.504396000, lastModified=2023-04-30 17:32:27.489908000, delta=14488000 ns, racy<=4302500 ns 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, is unmodified 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.508913000, lastModified=2023-04-30 17:32:25.477936000, delta=2030977000 ns, racy<=2500000000 ns 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.509 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.509629000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.509629000, lastModified=2023-04-30 17:32:25.477936000, delta=2031693000 ns, racy<=2500000000 ns 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.509178000, lastModified=2023-04-30 17:32:27.400910000, delta=108268000 ns, racy<=2500000000 ns 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.509891000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.509 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.509891000, lastModified=2023-04-30 17:32:27.400910000, delta=108981000 ns, racy<=2500000000 ns 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.504396000, lastModified=2023-04-30 17:32:27.489908000, delta=14488000 ns, racy<=4302500 ns 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, is unmodified 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.509629000, lastModified=2023-04-30 17:32:25.477936000, delta=2031693000 ns, racy<=2500000000 ns 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.510 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.510367000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.510367000, lastModified=2023-04-30 17:32:25.477936000, delta=2032431000 ns, racy<=2500000000 ns 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.509891000, lastModified=2023-04-30 17:32:27.400910000, delta=108981000 ns, racy<=2500000000 ns 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.510564000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.510564000, lastModified=2023-04-30 17:32:27.400910000, delta=109654000 ns, racy<=2500000000 ns 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.510367000, lastModified=2023-04-30 17:32:25.477936000, delta=2032431000 ns, racy<=2500000000 ns 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.510 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.510760000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.510760000, lastModified=2023-04-30 17:32:25.477936000, delta=2032824000 ns, racy<=2500000000 ns 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.510564000, lastModified=2023-04-30 17:32:27.400910000, delta=109654000 ns, racy<=2500000000 ns 17:32:27.510 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.511004000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.511004000, lastModified=2023-04-30 17:32:27.400910000, delta=110094000 ns, racy<=2500000000 ns 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.510760000, lastModified=2023-04-30 17:32:25.477936000, delta=2032824000 ns, racy<=2500000000 ns 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.511 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.511289000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.511289000, lastModified=2023-04-30 17:32:25.477936000, delta=2033353000 ns, racy<=2500000000 ns 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.511004000, lastModified=2023-04-30 17:32:27.400910000, delta=110094000 ns, racy<=2500000000 ns 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.511475000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.511475000, lastModified=2023-04-30 17:32:27.400910000, delta=110565000 ns, racy<=2500000000 ns 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.511289000, lastModified=2023-04-30 17:32:25.477936000, delta=2033353000 ns, racy<=2500000000 ns 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.511 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.511622000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.511622000, lastModified=2023-04-30 17:32:25.477936000, delta=2033686000 ns, racy<=2500000000 ns 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.511475000, lastModified=2023-04-30 17:32:27.400910000, delta=110565000 ns, racy<=2500000000 ns 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.511832000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.511832000, lastModified=2023-04-30 17:32:27.400910000, delta=110922000 ns, racy<=2500000000 ns 17:32:27.511 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.511622000, lastModified=2023-04-30 17:32:25.477936000, delta=2033686000 ns, racy<=2500000000 ns 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.512 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.512038000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.512038000, lastModified=2023-04-30 17:32:25.477936000, delta=2034102000 ns, racy<=2500000000 ns 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.511832000, lastModified=2023-04-30 17:32:27.400910000, delta=110922000 ns, racy<=2500000000 ns 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.512252000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.512252000, lastModified=2023-04-30 17:32:27.400910000, delta=111342000 ns, racy<=2500000000 ns 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.512038000, lastModified=2023-04-30 17:32:25.477936000, delta=2034102000 ns, racy<=2500000000 ns 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.512 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.512393000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.512393000, lastModified=2023-04-30 17:32:25.477936000, delta=2034457000 ns, racy<=2500000000 ns 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.512252000, lastModified=2023-04-30 17:32:27.400910000, delta=111342000 ns, racy<=2500000000 ns 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.512571000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.512571000, lastModified=2023-04-30 17:32:27.400910000, delta=111661000 ns, racy<=2500000000 ns 17:32:27.512 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.512688000, lastModified=2023-04-30 17:32:27.508908000, size=41, fileKey=(dev=3000f2,ino=1472396598) 17:32:27.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.512393000, lastModified=2023-04-30 17:32:25.477936000, delta=2034457000 ns, racy<=2500000000 ns 17:32:27.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.569 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.569538000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.569538000, lastModified=2023-04-30 17:32:25.477936000, delta=2091602000 ns, racy<=2500000000 ns 17:32:27.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.512571000, lastModified=2023-04-30 17:32:27.400910000, delta=111661000 ns, racy<=2500000000 ns 17:32:27.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.569778000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.569778000, lastModified=2023-04-30 17:32:27.400910000, delta=168868000 ns, racy<=2500000000 ns 17:32:27.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.569538000, lastModified=2023-04-30 17:32:25.477936000, delta=2091602000 ns, racy<=2500000000 ns 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.570 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.570030000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.570030000, lastModified=2023-04-30 17:32:25.477936000, delta=2092094000 ns, racy<=2500000000 ns 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.495125000, lastModified=2023-04-30 17:32:27.400910000, delta=94215000 ns, racy<=2500000000 ns 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.570204000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.570204000, lastModified=2023-04-30 17:32:27.400910000, delta=169294000 ns, racy<=2500000000 ns 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, FileKey changed from (dev=3000f2,ino=1472396599) to (dev=3000f2,ino=1472396598) 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.570337000, lastModified=2023-04-30 17:32:27.508908000, size=41, fileKey=(dev=3000f2,ino=1472396598) 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.570030000, lastModified=2023-04-30 17:32:25.477936000, delta=2092094000 ns, racy<=2500000000 ns 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.570 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.570432000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.570432000, lastModified=2023-04-30 17:32:25.477936000, delta=2092496000 ns, racy<=2500000000 ns 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.570204000, lastModified=2023-04-30 17:32:27.400910000, delta=169294000 ns, racy<=2500000000 ns 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.570567000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.570567000, lastModified=2023-04-30 17:32:27.400910000, delta=169657000 ns, racy<=2500000000 ns 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.570337000, lastModified=2023-04-30 17:32:27.508908000, delta=61429000 ns, racy<=4302500 ns 17:32:27.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, is unmodified 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.571350000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.570432000, lastModified=2023-04-30 17:32:25.477936000, delta=2092496000 ns, racy<=2500000000 ns 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.571 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.571535000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.571535000, lastModified=2023-04-30 17:32:25.477936000, delta=2093599000 ns, racy<=2500000000 ns 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.571676000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.571535000, lastModified=2023-04-30 17:32:25.477936000, delta=2093599000 ns, racy<=2500000000 ns 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.571 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.571824000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.571824000, lastModified=2023-04-30 17:32:25.477936000, delta=2093888000 ns, racy<=2500000000 ns 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.571676000, lastModified=2023-04-30 17:32:27.400910000, delta=170766000 ns, racy<=2500000000 ns 17:32:27.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.572001000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.572001000, lastModified=2023-04-30 17:32:27.400910000, delta=171091000 ns, racy<=2500000000 ns 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.572144000, lastModified=2023-04-30 17:32:27.500908000, size=176, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.571824000, lastModified=2023-04-30 17:32:25.477936000, delta=2093888000 ns, racy<=2500000000 ns 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.572 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.572258000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.572258000, lastModified=2023-04-30 17:32:25.477936000, delta=2094322000 ns, racy<=2500000000 ns 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.572001000, lastModified=2023-04-30 17:32:27.400910000, delta=171091000 ns, racy<=2500000000 ns 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.572398000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.572398000, lastModified=2023-04-30 17:32:27.400910000, delta=171488000 ns, racy<=2500000000 ns 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.572603000, lastModified=2023-04-30 17:32:27.500908000, size=176, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.572661000, lastModified=2023-04-30 17:32:27.500908000, size=176, fileKey=(dev=3000f2,ino=1470237585) 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.572258000, lastModified=2023-04-30 17:32:25.477936000, delta=2094322000 ns, racy<=2500000000 ns 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.572 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.572733000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.572733000, lastModified=2023-04-30 17:32:25.477936000, delta=2094797000 ns, racy<=2500000000 ns 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.572398000, lastModified=2023-04-30 17:32:27.400910000, delta=171488000 ns, racy<=2500000000 ns 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.572900000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.572900000, lastModified=2023-04-30 17:32:27.400910000, delta=171990000 ns, racy<=2500000000 ns 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.572733000, lastModified=2023-04-30 17:32:25.477936000, delta=2094797000 ns, racy<=2500000000 ns 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.573 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.573094000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.573094000, lastModified=2023-04-30 17:32:25.477936000, delta=2095158000 ns, racy<=2500000000 ns 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.572900000, lastModified=2023-04-30 17:32:27.400910000, delta=171990000 ns, racy<=2500000000 ns 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.573247000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.573247000, lastModified=2023-04-30 17:32:27.400910000, delta=172337000 ns, racy<=2500000000 ns 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.573094000, lastModified=2023-04-30 17:32:25.477936000, delta=2095158000 ns, racy<=2500000000 ns 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.573 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.573559000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.573559000, lastModified=2023-04-30 17:32:25.477936000, delta=2095623000 ns, racy<=2500000000 ns 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.573247000, lastModified=2023-04-30 17:32:27.400910000, delta=172337000 ns, racy<=2500000000 ns 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.573728000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.573728000, lastModified=2023-04-30 17:32:27.400910000, delta=172818000 ns, racy<=2500000000 ns 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.573988000, lastModified=2023-04-30 17:32:27.397910000, size=6, fileKey=(dev=3000f2,ino=1479554350) 17:32:27.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.573988000, lastModified=2023-04-30 17:32:27.397910000, delta=176078000 ns, racy<=4302500 ns 17:32:27.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:32:27.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.574259000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947574259000 ns, racy<=4302500 ns 17:32:27.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.573988000, lastModified=2023-04-30 17:32:27.397910000, delta=176078000 ns, racy<=4302500 ns 17:32:27.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.574259000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947574259000 ns, racy<=4302500 ns 17:32:27.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.575090000, lastModified=2023-04-30 17:32:27.570907000, size=0, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.573559000, lastModified=2023-04-30 17:32:25.477936000, delta=2095623000 ns, racy<=2500000000 ns 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.575 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.575170000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.575170000, lastModified=2023-04-30 17:32:25.477936000, delta=2097234000 ns, racy<=2500000000 ns 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.573728000, lastModified=2023-04-30 17:32:27.400910000, delta=172818000 ns, racy<=2500000000 ns 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.575386000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.575386000, lastModified=2023-04-30 17:32:27.400910000, delta=174476000 ns, racy<=2500000000 ns 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.575515000, lastModified=2023-04-30 17:32:27.573907000, size=176, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.575616000, lastModified=2023-04-30 17:32:27.573907000, size=176, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.575170000, lastModified=2023-04-30 17:32:25.477936000, delta=2097234000 ns, racy<=2500000000 ns 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.575 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.575717000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.575717000, lastModified=2023-04-30 17:32:25.477936000, delta=2097781000 ns, racy<=2500000000 ns 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.575386000, lastModified=2023-04-30 17:32:27.400910000, delta=174476000 ns, racy<=2500000000 ns 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.575902000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.575902000, lastModified=2023-04-30 17:32:27.400910000, delta=174992000 ns, racy<=2500000000 ns 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.576121000, lastModified=2023-04-30 17:32:27.573907000, size=176, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.576187000, lastModified=2023-04-30 17:32:27.573907000, size=176, fileKey=(dev=3000f2,ino=1470237588) 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.576316000, lastModified=2023-04-30 17:32:27.574907000, size=0, fileKey=(dev=3000f2,ino=1470237589) 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.575717000, lastModified=2023-04-30 17:32:25.477936000, delta=2097781000 ns, racy<=2500000000 ns 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.576 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.576392000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.576392000, lastModified=2023-04-30 17:32:25.477936000, delta=2098456000 ns, racy<=2500000000 ns 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.575902000, lastModified=2023-04-30 17:32:27.400910000, delta=174992000 ns, racy<=2500000000 ns 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.576547000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.576547000, lastModified=2023-04-30 17:32:27.400910000, delta=175637000 ns, racy<=2500000000 ns 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.576665000, lastModified=2023-04-30 17:32:27.574907000, size=104, fileKey=(dev=3000f2,ino=1470237589) 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.576730000, lastModified=2023-04-30 17:32:27.574907000, size=104, fileKey=(dev=3000f2,ino=1470237589) 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.576392000, lastModified=2023-04-30 17:32:25.477936000, delta=2098456000 ns, racy<=2500000000 ns 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.576 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.576897000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.576897000, lastModified=2023-04-30 17:32:25.477936000, delta=2098961000 ns, racy<=2500000000 ns 17:32:27.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.576547000, lastModified=2023-04-30 17:32:27.400910000, delta=175637000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.577054000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.577054000, lastModified=2023-04-30 17:32:27.400910000, delta=176144000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.576897000, lastModified=2023-04-30 17:32:25.477936000, delta=2098961000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.577 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.577179000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.577179000, lastModified=2023-04-30 17:32:25.477936000, delta=2099243000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.577054000, lastModified=2023-04-30 17:32:27.400910000, delta=176144000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.577320000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.577320000, lastModified=2023-04-30 17:32:27.400910000, delta=176410000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.577179000, lastModified=2023-04-30 17:32:25.477936000, delta=2099243000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.577 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.577451000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.577451000, lastModified=2023-04-30 17:32:25.477936000, delta=2099515000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.577320000, lastModified=2023-04-30 17:32:27.400910000, delta=176410000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.577580000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.577580000, lastModified=2023-04-30 17:32:27.400910000, delta=176670000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.577451000, lastModified=2023-04-30 17:32:25.477936000, delta=2099515000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.577 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.577684000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.577684000, lastModified=2023-04-30 17:32:25.477936000, delta=2099748000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.577580000, lastModified=2023-04-30 17:32:27.400910000, delta=176670000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.577873000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.577873000, lastModified=2023-04-30 17:32:27.400910000, delta=176963000 ns, racy<=2500000000 ns 17:32:27.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, create new FileSnapshot: lastRead=2023-04-30 17:32:27.577976000, lastModified=2023-04-30 17:32:27.399910000, size=23, fileKey=(dev=3000f2,ino=1470237584) 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.578034000, lastModified=2023-04-30 17:32:27.508908000, size=41, fileKey=(dev=3000f2,ino=1472396598) 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.577684000, lastModified=2023-04-30 17:32:25.477936000, delta=2099748000 ns, racy<=2500000000 ns 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.578 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.578212000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.578212000, lastModified=2023-04-30 17:32:25.477936000, delta=2100276000 ns, racy<=2500000000 ns 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.577873000, lastModified=2023-04-30 17:32:27.400910000, delta=176963000 ns, racy<=2500000000 ns 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.578343000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.578343000, lastModified=2023-04-30 17:32:27.400910000, delta=177433000 ns, racy<=2500000000 ns 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.577976000, lastModified=2023-04-30 17:32:27.399910000, delta=178066000 ns, racy<=4302500 ns 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, is unmodified 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.578034000, lastModified=2023-04-30 17:32:27.508908000, delta=69126000 ns, racy<=4302500 ns 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, is unmodified 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.573988000, lastModified=2023-04-30 17:32:27.397910000, delta=176078000 ns, racy<=4302500 ns 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.578212000, lastModified=2023-04-30 17:32:25.477936000, delta=2100276000 ns, racy<=2500000000 ns 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.578 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.578 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.578958000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.578958000, lastModified=2023-04-30 17:32:25.477936000, delta=2101022000 ns, racy<=2500000000 ns 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.578343000, lastModified=2023-04-30 17:32:27.400910000, delta=177433000 ns, racy<=2500000000 ns 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.579139000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.579139000, lastModified=2023-04-30 17:32:27.400910000, delta=178229000 ns, racy<=2500000000 ns 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.579394000, lastModified=2023-04-30 17:32:27.574907000, size=104, fileKey=(dev=3000f2,ino=1470237589) 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/index, create new FileSnapshot: lastRead=2023-04-30 17:32:27.579444000, lastModified=2023-04-30 17:32:27.574907000, size=104, fileKey=(dev=3000f2,ino=1470237589) 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.573988000, lastModified=2023-04-30 17:32:27.397910000, delta=176078000 ns, racy<=4302500 ns 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.574259000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947574259000 ns, racy<=4302500 ns 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.573988000, lastModified=2023-04-30 17:32:27.397910000, delta=176078000 ns, racy<=4302500 ns 17:32:27.579 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.574259000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947574259000 ns, racy<=4302500 ns 17:32:27.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.573988000, lastModified=2023-04-30 17:32:27.397910000, delta=176078000 ns, racy<=4302500 ns 17:32:27.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.574259000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947574259000 ns, racy<=4302500 ns 17:32:27.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.573988000, lastModified=2023-04-30 17:32:27.397910000, delta=176078000 ns, racy<=4302500 ns 17:32:27.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, isRacyClean=false, read=2023-04-30 17:32:27.574259000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875947574259000 ns, racy<=4302500 ns 17:32:27.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack/preserved, is unmodified 17:32:27.580 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.578958000, lastModified=2023-04-30 17:32:25.477936000, delta=2101022000 ns, racy<=2500000000 ns 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.581 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.581039000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.581039000, lastModified=2023-04-30 17:32:25.477936000, delta=2103103000 ns, racy<=2500000000 ns 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.579139000, lastModified=2023-04-30 17:32:27.400910000, delta=178229000 ns, racy<=2500000000 ns 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.581223000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.581223000, lastModified=2023-04-30 17:32:27.400910000, delta=180313000 ns, racy<=2500000000 ns 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, isRacyClean=false, read=2023-04-30 17:32:27.577976000, lastModified=2023-04-30 17:32:27.399910000, delta=178066000 ns, racy<=4302500 ns 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/HEAD, is unmodified 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.578034000, lastModified=2023-04-30 17:32:27.508908000, delta=69126000 ns, racy<=4302500 ns 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, is unmodified 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.581039000, lastModified=2023-04-30 17:32:25.477936000, delta=2103103000 ns, racy<=2500000000 ns 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.581 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.581579000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.581579000, lastModified=2023-04-30 17:32:25.477936000, delta=2103643000 ns, racy<=2500000000 ns 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.581223000, lastModified=2023-04-30 17:32:27.400910000, delta=180313000 ns, racy<=2500000000 ns 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.581726000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.581726000, lastModified=2023-04-30 17:32:27.400910000, delta=180816000 ns, racy<=2500000000 ns 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=false, read=2023-04-30 17:32:27.578034000, lastModified=2023-04-30 17:32:27.508908000, delta=69126000 ns, racy<=4302500 ns 17:32:27.581 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, is unmodified 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.581579000, lastModified=2023-04-30 17:32:25.477936000, delta=2103643000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.582 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.582132000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.582132000, lastModified=2023-04-30 17:32:25.477936000, delta=2104196000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.581726000, lastModified=2023-04-30 17:32:27.400910000, delta=180816000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.582293000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.582293000, lastModified=2023-04-30 17:32:27.400910000, delta=181383000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.582132000, lastModified=2023-04-30 17:32:25.477936000, delta=2104196000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.582 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.582443000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.582443000, lastModified=2023-04-30 17:32:25.477936000, delta=2104507000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.582293000, lastModified=2023-04-30 17:32:27.400910000, delta=181383000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.582579000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.582579000, lastModified=2023-04-30 17:32:27.400910000, delta=181669000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.582443000, lastModified=2023-04-30 17:32:25.477936000, delta=2104507000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.582 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.582727000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.582727000, lastModified=2023-04-30 17:32:25.477936000, delta=2104791000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.582579000, lastModified=2023-04-30 17:32:27.400910000, delta=181669000 ns, racy<=2500000000 ns 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.582891000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.582 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.582891000, lastModified=2023-04-30 17:32:27.400910000, delta=181981000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.582727000, lastModified=2023-04-30 17:32:25.477936000, delta=2104791000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.583 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.583032000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.583032000, lastModified=2023-04-30 17:32:25.477936000, delta=2105096000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.582891000, lastModified=2023-04-30 17:32:27.400910000, delta=181981000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.583198000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.583198000, lastModified=2023-04-30 17:32:27.400910000, delta=182288000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.583032000, lastModified=2023-04-30 17:32:25.477936000, delta=2105096000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.583 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.583379000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.583379000, lastModified=2023-04-30 17:32:25.477936000, delta=2105443000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.583198000, lastModified=2023-04-30 17:32:27.400910000, delta=182288000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.583515000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.583515000, lastModified=2023-04-30 17:32:27.400910000, delta=182605000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.583379000, lastModified=2023-04-30 17:32:25.477936000, delta=2105443000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.583 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.583652000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.583652000, lastModified=2023-04-30 17:32:25.477936000, delta=2105716000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.583515000, lastModified=2023-04-30 17:32:27.400910000, delta=182605000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.583819000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.583819000, lastModified=2023-04-30 17:32:27.400910000, delta=182909000 ns, racy<=2500000000 ns 17:32:27.583 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-04-30 17:32:27.583914000, lastModified=2023-04-30 17:32:27.580907000, size=41, fileKey=(dev=3000f2,ino=1472396599) 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.583652000, lastModified=2023-04-30 17:32:25.477936000, delta=2105716000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.584 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.584151000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.584151000, lastModified=2023-04-30 17:32:25.477936000, delta=2106215000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.583819000, lastModified=2023-04-30 17:32:27.400910000, delta=182909000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.584293000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.584293000, lastModified=2023-04-30 17:32:27.400910000, delta=183383000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.584151000, lastModified=2023-04-30 17:32:25.477936000, delta=2106215000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.584 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.584485000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.584485000, lastModified=2023-04-30 17:32:25.477936000, delta=2106549000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.570567000, lastModified=2023-04-30 17:32:27.400910000, delta=169657000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.584630000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.584630000, lastModified=2023-04-30 17:32:27.400910000, delta=183720000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, FileKey changed from (dev=3000f2,ino=1472396598) to (dev=3000f2,ino=1472396599) 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.584750000, lastModified=2023-04-30 17:32:27.580907000, size=41, fileKey=(dev=3000f2,ino=1472396599) 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.584485000, lastModified=2023-04-30 17:32:25.477936000, delta=2106549000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.584 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.584869000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.584869000, lastModified=2023-04-30 17:32:25.477936000, delta=2106933000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.584630000, lastModified=2023-04-30 17:32:27.400910000, delta=183720000 ns, racy<=2500000000 ns 17:32:27.584 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.585005000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.585005000, lastModified=2023-04-30 17:32:27.400910000, delta=184095000 ns, racy<=2500000000 ns 17:32:27.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=true, read=2023-04-30 17:32:27.584750000, lastModified=2023-04-30 17:32:27.580907000, delta=3843000 ns, racy<=4302500 ns 17:32:27.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, is racily clean 17:32:27.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-04-30 17:32:27.585163000, lastModified=2023-04-30 17:32:27.580907000, size=41, fileKey=(dev=3000f2,ino=1472396599) 17:32:27.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/refs/heads/master, isRacyClean=true, read=2023-04-30 17:32:27.585163000, lastModified=2023-04-30 17:32:27.580907000, delta=4256000 ns, racy<=4302500 ns 17:32:27.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:32:27.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, create new FileSnapshot: lastRead=2023-04-30 17:32:27.585523000, lastModified=2023-04-30 17:32:27.397910000, size=6, fileKey=(dev=3000f2,ino=1479554350) 17:32:27.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.585523000, lastModified=2023-04-30 17:32:27.397910000, delta=187613000 ns, racy<=4302500 ns 17:32:27.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.584869000, lastModified=2023-04-30 17:32:25.477936000, delta=2106933000 ns, racy<=2500000000 ns 17:32:27.585 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.585 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.585990000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.585990000, lastModified=2023-04-30 17:32:25.477936000, delta=2108054000 ns, racy<=2500000000 ns 17:32:27.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.585005000, lastModified=2023-04-30 17:32:27.400910000, delta=184095000 ns, racy<=2500000000 ns 17:32:27.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.586177000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.586177000, lastModified=2023-04-30 17:32:27.400910000, delta=185267000 ns, racy<=2500000000 ns 17:32:27.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.585523000, lastModified=2023-04-30 17:32:27.397910000, delta=187613000 ns, racy<=4302500 ns 17:32:27.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.585523000, lastModified=2023-04-30 17:32:27.397910000, delta=187613000 ns, racy<=4302500 ns 17:32:27.586 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.585990000, lastModified=2023-04-30 17:32:25.477936000, delta=2108054000 ns, racy<=2500000000 ns 17:32:27.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.588 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.588393000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.588393000, lastModified=2023-04-30 17:32:25.477936000, delta=2110457000 ns, racy<=2500000000 ns 17:32:27.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.586177000, lastModified=2023-04-30 17:32:27.400910000, delta=185267000 ns, racy<=2500000000 ns 17:32:27.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.588572000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.588 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.588572000, lastModified=2023-04-30 17:32:27.400910000, delta=187662000 ns, racy<=2500000000 ns 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.588393000, lastModified=2023-04-30 17:32:25.477936000, delta=2110457000 ns, racy<=2500000000 ns 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.589 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.589230000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.589230000, lastModified=2023-04-30 17:32:25.477936000, delta=2111294000 ns, racy<=2500000000 ns 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.588572000, lastModified=2023-04-30 17:32:27.400910000, delta=187662000 ns, racy<=2500000000 ns 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.589385000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.589385000, lastModified=2023-04-30 17:32:27.400910000, delta=188475000 ns, racy<=2500000000 ns 17:32:27.589 [main] WARN org.eclipse.hawk.git.JGitRepository - Could not find path 'two.txt' on revision ff5807cf5348a359c5811ece13a1436abf15e33e of the Git repository at '/tmp/junit3951814853721669547' 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.585523000, lastModified=2023-04-30 17:32:27.397910000, delta=187613000 ns, racy<=4302500 ns 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.589230000, lastModified=2023-04-30 17:32:25.477936000, delta=2111294000 ns, racy<=2500000000 ns 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.589 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.589923000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.589 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.589923000, lastModified=2023-04-30 17:32:25.477936000, delta=2111987000 ns, racy<=2500000000 ns 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.589385000, lastModified=2023-04-30 17:32:27.400910000, delta=188475000 ns, racy<=2500000000 ns 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.590084000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.590084000, lastModified=2023-04-30 17:32:27.400910000, delta=189174000 ns, racy<=2500000000 ns 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.585523000, lastModified=2023-04-30 17:32:27.397910000, delta=187613000 ns, racy<=4302500 ns 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.585523000, lastModified=2023-04-30 17:32:27.397910000, delta=187613000 ns, racy<=4302500 ns 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.585523000, lastModified=2023-04-30 17:32:27.397910000, delta=187613000 ns, racy<=4302500 ns 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.589923000, lastModified=2023-04-30 17:32:25.477936000, delta=2111987000 ns, racy<=2500000000 ns 17:32:27.590 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.590 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.590993000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.590993000, lastModified=2023-04-30 17:32:25.477936000, delta=2113057000 ns, racy<=2500000000 ns 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.590084000, lastModified=2023-04-30 17:32:27.400910000, delta=189174000 ns, racy<=2500000000 ns 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.591175000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.591175000, lastModified=2023-04-30 17:32:27.400910000, delta=190265000 ns, racy<=2500000000 ns 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.585523000, lastModified=2023-04-30 17:32:27.397910000, delta=187613000 ns, racy<=4302500 ns 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.585523000, lastModified=2023-04-30 17:32:27.397910000, delta=187613000 ns, racy<=4302500 ns 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.585523000, lastModified=2023-04-30 17:32:27.397910000, delta=187613000 ns, racy<=4302500 ns 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.590993000, lastModified=2023-04-30 17:32:25.477936000, delta=2113057000 ns, racy<=2500000000 ns 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.591 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.591 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.591984000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.591984000, lastModified=2023-04-30 17:32:25.477936000, delta=2114048000 ns, racy<=2500000000 ns 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.591175000, lastModified=2023-04-30 17:32:27.400910000, delta=190265000 ns, racy<=2500000000 ns 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.592179000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.592179000, lastModified=2023-04-30 17:32:27.400910000, delta=191269000 ns, racy<=2500000000 ns 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.585523000, lastModified=2023-04-30 17:32:27.397910000, delta=187613000 ns, racy<=4302500 ns 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, isRacyClean=false, read=2023-04-30 17:32:27.585523000, lastModified=2023-04-30 17:32:27.397910000, delta=187613000 ns, racy<=4302500 ns 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/objects/pack, is unmodified 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.591984000, lastModified=2023-04-30 17:32:25.477936000, delta=2114048000 ns, racy<=2500000000 ns 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 17:32:27.592 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.592893000, lastModified=2023-04-30 17:32:25.477936000, size=258, fileKey=(dev=804,ino=1271011070) 17:32:27.592 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-04-30 17:32:27.592893000, lastModified=2023-04-30 17:32:25.477936000, delta=2114957000 ns, racy<=2500000000 ns 17:32:27.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-04-30 17:32:21.294639000, lastModified=1970-01-01 00:00:00.000000000, delta=1682875941294639000 ns, racy<=2500000000 ns 17:32:27.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 17:32:27.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.592179000, lastModified=2023-04-30 17:32:27.400910000, delta=191269000 ns, racy<=2500000000 ns 17:32:27.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, is racily clean 17:32:27.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, create new FileSnapshot: lastRead=2023-04-30 17:32:27.593056000, lastModified=2023-04-30 17:32:27.400910000, size=78, fileKey=(dev=3000f2,ino=1470237587) 17:32:27.593 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3951814853721669547/.git/config, isRacyClean=true, read=2023-04-30 17:32:27.593056000, lastModified=2023-04-30 17:32:27.400910000, delta=192146000 ns, racy<=2500000000 ns 17:32:27.593 [main] WARN org.eclipse.hawk.git.JGitRepository - Could not find path 'one.txt' on revision 5b152ce36776c3035e8b0404af8c8b7f3921d5ec of the Git repository at '/tmp/junit3951814853721669547' Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.602 s - in org.eclipse.hawk.git.JGitRepositoryTest delta1ArgWithUpdatedFile(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 4.682 s delta2ArgAfterFirstOfThree(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.227 s gitHonorsCurrentBranch(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.308 s currentRevisionTwoCommits(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.173 s firstRevisionIsConstant(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.194 s delta1ArgTwoChanges(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.215 s currentRevisionOneCommit(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.087 s delta1ArgWithTwoCommits(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.11 s delta1ArgWithCurrent(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.095 s delta2ArgAfterFirstOfTwo(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.12 s delta1ArgWithNullRevision(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.085 s currentRevisionWithoutCommits(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.01 s importFile(org.eclipse.hawk.git.JGitRepositoryTest) Time elapsed: 0.199 s Results: Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.localfolder.LocalFileTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.99 s - in org.eclipse.hawk.localfolder.LocalFileTest laterVersion(org.eclipse.hawk.localfolder.LocalFileTest) Time elapsed: 1.899 s laterVersionWithDelta(org.eclipse.hawk.localfolder.LocalFileTest) Time elapsed: 1.003 s initialVersion(org.eclipse.hawk.localfolder.LocalFileTest) Time elapsed: 0.002 s Running org.eclipse.hawk.localfolder.LocalFolderTest K47+aXBo7ovJuWEIpdv7d6yr23U=, T/TL/qqMq6OBX2o1bYed6B6a3bk= 9lRB4hJYp5dRhh4is8pMP/vHwG0=, BfHb9AHfqnA31JZ0tMuKZFjS59M= Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.959 s - in org.eclipse.hawk.localfolder.LocalFolderTest renameFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.364 s addFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.11 s copyFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.097 s updateFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.201 s empty(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.046 s deleteFile(org.eclipse.hawk.localfolder.LocalFolderTest) Time elapsed: 0.139 s Results: Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.965 s - in org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest testFragmentDependenciesInAnalystFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0.001 s testAttributeWithEnumType(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0 s testEnumerationsInStandardFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0.001 s testAnalystFragmentAttributes(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0 s testMetaclassesInAnalystFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0 s testNumberOfFragments(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0 s testMetaclassesInStandardFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest) Time elapsed: 0 s Running org.eclipse.hawk.modelio.exml.model.ModelioObjectTest 17:32:50.474 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.03) 17:32:50.476 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 17:32:50.476 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 17:32:50.476 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.1.00) 17:32:50.476 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 17:32:50.476 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Standard(modelio://Modeliosoft.Standard/2.0.00) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.877 s - in org.eclipse.hawk.modelio.exml.model.ModelioObjectTest accessClassModelio34(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest) Time elapsed: 0.385 s accessClassModelio35(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest) Time elapsed: 0.288 s accessClassDiagram(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest) Time elapsed: 0.203 s Running org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest Reading metamodel version supported in model, from file: /home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.modelio.exml.tests/resources/admin/mmversion.dat modelio.kernel: version 1.0.00 Standard: version 1.0.9026 17:32:51.192 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.193 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.193 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.193 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.196 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.196 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.196 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.196 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.200 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.200 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.200 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.200 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.200 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.200 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.204 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.204 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.204 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.204 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.204 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.204 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.205 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.205 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.205 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.205 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.205 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.205 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.205 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.205 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.209 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.269 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.270 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.276 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.276 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.276 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.276 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.276 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.276 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.276 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.276 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.276 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.277 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.278 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.278 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.278 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.278 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.278 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.278 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.278 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.278 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.281 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.284 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.284 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.285 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.285 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.285 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.285 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.287 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.287 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.287 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.287 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.287 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.288 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.288 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.289 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.289 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.289 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.289 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.291 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.292 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.292 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.292 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.292 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.292 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.294 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.294 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.295 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.295 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.295 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.295 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.295 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.295 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.295 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.296 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.296 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.296 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.297 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.298 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.298 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.298 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.299 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.299 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.299 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.299 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.301 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.301 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.301 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.301 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.301 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.301 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.301 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.301 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.370 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.370 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.370 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.372 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.372 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.372 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.372 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.374 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.374 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.374 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.374 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.374 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.374 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.374 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.374 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.375 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.375 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.375 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.376 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.376 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.376 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.377 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.378 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.379 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.379 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.379 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.379 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.379 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.379 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.379 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.379 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.379 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.380 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.381 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.381 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.382 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.382 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.382 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.382 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.382 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.384 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.384 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.384 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.384 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.386 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.386 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.386 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.386 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.386 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.386 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.386 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.386 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.386 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.386 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.388 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.389 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.390 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.390 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.390 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.391 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.391 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.391 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.391 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.393 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.393 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.393 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.393 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.393 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.393 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.394 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.394 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.394 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.395 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.396 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.396 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.396 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.396 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.397 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.397 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.397 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.397 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.397 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.397 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.398 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.398 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.398 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.398 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.399 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.399 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.399 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.401 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.401 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.401 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.401 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.401 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.401 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.401 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.404 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.404 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.404 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.404 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.404 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.404 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.404 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.404 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.404 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.404 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.406 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.406 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.406 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.406 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.406 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.475 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.475 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.475 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.475 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.476 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.476 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.477 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.477 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.478 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.478 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.480 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.480 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.481 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.481 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.481 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.481 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.481 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.482 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.482 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.482 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.483 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.484 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.484 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.484 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.485 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.485 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.485 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.485 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.485 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.485 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.486 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.486 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.486 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.486 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.487 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.488 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.488 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.488 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.488 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.489 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.489 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.489 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.489 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.489 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.489 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.491 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.491 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.491 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.491 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.491 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.491 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.491 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.491 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.491 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.492 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.492 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.492 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.492 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.492 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.493 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.493 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.493 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.494 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.499 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.499 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.499 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.499 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.499 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.499 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.499 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.499 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.499 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.500 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.501 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.501 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.501 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.501 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.501 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.501 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.569 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.569 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.569 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.569 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.569 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.569 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.569 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.569 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.572 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.573 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.573 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.573 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.573 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.574 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.574 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.574 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.574 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.575 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.576 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.576 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.577 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.577 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.577 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.578 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.578 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.578 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.579 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.579 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.581 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.581 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.581 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.581 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.582 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.583 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.584 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.585 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.585 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.585 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.585 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.585 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.585 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.585 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.585 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.585 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.586 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.586 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.586 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.586 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.586 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.586 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.588 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.588 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.588 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.589 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.589 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.589 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.589 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.589 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.590 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.590 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.590 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.591 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.591 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.591 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.591 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.591 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.593 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.594 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.594 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.594 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.594 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.595 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.596 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.596 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.596 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.596 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.596 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.596 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.596 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.596 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.596 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.596 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.603 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.603 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.603 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.603 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.603 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.603 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.604 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.605 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.605 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.605 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.605 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.605 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.605 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.605 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.605 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.605 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.672 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.674 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.674 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.675 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.676 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.677 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.677 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.677 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.677 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.677 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.677 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.678 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.678 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.678 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.679 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.682 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.682 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.682 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.682 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.683 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.683 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.683 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.683 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.684 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.684 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.685 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.686 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.686 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.686 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.686 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.686 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.686 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.687 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.687 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.687 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.687 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.687 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.687 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.688 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.689 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.689 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.689 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.689 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.689 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.689 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.689 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.690 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.690 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.690 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.690 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.691 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.696 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.698 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.698 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.698 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.700 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.700 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.700 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.700 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.700 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.701 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.701 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.701 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.701 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.701 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.701 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.702 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.702 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.702 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.702 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.704 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.704 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.704 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.704 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.704 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.704 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.771 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.771 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.771 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.771 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.771 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.772 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.772 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.772 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.772 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.772 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.772 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.774 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.774 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.774 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.774 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.774 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.776 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.778 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.779 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.779 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.779 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.779 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.779 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.779 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.779 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.780 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.780 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.780 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.780 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.780 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.781 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.781 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.781 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.781 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.783 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.783 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.783 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.783 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.783 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.783 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.783 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.783 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.784 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.785 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.785 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.787 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.788 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.788 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.788 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.789 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.789 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.789 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.790 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.790 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.790 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.790 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.792 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.792 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.792 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.792 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.792 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.792 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.792 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.792 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.792 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.793 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.793 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.793 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.794 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.794 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.794 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.797 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.797 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.797 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.797 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.797 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.797 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.798 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.798 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.798 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.799 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.799 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.801 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.801 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.801 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.801 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.802 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.802 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.802 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.802 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.802 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.802 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.802 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.802 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.802 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.802 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.802 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.869 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.901 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.902 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.903 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.904 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.904 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.904 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.904 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.904 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.905 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.905 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.905 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.905 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.905 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.905 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.905 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.906 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.906 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.907 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.907 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.907 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.908 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.908 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.908 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.909 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.909 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.909 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.910 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.910 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.910 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.911 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.911 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.911 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.911 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.911 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.912 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.912 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.912 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.912 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.912 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.913 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.913 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.913 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.914 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.914 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.914 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.915 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.915 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.915 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.915 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.915 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.915 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.916 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.916 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.916 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.917 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.917 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.917 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.917 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.917 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.917 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.918 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.918 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.919 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.919 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.919 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.920 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.920 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.920 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.920 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.922 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.924 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.924 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.924 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.924 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.924 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.924 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.924 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.924 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.970 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.970 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.970 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.970 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.971 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.971 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.971 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.974 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.976 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.977 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.979 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.980 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.982 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.982 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.982 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.983 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.983 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.983 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.983 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.984 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.984 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.984 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.985 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.985 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.986 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.986 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.987 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.987 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.987 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.987 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.988 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.988 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.988 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.988 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.990 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.990 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.990 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.990 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.992 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.993 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.993 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:51.993 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:51.994 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.119 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.120 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.172 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.173 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.181 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.181 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.181 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.181 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.181 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.181 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.181 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.182 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.182 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.182 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.182 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.182 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.183 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.183 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.184 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.184 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.184 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.184 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.184 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.186 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.186 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.186 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.186 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.186 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.186 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.186 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.187 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.188 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.188 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.189 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.189 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.189 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.189 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.189 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.189 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.189 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.189 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.190 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.190 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.190 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.190 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.192 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.192 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.193 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.193 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.193 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.193 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.193 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.195 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.195 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.195 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.195 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.195 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.196 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.196 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.196 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.206 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.208 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.271 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.272 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.703 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.707 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.709 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.709 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.709 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.710 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.710 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.710 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.710 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.710 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.711 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.711 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.711 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.711 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.711 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.712 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.712 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.712 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.712 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.769 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.770 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.770 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.772 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.772 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.772 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping 17:32:52.775 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping 17:32:52.777 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping Reading metamodel version supported in model, from file: /home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.modelio.exml.tests/resources/admin/mmversion.dat modelio.kernel: version 1.0.00 Standard: version 1.0.9026 Reading metamodel version supported in model, from file: /home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.modelio.exml.tests/resources/admin/mmversion.dat modelio.kernel: version 1.0.00 Standard: version 1.0.9026 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.214 s - in org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest ramc(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest) Time elapsed: 1.788 s bpmnCatchEvent(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest) Time elapsed: 0.216 s implicitContainment(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest) Time elapsed: 0.208 s Running org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest 17:32:53.693 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/0.0.03) 17:32:53.694 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/0.1.00) 17:32:53.694 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/1.1.00) 17:32:53.694 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/1.0.00) 17:32:53.694 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Standard(modelio://Modeliosoft.Standard/1.0.00) Reading metamodel version supported in model, from file: /home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.modelio.exml.tests/resources/mmversionFiles/mmversion_1/admin/mmversion.dat modelio.kernel: version 1.0.00 Standard: version 2.0.00 Reading metamodel version supported in model, from file: /home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.modelio.exml.tests/resources/mmversionFiles/mmversion_2/admin/mmversion.dat modelio.kernel: version 0.1.00 Standard: version 1.0.00 Reading metamodel version supported in model, from file: /home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.modelio.exml.tests/resources/mmversionFiles/mmversion_3/admin/mmversion.dat modelio.kernel: version 4.0.00 Standard: version 4.0.00 Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.995 s - in org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest testPackageVersion1(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest) Time elapsed: 0.424 s testPackageVersion2(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest) Time elapsed: 0.283 s testPackageVersion3(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest) Time elapsed: 0.229 s testPackageVersion4(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest) skipped Running org.eclipse.hawk.modelio.exml.parser.ExmlParserTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.156 s - in org.eclipse.hawk.modelio.exml.parser.ExmlParserTest parseAnimal(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.13 s parseClass35(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.098 s parseClass(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.176 s parseEmpty(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.199 s parseElephant(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.138 s parseNoObjects(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.188 s parsePackage(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest) Time elapsed: 0.173 s Running org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest Parsed 354 fragments in 710ms Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 s - in org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest jenkinsArchive(org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest) Time elapsed: 0.71 s zoo(org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest) Time elapsed: 0.314 s Running org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s - in org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest dumpAndParse(org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest) Time elapsed: 0.106 s expectedRootMClasses(org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest) Time elapsed: 0.001 s countPackages(org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest) Time elapsed: 0 s checkModuleComponentHierarchy(org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest) Time elapsed: 0.001 s allClassesHaveParentRef(org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest) Time elapsed: 0.007 s Results: Tests run: 31, Failures: 0, Errors: 0, Skipped: 1 Running org.eclipse.hawk.uml.UMLProfileParsingTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.815 s - in org.eclipse.hawk.uml.UMLProfileParsingTest modelsHonorProfileVersions(org.eclipse.hawk.uml.UMLProfileParsingTest) Time elapsed: 1.711 s profileVersioning(org.eclipse.hawk.uml.UMLProfileParsingTest) Time elapsed: 0.011 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.workspace.tests.WorkspaceTest 17:33:18.399 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 5 ms 17:33:18.403 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 17:33:18.412 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.488 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.497 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.506 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.508 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.578 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 17:33:18.578 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.581 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 17:33:18.589 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.595 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.600 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.671 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.682 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.692 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.693 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 17:33:18.694 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.777 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.782 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.791 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 17:33:18.792 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.800 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms 17:33:18.800 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.802 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.871 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.873 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.876 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.881 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms 17:33:18.890 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.801 s - in org.eclipse.hawk.workspace.tests.WorkspaceTest changeFile[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 1.276 s importProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.025 s closeProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.071 s deleteProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.01 s openProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.018 s newProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.075 s existingProjectIsListed[0](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.011 s changeFile[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.011 s importProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.088 s closeProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.009 s deleteProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.008 s openProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.073 s newProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.007 s existingProjectIsListed[1](org.eclipse.hawk.workspace.tests.WorkspaceTest) Time elapsed: 0.008 s Results: Tests run: 14, 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] { (Plain Maven) [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -B -f pom-plain.xml verify -P signjars --toolchains core/jenkins-toolchains.xml [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Hawk Parent [pom] [INFO] Eclipse Hawk Core [jar] [INFO] Eclipse Hawk Graph Abstractions [jar] [INFO] Eclipse Hawk Epsilon Query Engine [jar] [INFO] Eclipse Hawk EMF Model Parser [jar] [INFO] Eclipse Hawk EMF Resource [jar] [INFO] Eclipse Hawk HTTP Connector [jar] [INFO] Eclipse Hawk JGit Connector [jar] [INFO] Eclipse Hawk Local Folder Connector [jar] [INFO] Eclipse Hawk Modelio EXML Parser [jar] [INFO] Eclipse Hawk OrientDB Backend [jar] [INFO] Eclipse Hawk Time-Aware Querying Core [jar] [INFO] Eclipse Hawk Greycat Backend [jar] [INFO] Eclipse Hawk Embedded Artemis Server [jar] [INFO] Eclipse Hawk Thrift API [jar] [INFO] Eclipse Hawk Remote EMF Model [jar] [INFO] Eclipse Hawk SQLite Backend [jar] [INFO] [INFO] ----------------< org.eclipse.hawk:eclipse-hawk-plain >----------------- [INFO] Building Eclipse Hawk Parent 2.3.0-SNAPSHOT [1/17] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0.pom (5.7 kB at 3.3 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0.jar (32 kB at 195 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.pom (20 kB at 320 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 534 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.jar (492 kB at 2.7 MB/s) [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ eclipse-hawk-plain >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ eclipse-hawk-plain <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ eclipse-hawk-plain --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 60 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 55 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 163 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 113 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 256 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 57 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 113 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 96 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 556 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 633 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 51 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 296 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 286 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 364 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 201 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 414 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 134 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 148 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 57 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 198 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 129 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 140 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 73 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 70 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 454 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 90 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 73 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 235 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 340 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 352 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 327 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 831 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 3.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 167 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 536 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 2.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 48 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 345 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 570 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 526 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 154 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 238 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 193 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 347 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 471 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 403 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 428 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 392 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 217 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 1.2 MB/s) [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ eclipse-hawk-plain --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 50 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 253 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 59 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 724 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 66 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 177 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 35 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 99 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 205 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 2.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 346 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom (5.0 kB at 117 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 317 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 75 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 393 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.5 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 430 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 393 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 782 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 3.5 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 361 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 57 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom (11 kB at 603 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 269 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 332 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 291 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 45 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 694 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 102 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 803 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 30 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 124 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 118 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 142 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 215 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 516 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom (7.5 kB at 124 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom (15 kB at 525 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom (4.2 kB at 85 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom (18 kB at 362 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom (1.5 kB at 44 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom (1.5 kB at 19 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 41 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 200 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 255 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 702 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 289 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 989 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 419 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 146 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 104 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.9 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 103 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 390 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 98 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 279 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom (3.3 kB at 70 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 182 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 42 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom (1.9 kB at 38 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom (2.7 kB at 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom (1.9 kB at 47 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 77 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 200 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 128 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 95 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 210 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 374 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 782 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.5 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 932 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 467 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 515 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 12 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 11 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 12 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 401 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 154 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 10 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 13 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 278 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 173 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 460 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 12 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 9.3 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 759 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 886 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 133 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 242 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom (16 kB at 186 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 307 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom (3.9 kB at 301 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom (24 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 226 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 45 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 77 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 152 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 82 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 549 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 454 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar (128 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 261 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 476 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar (60 kB at 422 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 707 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 878 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 315 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar (317 kB at 795 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 285 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 811 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 28 kB/s) [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ eclipse-hawk-plain --- [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.core >--------------- [INFO] Building Eclipse Hawk Core 2.3.0-SNAPSHOT [2/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 123 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom (11 kB at 63 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar (46 kB at 736 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 96 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 460 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 781 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 194 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 851 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 306 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/thoughtworks/xstream/xstream/1.4.8/xstream-1.4.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.8/xstream-1.4.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.8/xstream-1.4.8.pom (13 kB at 98 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/thoughtworks/xstream/xstream-parent/1.4.8/xstream-parent-1.4.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.8/xstream-parent-1.4.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.8/xstream-parent-1.4.8.pom (29 kB at 350 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 373 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 15 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 18 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 30 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 96 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/commons-codec/commons-codec/1.10/commons-codec-1.10.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/thoughtworks/xstream/xstream/1.4.8/xstream-1.4.8.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.8/xstream-1.4.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 513 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 333 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 357 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.8/xstream-1.4.8.jar (539 kB at 6.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 3.2 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.core --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 109 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 669 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 917 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.core --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 64 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 111 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 73 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 1.1 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 79 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 469 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.0 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 49 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 77 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 326 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 365 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 254 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 184 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 247 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 326 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom (865 B at 8.7 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom (5.3 kB at 58 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 219 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 185 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom (690 B at 11 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom (769 B at 11 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom (1.3 kB at 16 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 212 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 288 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 234 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 382 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 62 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.2/junit-3.8.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 248 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 796 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar (19 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar (4.6 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar (25 kB at 261 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 354 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 894 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 336 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 892 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 1.8 MB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/src/org/eclipse/hawk/core/runtime/CompositeGraphChangeListener.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/src/org/eclipse/hawk/core/runtime/CompositeGraphChangeListener.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.core --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.core --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 107 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 305 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.5 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 132 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 48 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 146 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 40 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 522 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 67 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 118 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 158 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 90 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 89 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 87 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 54 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 70 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 410 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 140 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 72 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 114 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 97 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 138 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 49 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 81 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 261 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.6 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 69 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 718 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 41 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 679 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 361 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 956 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 347 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 481 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 794 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 521 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 80 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 68 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 206 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 201 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 64 kB/s) [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.core --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 106 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 42 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 51 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 180 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 1.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 73 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 620 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 326 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 3.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 757 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 2.4 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.core >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.core --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.core... Loading source files for package org.eclipse.hawk.core.graph... Loading source files for package org.eclipse.hawk.core.graph.timeaware... Loading source files for package org.eclipse.hawk.core.model... Loading source files for package org.eclipse.hawk.core.query... Loading source files for package org.eclipse.hawk.core.runtime... Loading source files for package org.eclipse.hawk.core.security... Loading source files for package org.eclipse.hawk.core.util... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IConsole.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/ICredentialsStore.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/ICredentialsStore.Credentials.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IFileImporter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IHawk.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IHawkFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IHawkFactory.InstanceInfo.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IHawkPlugin.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IHawkPlugin.Category.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IMetaModelIntrospector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IMetaModelIntrospector.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IMetaModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IMetaModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IModelIndexer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IModelIndexer.ShutdownRequestType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IStateListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IStateListener.HawkState.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/IVcsManager.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/VcsChangeType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/VcsCommit.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/VcsCommitItem.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/VcsRepositoryDelta.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/EmptyIGraphIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/IGraphChangeListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/IGraphDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/IGraphDatabase.Mode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/IGraphEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/IGraphIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/IGraphMetamodelNodeReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/IGraphNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/IGraphNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/IGraphNodeReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/IGraphTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/IGraphTypeNodeReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/NodeFilterIGraphEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/timeaware/ITimeAwareGraphDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/timeaware/ITimeAwareGraphNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/timeaware/ITimeAwareGraphNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/timeaware/VersionRangeFilterCreatedIGraphEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/timeaware/VersionRangeFilterIGraphEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/IHawkAnnotation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/IHawkAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/IHawkClass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/IHawkClassifier.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/IHawkDataType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/IHawkMetaModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/IHawkModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/IHawkObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/IHawkPackage.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/IHawkReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/IHawkResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/IHawkStructuralFeature.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/query/IAccess.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/query/IAccessListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/query/InvalidQueryException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/query/IQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/query/QueryExecutionException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/BaseModelIndexer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/BaseModelIndexer.DefaultFileImporter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/CompositeGraphChangeListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/CompositeStateListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/LocalHawk.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/LocalHawkFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/ModelIndexerImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/security/CredentialsFile.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/security/CredentialsFileEntry.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/security/FileBasedCredentialsStore.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/CompositeException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/DefaultConsole.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/DerivedAttributeParameters.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/FallbackFrozenVcsManager.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/FileOperations.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/FileOutputConsole.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/GraphChangeAdapter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/HawkConfig.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/HawkProperties.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/HawksConfig.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/IndexedAttributeParameters.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/SLF4JConsole.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/Utils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/XStreamUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/timeaware/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/timeaware/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/query/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/query/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/security/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/security/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IConsole.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/ICredentialsStore.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/ICredentialsStore.Credentials.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IFileImporter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IHawk.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IHawkFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IHawkFactory.InstanceInfo.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IHawkPlugin.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IHawkPlugin.Category.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IMetaModelIntrospector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IMetaModelIntrospector.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IMetaModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IMetaModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IModelIndexer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IModelIndexer.ShutdownRequestType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IStateListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IStateListener.HawkState.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/IVcsManager.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/VcsChangeType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/VcsCommit.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/VcsCommitItem.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/class-use/VcsRepositoryDelta.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/class-use/EmptyIGraphIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/class-use/IGraphChangeListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/class-use/IGraphDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/class-use/IGraphDatabase.Mode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/class-use/IGraphEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/class-use/IGraphIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/class-use/IGraphMetamodelNodeReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/class-use/IGraphNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/class-use/IGraphNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/class-use/IGraphNodeReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/class-use/IGraphTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/class-use/IGraphTypeNodeReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/class-use/NodeFilterIGraphEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/timeaware/class-use/ITimeAwareGraphDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/timeaware/class-use/ITimeAwareGraphNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/timeaware/class-use/ITimeAwareGraphNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/timeaware/class-use/VersionRangeFilterCreatedIGraphEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/timeaware/class-use/VersionRangeFilterIGraphEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/class-use/IHawkAnnotation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/class-use/IHawkAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/class-use/IHawkClass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/class-use/IHawkClassifier.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/class-use/IHawkDataType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/class-use/IHawkMetaModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/class-use/IHawkModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/class-use/IHawkObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/class-use/IHawkPackage.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/class-use/IHawkReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/class-use/IHawkResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/class-use/IHawkStructuralFeature.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/query/class-use/IAccess.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/query/class-use/IAccessListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/query/class-use/IQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/query/class-use/InvalidQueryException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/query/class-use/QueryExecutionException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/class-use/BaseModelIndexer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/class-use/BaseModelIndexer.DefaultFileImporter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/class-use/CompositeGraphChangeListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/class-use/CompositeStateListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/class-use/LocalHawk.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/class-use/LocalHawkFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/class-use/ModelIndexerImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/security/class-use/CredentialsFile.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/security/class-use/CredentialsFileEntry.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/security/class-use/FileBasedCredentialsStore.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/CompositeException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/DefaultConsole.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/DerivedAttributeParameters.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/FallbackFrozenVcsManager.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/FileOperations.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/FileOutputConsole.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/GraphChangeAdapter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/HawkConfig.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/HawkProperties.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/HawksConfig.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/IndexedAttributeParameters.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/SLF4JConsole.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/Utils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/class-use/XStreamUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/graph/timeaware/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/model/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/query/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/runtime/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/security/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/org/eclipse/hawk/core/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------< org.eclipse.hawk:org.eclipse.hawk.graph >--------------- [INFO] Building Eclipse Hawk Graph Abstractions 2.3.0-SNAPSHOT [3/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.graph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.graph --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/updater/GraphModelUpdater.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/updater/GraphModelUpdater.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.graph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.graph --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.graph --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.graph --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.graph >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.graph <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.graph --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.graph --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.graph... Loading source files for package org.eclipse.hawk.graph.introspector... Loading source files for package org.eclipse.hawk.graph.updater... Loading source files for package org.eclipse.hawk.graph.util... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/FileNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/FileNode.EdgeIterator.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/GraphWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/MetamodelNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/ModelElementNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/ProxyReferenceList.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/ProxyReferenceList.ProxyReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/ProxyReferenceTarget.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/Slot.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/Slot.MetadataBuilder.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/Slot.PropertyCategory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/TypeNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/GraphMetaModelIntrospector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/GraphMetaModelIntrospector.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/DeletionUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/DirtyDerivedFeaturesListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphMetaModelResourceInjector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphMetaModelResourceInjector.FailedMetamodelRegistrationException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphMetaModelResourceInjector.MissingMetamodelException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphMetaModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphModelBatchInjector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphModelInserter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphModelInserter.ReloadNodeCollectionIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/MetamodelUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/TypeCache.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/Utils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/GraphUtil.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/Pair.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/FileNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/FileNode.EdgeIterator.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/GraphWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/MetamodelNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/ModelElementNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/ProxyReferenceList.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/ProxyReferenceList.ProxyReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/ProxyReferenceTarget.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/Slot.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/Slot.MetadataBuilder.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/Slot.PropertyCategory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/TypeNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/class-use/GraphMetaModelIntrospector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/class-use/GraphMetaModelIntrospector.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/DeletionUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/DirtyDerivedFeaturesListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphMetaModelResourceInjector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphMetaModelResourceInjector.MissingMetamodelException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphMetaModelResourceInjector.FailedMetamodelRegistrationException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphMetaModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphModelBatchInjector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphModelInserter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphModelInserter.ReloadNodeCollectionIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/MetamodelUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/TypeCache.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/Utils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/class-use/GraphUtil.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/class-use/Pair.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/GraphWrapper.java:76: warning - @param argument "rplist" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/updater/GraphMetaModelResourceInjector.java:842: warning - @param argument "listener2" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/updater/GraphModelBatchInjector.java:723: warning - @param argument "originatingFile" is not a parameter name. [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.graph --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.epsilon >-------------- [INFO] Building Eclipse Hawk Epsilon Query Engine 2.3.0-SNAPSHOT [4/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/org.eclipse.epsilon.eol.engine/2.4.0/org.eclipse.epsilon.eol.engine-2.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.eol.engine/2.4.0/org.eclipse.epsilon.eol.engine-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.eol.engine/2.4.0/org.eclipse.epsilon.eol.engine-2.4.0.pom (871 B at 4.3 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/epsilon-plain-parent/2.4.0/epsilon-plain-parent-2.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/epsilon-plain-parent/2.4.0/epsilon-plain-parent-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/epsilon-plain-parent/2.4.0/epsilon-plain-parent-2.4.0.pom (30 kB at 134 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/org.eclipse.epsilon.common/2.4.0/org.eclipse.epsilon.common-2.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.common/2.4.0/org.eclipse.epsilon.common-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.common/2.4.0/org.eclipse.epsilon.common-2.4.0.pom (790 B at 5.6 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 37 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 558 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/org.eclipse.epsilon.epl.engine/2.4.0/org.eclipse.epsilon.epl.engine-2.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.epl.engine/2.4.0/org.eclipse.epsilon.epl.engine-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.epl.engine/2.4.0/org.eclipse.epsilon.epl.engine-2.4.0.pom (876 B at 8.9 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/org.eclipse.epsilon.erl.engine/2.4.0/org.eclipse.epsilon.erl.engine-2.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.erl.engine/2.4.0/org.eclipse.epsilon.erl.engine-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.erl.engine/2.4.0/org.eclipse.epsilon.erl.engine-2.4.0.pom (864 B at 9.5 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/org.eclipse.epsilon.eol.engine/2.4.0/org.eclipse.epsilon.eol.engine-2.4.0.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/org.eclipse.epsilon.common/2.4.0/org.eclipse.epsilon.common-2.4.0.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/org.eclipse.epsilon.epl.engine/2.4.0/org.eclipse.epsilon.epl.engine-2.4.0.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/org.eclipse.epsilon.erl.engine/2.4.0/org.eclipse.epsilon.erl.engine-2.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.eol.engine/2.4.0/org.eclipse.epsilon.eol.engine-2.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.common/2.4.0/org.eclipse.epsilon.common-2.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.epl.engine/2.4.0/org.eclipse.epsilon.epl.engine-2.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.erl.engine/2.4.0/org.eclipse.epsilon.erl.engine-2.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 4.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.common/2.4.0/org.eclipse.epsilon.common-2.4.0.jar (126 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.epl.engine/2.4.0/org.eclipse.epsilon.epl.engine-2.4.0.jar (270 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.erl.engine/2.4.0/org.eclipse.epsilon.erl.engine-2.4.0.jar (220 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.eol.engine/2.4.0/org.eclipse.epsilon.eol.engine-2.4.0.jar (683 kB at 5.3 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.epsilon --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.epsilon --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/org/eclipse/hawk/epsilon/emc/optimisation/OptimisableCollectionSelectOperation.java: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/org/eclipse/hawk/epsilon/emc/optimisation/OptimisableCollectionSelectOperation.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/org/eclipse/hawk/epsilon/emc/optimisation/OptimisableCollectionSelectOperation.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.epsilon --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.epsilon --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.epsilon --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.epsilon --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.epsilon >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.epsilon <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.epsilon --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.epsilon --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.epsilon.emc... Loading source files for package org.eclipse.hawk.epsilon.emc.contextful... Loading source files for package org.eclipse.hawk.epsilon.emc.optimisation... Loading source files for package org.eclipse.hawk.epsilon.emc.pgetters... Loading source files for package org.eclipse.hawk.epsilon.emc.tracking... Loading source files for package org.eclipse.hawk.epsilon.emc.wrappers... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/AbstractHawkModel.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/DeriveFeature.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.GraphNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.IGraphIterableCollection.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.SettableExecutionController.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/EPLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/AllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/CEOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/CEOLQueryEngine.IGraphIterablesCollection.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/DerivedAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/FileFirstAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/GlobPatternFileSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/SubtreeFileSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/TypeFirstAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/OptimisableCollection.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/OptimisableCollectionSelectOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/CGraphPropertyGetter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/GraphPropertyGetter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/GraphPropertyGetter.PropertyType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/Access.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/AccessListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/FileNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/GraphEdgeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/MetamodelNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/SlotWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/TypeNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/AbstractHawkModel.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/DeriveFeature.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/EOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/EOLQueryEngine.SettableExecutionController.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/EOLQueryEngine.IGraphIterableCollection.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/EOLQueryEngine.GraphNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/EPLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/AllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/CEOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/CEOLQueryEngine.IGraphIterablesCollection.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/DerivedAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/FileFirstAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/GlobPatternFileSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/SubtreeFileSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/TypeFirstAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/class-use/OptimisableCollection.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/class-use/OptimisableCollectionSelectOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/class-use/CGraphPropertyGetter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/class-use/GraphPropertyGetter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/class-use/GraphPropertyGetter.PropertyType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/class-use/Access.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/class-use/AccessListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/class-use/FileNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/class-use/GraphEdgeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/class-use/MetamodelNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/class-use/SlotWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/class-use/TypeNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.java:428: warning - Tag @link: reference not found: #getAllOf(String, String, String, String, String) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.java:428: warning - Tag @link: reference not found: #getAllOf(String, String, String, String, String) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.java:428: warning - Tag @link: reference not found: #getAllOf(String, String, String, String, String) [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.epsilon --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.emf >---------------- [INFO] Building Eclipse Hawk EMF Model Parser 2.3.0-SNAPSHOT [5/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.pom (1.7 kB at 89 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.pom (1.3 kB at 50 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.pom (1.5 kB at 100 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar (235 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar (376 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar (1.4 MB at 9.2 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.emf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/EMFClass.java: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/EMFClass.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/org/eclipse/hawk/emf/EMFClass.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.emf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.emf --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.emf >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.emf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.emf --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.emf.metamodel... Loading source files for package org.eclipse.hawk.emf.model... Loading source files for package org.eclipse.hawk.emf.model.util... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/EMFMetaModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/EMFMetaModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/EMFModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/EMFModelResource.EMFObjectIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/EMFModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/util/RegisterMeta.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/util/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/util/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/class-use/EMFMetaModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/class-use/EMFMetaModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/class-use/EMFModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/class-use/EMFModelResource.EMFObjectIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/class-use/EMFModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/util/class-use/RegisterMeta.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.emf --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.emfresource >------------ [INFO] Building Eclipse Hawk EMF Resource 2.3.0-SNAPSHOT [6/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom (8.4 kB at 401 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom (10 kB at 523 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 155 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 85 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 182 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 117 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 179 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 2.0 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/cglib/cglib-nodep/3.1/cglib-nodep-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/3.1/cglib-nodep-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/3.1/cglib-nodep-3.1.pom (1.2 kB at 13 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 8.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar (14 kB at 442 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 99 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 209 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar (2.7 MB at 19 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar (331 kB at 2.1 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.emfresource --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.emfresource --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/impl/LocalHawkResourceUpdater.java: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/impl/LocalHawkResourceUpdater.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/impl/LocalHawkResourceUpdater.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.emfresource --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.emfresource --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.emfresource --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.emfresource --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.emfresource >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.emfresource <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.emfresource --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.emfresource --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.emfresource... Loading source files for package org.eclipse.hawk.emfresource.impl... Loading source files for package org.eclipse.hawk.emfresource.util... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/HawkChangeAdapter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/HawkResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/HawkResourceChangeListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/HawkFileResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/LocalHawkResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/AttributeUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/LazyEObjectFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/LazyResolver.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/class-use/HawkChangeAdapter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/class-use/HawkResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/class-use/HawkResourceChangeListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/class-use/HawkFileResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/class-use/LocalHawkResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/class-use/AttributeUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/class-use/LazyEObjectFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/class-use/LazyResolver.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/help-doc.html... 5 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/util/AttributeUtils.java:34: warning - Tag @link: reference not found: AttributeSlot [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/util/LazyResolver.java:342: warning - @param argument "feature" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/util/AttributeUtils.java:34: warning - Tag @link: reference not found: AttributeSlot [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/util/AttributeUtils.java:34: warning - Tag @link: reference not found: AttributeSlot [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/util/AttributeUtils.java:34: warning - Tag @link: reference not found: AttributeSlot [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.emfresource --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.http >--------------- [INFO] Building Eclipse Hawk HTTP Connector 2.3.0-SNAPSHOT [7/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.pom (6.6 kB at 69 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpcomponents-client/4.5.10/httpcomponents-client-4.5.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.10/httpcomponents-client-4.5.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.10/httpcomponents-client-4.5.10.pom (16 kB at 153 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.pom (5.0 kB at 160 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom (13 kB at 758 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 356 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.3 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/commons-io/commons-io/2.2/commons-io-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.jar (328 kB at 10 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.jar (775 kB at 9.3 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.http --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.http --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.http --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.http >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.http <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.http --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.http --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.http... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/org/eclipse/hawk/http/HTTPManager.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/org/eclipse/hawk/http/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/org/eclipse/hawk/http/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/org/eclipse/hawk/http/class-use/HTTPManager.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/org/eclipse/hawk/http/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.http --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.jgit >--------------- [INFO] Building Eclipse Hawk JGit Connector 2.3.0-SNAPSHOT [8/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom (8.1 kB at 94 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom (35 kB at 397 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom (3.2 kB at 74 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 101 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 54 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom (4.9 kB at 14 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom (2.5 kB at 21 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom (1.2 kB at 13 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom (2.2 kB at 31 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 8.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar (166 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar (878 kB at 9.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar (329 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.jar (2.9 MB at 17 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar (4.8 MB at 20 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.jgit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.jgit --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.jgit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.jgit --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.jgit --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.jgit >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.jgit <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.jgit --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.jgit --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.git... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/JGitRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/JGitRepository.UnableToFindRevisionException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/JGitRepository.UnmergedAncestryException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/class-use/JGitRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/class-use/JGitRepository.UnmergedAncestryException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/class-use/JGitRepository.UnableToFindRevisionException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.jgit --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.localfolder >------------ [INFO] Building Eclipse Hawk Local Folder Connector 2.3.0-SNAPSHOT [9/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/mapdb/mapdb/1.0.9/mapdb-1.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.9/mapdb-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.9/mapdb-1.0.9.pom (11 kB at 103 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/mapdb/mapdb/1.0.9/mapdb-1.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.9/mapdb-1.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.9/mapdb-1.0.9.jar (416 kB at 4.8 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.localfolder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.localfolder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.localfolder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.localfolder --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.localfolder --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.localfolder --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.localfolder >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.localfolder <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.localfolder --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.localfolder --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.localfolder... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/FileBasedLocation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/LocalFile.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/LocalFolder.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/class-use/FileBasedLocation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/class-use/LocalFile.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/class-use/LocalFolder.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.localfolder --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.modelio.exml >----------- [INFO] Building Eclipse Hawk Modelio EXML Parser 2.3.0-SNAPSHOT [10/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.modelio.exml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.modelio.exml --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioClass.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioClass.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.modelio.exml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.modelio.exml --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.modelio.exml --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.modelio.exml --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.modelio.exml >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.modelio.exml <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.modelio.exml --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.modelio.exml --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.modelio.exml.listeners... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel.mlib... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel.parser... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel.register... Loading source files for package org.eclipse.hawk.modelio.exml.model... Loading source files for package org.eclipse.hawk.modelio.exml.model.parser... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/listeners/ModelioGraphChangeListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/AbstractModelioObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/IgnoreContainmentModelioReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioClass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioDataType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioMetaModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioMetaModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioPackage.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MClass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MDataType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MDependency.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MEnum.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MMetamodel.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MPackage.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MAggregationType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MAttributeType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MEnumeration.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MFragment.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MFragmentReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MLinkMetaclass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MMetaclass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MMetaclassAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MMetaclassDependency.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MMetaclassReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MMetamodelDescriptor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MMetamodelParser.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/register/MetamodelRegister.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/ModelioModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/ModelioModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/ModelioObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/ModelioProxy.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/ExmlObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/ExmlParser.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/ExmlReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/listeners/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/listeners/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/register/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/register/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/listeners/class-use/ModelioGraphChangeListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/AbstractModelioObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/IgnoreContainmentModelioReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioClass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioDataType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioMetaModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioMetaModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioPackage.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MClass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MDataType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MDependency.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MEnum.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MMetamodel.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MPackage.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MAggregationType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MAttributeType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MEnumeration.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MFragment.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MFragmentReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MLinkMetaclass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MMetaclass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MMetaclassAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MMetaclassDependency.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MMetaclassReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MMetamodelDescriptor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MMetamodelParser.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/register/class-use/MetamodelRegister.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/class-use/ModelioModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/class-use/ModelioModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/class-use/ModelioObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/class-use/ModelioProxy.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/class-use/ExmlObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/class-use/ExmlParser.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/class-use/ExmlReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/listeners/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/register/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/help-doc.html... 5 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioClass.java:43: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioClass.java:43: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioReference.java:39: warning - @param argument "forcedContainer" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioReference.java:42: warning - @param argument "forcedContainment" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioClass.java:43: warning - invalid usage of tag > [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.modelio.exml --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.orientdb >------------- [INFO] Building Eclipse Hawk OrientDB Backend 2.3.0-SNAPSHOT [11/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.pom (3.1 kB at 21 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/orientechnologies/orientdb-parent/2.2.8/orientdb-parent-2.2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-parent/2.2.8/orientdb-parent-2.2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-parent/2.2.8/orientdb-parent-2.2.8.pom (33 kB at 232 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/orientechnologies/orientdb-core/2.2.8/orientdb-core-2.2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-core/2.2.8/orientdb-core-2.2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-core/2.2.8/orientdb-core-2.2.8.pom (11 kB at 62 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.pom (12 kB at 112 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.pom (15 kB at 149 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.pom (11 kB at 142 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/orientechnologies/orientdb-core/2.2.8/orientdb-core-2.2.8.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-core/2.2.8/orientdb-core-2.2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.jar (117 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.jar (430 kB at 4.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar (112 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.jar (160 kB at 575 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-core/2.2.8/orientdb-core-2.2.8.jar (3.6 MB at 7.9 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.orientdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.orientdb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.orientdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.orientdb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.orientdb --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.orientdb --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.orientdb >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.orientdb <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.orientdb --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.orientdb --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.orientdb... Loading source files for package org.eclipse.hawk.orientdb.cache... Loading source files for package org.eclipse.hawk.orientdb.indexes... Loading source files for package org.eclipse.hawk.orientdb.query... Loading source files for package org.eclipse.hawk.orientdb.util... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientIndexStore.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientLightEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/RemoteOrientDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/cache/ORecordCacheGuava.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/AbstractOrientIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/AbstractOrientIndex.DocumentCollectionOIndexCursor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/AbstractOrientIndex.IndexType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/OrientNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/OrientNodeIndex.PostponedIndexAdd.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/query/OrientSQLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/OrientClusterDocumentIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/OrientNameCleaner.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/cache/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/cache/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/query/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/query/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientIndexStore.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientLightEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/RemoteOrientDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/cache/class-use/ORecordCacheGuava.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/class-use/AbstractOrientIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/class-use/AbstractOrientIndex.IndexType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/class-use/AbstractOrientIndex.DocumentCollectionOIndexCursor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/class-use/OrientNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/class-use/OrientNodeIndex.PostponedIndexAdd.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/query/class-use/OrientSQLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/class-use/OrientClusterDocumentIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/class-use/OrientNameCleaner.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/cache/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/query/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.orientdb --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------< org.eclipse.hawk:org.eclipse.hawk.timeaware >------------- [INFO] Building Eclipse Hawk Time-Aware Querying Core 2.3.0-SNAPSHOT [12/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.timeaware --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.timeaware --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/TimeAwareNodeFirstOrderOperation.java: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/TimeAwareNodeFirstOrderOperation.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/TimeAwareNodeFirstOrderOperation.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.timeaware --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.timeaware --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.timeaware --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.timeaware --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.timeaware >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.timeaware <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.timeaware --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.timeaware --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.timeaware.factory... Loading source files for package org.eclipse.hawk.timeaware.graph... Loading source files for package org.eclipse.hawk.timeaware.queries... Loading source files for package org.eclipse.hawk.timeaware.queries.operations... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.patterns... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.reflective... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes.annotations... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes.predicates... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/TimeAwareHawk.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/TimeAwareHawkFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/DefaultTimeGraphWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/TimeAwareIndexer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/TimeAwareModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/TimeAwareModelUpdater.SoftDeletionUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/VCSManagerIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/VCSManagerIndex.RepositoryNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/RiskyFunction.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLOperationFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.ContextlessAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.ContextlessTimeAwareAllFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.GlobPatternTimeAwareAllFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.StrongGraphNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.TimeAwareGraphNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimelineEOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/TimeAwareNodeFirstOrderOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/AlwaysReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/BoundedVersionQuantifierOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/EventuallyAtLeastReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/EventuallyAtMostReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/EventuallyReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/NeverReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/VersionQuantifierOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/TimeAwareNodeHistoryOperationContributor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/TypeHistoryOperationContributor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/AbstractSingleWrapTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/AbstractTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/EndingTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/IScopingTimeAwareGraphNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/StartingTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/WhenNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/AbstractAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/AfterAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/BeforeAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/SinceAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/UntilAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/WhenAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/VersionRangeOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/VersionRangeOperation.IRangeBasedNodeScoper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/WhenOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/class-use/TimeAwareHawk.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/class-use/TimeAwareHawkFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/class-use/DefaultTimeGraphWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/class-use/TimeAwareIndexer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/class-use/TimeAwareModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/class-use/TimeAwareModelUpdater.SoftDeletionUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/class-use/VCSManagerIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/class-use/VCSManagerIndex.RepositoryNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/RiskyFunction.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLOperationFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLQueryEngine.GlobPatternTimeAwareAllFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLQueryEngine.ContextlessTimeAwareAllFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLQueryEngine.ContextlessAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLQueryEngine.StrongGraphNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLQueryEngine.TimeAwareGraphNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimelineEOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/class-use/TimeAwareNodeFirstOrderOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/AlwaysReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/BoundedVersionQuantifierOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/EventuallyAtLeastReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/EventuallyAtMostReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/EventuallyReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/IShortCircuitReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/NeverReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/VersionQuantifierOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/class-use/TimeAwareNodeHistoryOperationContributor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/class-use/TypeHistoryOperationContributor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/class-use/AbstractSingleWrapTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/class-use/AbstractTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/class-use/EndingTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/class-use/IScopingTimeAwareGraphNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/class-use/StartingTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/class-use/WhenNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/class-use/AbstractAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/class-use/AfterAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/class-use/BeforeAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/class-use/SinceAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/class-use/UntilAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/class-use/WhenAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/class-use/VersionRangeOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/class-use/VersionRangeOperation.IRangeBasedNodeScoper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/class-use/WhenOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/help-doc.html... 6 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.java:30: warning - Tag @link: reference not found: #reduce(Boolean) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.java:30: warning - Tag @link: reference not found: #reduce(Boolean) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.java:30: warning - Tag @link: reference not found: #reduce(Boolean) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.java:30: warning - Tag @link: reference not found: #reduce(Boolean) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.java:30: warning - Tag @link: reference not found: #reduce(Boolean) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.java:30: warning - Tag @link: reference not found: #reduce(Boolean) [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.timeaware --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.greycat >-------------- [INFO] Building Eclipse Hawk Greycat Backend 2.3.0-SNAPSHOT [13/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat/18/greycat-18.pom [INFO] Downloaded from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat/18/greycat-18.pom (14 kB at 40 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-parent/18/greycat-parent-18.pom [INFO] Downloaded from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-parent/18/greycat-parent-18.pom (11 kB at 28 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-rocksdb/18/greycat-rocksdb-18.pom [INFO] Downloaded from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-rocksdb/18/greycat-rocksdb-18.pom (1.8 kB at 4.8 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/rocksdb/rocksdbjni/5.9.2/rocksdbjni-5.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rocksdb/rocksdbjni/5.9.2/rocksdbjni-5.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rocksdb/rocksdbjni/5.9.2/rocksdbjni-5.9.2.pom (6.4 kB at 7.7 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-leveldb/18/greycat-leveldb-18.pom [INFO] Downloaded from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-leveldb/18/greycat-leveldb-18.pom (2.3 kB at 7.4 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8.pom (7.2 kB at 206 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/fusesource/leveldbjni/leveldbjni-project/1.8/leveldbjni-project-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/leveldbjni/leveldbjni-project/1.8/leveldbjni-project-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/leveldbjni/leveldbjni-project/1.8/leveldbjni-project-1.8.pom (9.6 kB at 101 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 10 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/iq80/leveldb/leveldb/0.9/leveldb-0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb/0.9/leveldb-0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb/0.9/leveldb-0.9.pom (9.0 kB at 35 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/iq80/leveldb/leveldb-project/0.9/leveldb-project-0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb-project/0.9/leveldb-project-0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb-project/0.9/leveldb-project-0.9.pom (3.8 kB at 33 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/airlift/airbase/28/airbase-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/airlift/airbase/28/airbase-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/airlift/airbase/28/airbase-28.pom (61 kB at 482 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.pom (697 B at 5.4 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/lucene/lucene-core/7.2.1/lucene-core-7.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/7.2.1/lucene-core-7.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/7.2.1/lucene-core-7.2.1.pom (3.0 kB at 23 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/lucene/lucene-parent/7.2.1/lucene-parent-7.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/7.2.1/lucene-parent-7.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/7.2.1/lucene-parent-7.2.1.pom (5.0 kB at 59 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/lucene/lucene-solr-grandparent/7.2.1/lucene-solr-grandparent-7.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/7.2.1/lucene-solr-grandparent-7.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/7.2.1/lucene-solr-grandparent-7.2.1.pom (356 kB at 2.7 MB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/lucene/lucene-analyzers-common/7.2.1/lucene-analyzers-common-7.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/7.2.1/lucene-analyzers-common-7.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/7.2.1/lucene-analyzers-common-7.2.1.pom (3.3 kB at 50 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat/18/greycat-18.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-rocksdb/18/greycat-rocksdb-18.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/rocksdb/rocksdbjni/5.9.2/rocksdbjni-5.9.2.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-leveldb/18/greycat-leveldb-18.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/iq80/leveldb/leveldb/0.9/leveldb-0.9.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/lucene/lucene-core/7.2.1/lucene-core-7.2.1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/lucene/lucene-analyzers-common/7.2.1/lucene-analyzers-common-7.2.1.jar [INFO] Downloaded from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-leveldb/18/greycat-leveldb-18.jar (6.3 kB at 16 kB/s) [INFO] Downloaded from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat/18/greycat-18.jar (788 kB at 1.8 MB/s) [INFO] Downloaded from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-rocksdb/18/greycat-rocksdb-18.jar (1.9 MB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rocksdb/rocksdbjni/5.9.2/rocksdbjni-5.9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb/0.9/leveldb-0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/7.2.1/lucene-core-7.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8.jar (1.0 MB at 26 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/7.2.1/lucene-analyzers-common-7.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.jar (9.3 kB at 169 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb/0.9/leveldb-0.9.jar (226 kB at 3.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/7.2.1/lucene-core-7.2.1.jar (2.8 MB at 16 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/7.2.1/lucene-analyzers-common-7.2.1.jar (1.6 MB at 6.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rocksdb/rocksdbjni/5.9.2/rocksdbjni-5.9.2.jar (15 MB at 24 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.greycat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.greycat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/org/eclipse/hawk/greycat/GreycatNode.java: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/org/eclipse/hawk/greycat/GreycatNode.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/org/eclipse/hawk/greycat/GreycatNode.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.greycat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.greycat --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.greycat --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.greycat --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.greycat >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.greycat <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.greycat --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.greycat --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.greycat... Loading source files for package org.eclipse.hawk.greycat.lucene... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/AbstractGreycatDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/AbstractGreycatDatabase.NodeKey.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatHeavyEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatLightEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatNode.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatNode.NodeReader.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatNode.StreamIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/LevelDBGreycatDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/GreycatLuceneIndexer.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/GreycatLuceneIndexer.GreycatLuceneNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/GreycatLuceneIndexer.LuceneGraphIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/GreycatLuceneIndexer.MatchExistsCollector.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/GreycatLuceneIndexer.NodeListCollector.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/AbstractGreycatDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/AbstractGreycatDatabase.NodeKey.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatHeavyEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatLightEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatNode.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatNode.NodeReader.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatNode.StreamIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/LevelDBGreycatDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/class-use/GreycatLuceneIndexer.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/class-use/GreycatLuceneIndexer.GreycatLuceneNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/class-use/GreycatLuceneIndexer.LuceneGraphIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/class-use/GreycatLuceneIndexer.NodeListCollector.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/class-use/GreycatLuceneIndexer.MatchExistsCollector.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.greycat --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ---------< org.eclipse.hawk:org.eclipse.hawk.service.artemis >---------- [INFO] Building Eclipse Hawk Embedded Artemis Server 2.3.0-SNAPSHOT [14/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-server/2.6.4/artemis-server-2.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-server/2.6.4/artemis-server-2.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-server/2.6.4/artemis-server-2.6.4.pom (8.4 kB at 48 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-pom/2.6.4/artemis-pom-2.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-pom/2.6.4/artemis-pom-2.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-pom/2.6.4/artemis-pom-2.6.4.pom (75 kB at 522 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom (5.9 kB at 73 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jboss/jboss-parent/15/jboss-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom (32 kB at 553 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.pom (5.8 kB at 37 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jboss/jboss-parent/16/jboss-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/16/jboss-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/16/jboss-parent-16.pom (32 kB at 332 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-commons/2.6.4/artemis-commons-2.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-commons/2.6.4/artemis-commons-2.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-commons/2.6.4/artemis-commons-2.6.4.pom (3.3 kB at 22 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-buffer/4.1.24.Final/netty-buffer-4.1.24.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.24.Final/netty-buffer-4.1.24.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.24.Final/netty-buffer-4.1.24.Final.pom (1.6 kB at 15 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-parent/4.1.24.Final/netty-parent-4.1.24.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.24.Final/netty-parent-4.1.24.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.24.Final/netty-parent-4.1.24.Final.pom (52 kB at 597 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-common/4.1.24.Final/netty-common-4.1.24.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.24.Final/netty-common-4.1.24.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.24.Final/netty-common-4.1.24.Final.pom (8.6 kB at 51 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport/4.1.24.Final/netty-transport-4.1.24.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.24.Final/netty-transport-4.1.24.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.24.Final/netty-transport-4.1.24.Final.pom (1.8 kB at 19 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-resolver/4.1.24.Final/netty-resolver-4.1.24.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.24.Final/netty-resolver-4.1.24.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.24.Final/netty-resolver-4.1.24.Final.pom (1.6 kB at 21 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-handler/4.1.24.Final/netty-handler-4.1.24.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.24.Final/netty-handler-4.1.24.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.24.Final/netty-handler-4.1.24.Final.pom (3.0 kB at 14 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-codec/4.1.24.Final/netty-codec-4.1.24.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.24.Final/netty-codec-4.1.24.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.24.Final/netty-codec-4.1.24.Final.pom (3.3 kB at 25 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom (15 kB at 311 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-selector/2.6.4/artemis-selector-2.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-selector/2.6.4/artemis-selector-2.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-selector/2.6.4/artemis-selector-2.6.4.pom (6.2 kB at 42 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-journal/2.6.4/artemis-journal-2.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-journal/2.6.4/artemis-journal-2.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-journal/2.6.4/artemis-journal-2.6.4.pom (3.0 kB at 33 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-native/2.6.4/artemis-native-2.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-native/2.6.4/artemis-native-2.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-native/2.6.4/artemis-native-2.6.4.pom (4.6 kB at 42 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-jdbc-store/2.6.4/artemis-jdbc-store-2.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jdbc-store/2.6.4/artemis-jdbc-store-2.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jdbc-store/2.6.4/artemis-jdbc-store-2.6.4.pom (3.3 kB at 41 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-core-client/2.6.4/artemis-core-client-2.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-core-client/2.6.4/artemis-core-client-2.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-core-client/2.6.4/artemis-core-client-2.6.4.pom (6.1 kB at 53 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jgroups/jgroups/3.6.13.Final/jgroups-3.6.13.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.6.13.Final/jgroups-3.6.13.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.6.13.Final/jgroups-3.6.13.Final.pom (20 kB at 185 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/geronimo/specs/geronimo-json_1.0_spec/1.0-alpha-1/geronimo-json_1.0_spec-1.0-alpha-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-json_1.0_spec/1.0-alpha-1/geronimo-json_1.0_spec-1.0-alpha-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-json_1.0_spec/1.0-alpha-1/geronimo-json_1.0_spec-1.0-alpha-1.pom (4.2 kB at 20 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/geronimo/genesis/genesis-java6-flava/2.2/genesis-java6-flava-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java6-flava/2.2/genesis-java6-flava-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java6-flava/2.2/genesis-java6-flava-2.2.pom (5.5 kB at 50 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/geronimo/genesis/genesis-default-flava/2.2/genesis-default-flava-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.2/genesis-default-flava-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.2/genesis-default-flava-2.2.pom (15 kB at 484 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/geronimo/genesis/genesis/2.2/genesis-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.2/genesis-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.2/genesis-2.2.pom (16 kB at 632 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/johnzon/johnzon-core/0.9.5/johnzon-core-0.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon-core/0.9.5/johnzon-core-0.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon-core/0.9.5/johnzon-core-0.9.5.pom (1.4 kB at 15 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/johnzon/johnzon/0.9.5/johnzon-0.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon/0.9.5/johnzon-0.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon/0.9.5/johnzon-0.9.5.pom (25 kB at 220 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final.pom (15 kB at 191 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-unix-common/4.1.24.Final/netty-transport-native-unix-common-4.1.24.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.24.Final/netty-transport-native-unix-common-4.1.24.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.24.Final/netty-transport-native-unix-common-4.1.24.Final.pom (15 kB at 157 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final.pom (18 kB at 168 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.pom (1.9 kB at 21 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom (3.0 kB at 176 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (1.1 kB at 38 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 59 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 59 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 133 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 108 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 133 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 102 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 64 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom (1.7 kB at 124 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom (1.7 kB at 87 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom (1.7 kB at 108 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom (1.7 kB at 144 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom (1.7 kB at 124 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom (1.7 kB at 115 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom (1.7 kB at 69 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom (1.7 kB at 102 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom (1.7 kB at 87 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom (1.7 kB at 93 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom (1.3 kB at 108 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom (1.3 kB at 100 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml (1.0 kB at 93 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom (1.7 kB at 90 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom (1.7 kB at 82 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom (1.7 kB at 133 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom (1.7 kB at 124 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom (1.7 kB at 144 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom (1.7 kB at 102 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom (1.7 kB at 133 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom (1.7 kB at 102 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom (1.7 kB at 69 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom (1.7 kB at 133 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom (1.7 kB at 133 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom (1.7 kB at 108 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom (1.7 kB at 115 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom (1.7 kB at 133 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom (1.9 kB at 107 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom (1.9 kB at 130 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.pom (1.9 kB at 129 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.pom (1.6 kB at 58 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.100.pom (1.6 kB at 71 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml (1.1 kB at 90 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom (1.9 kB at 149 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom (1.7 kB at 95 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom (1.7 kB at 90 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom (1.9 kB at 114 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom (2.0 kB at 163 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom (2.0 kB at 65 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom (2.0 kB at 65 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom (2.0 kB at 151 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom (2.0 kB at 151 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom (2.0 kB at 163 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom (2.0 kB at 178 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom (2.0 kB at 151 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom (2.0 kB at 151 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom (2.0 kB at 151 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom (2.0 kB at 73 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom (2.0 kB at 57 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom (2.0 kB at 98 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.pom (2.2 kB at 54 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom (1.7 kB at 114 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom (1.7 kB at 44 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 132 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 95 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 90 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.pom (1.8 kB at 137 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.pom (1.8 kB at 128 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml (920 B at 77 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom (1.9 kB at 149 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom (1.9 kB at 88 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom (2.0 kB at 163 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom (2.0 kB at 85 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom (2.0 kB at 163 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom (2.0 kB at 140 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom (2.0 kB at 163 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom (2.0 kB at 115 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom (2.0 kB at 89 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom (2.0 kB at 150 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom (2.0 kB at 67 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom (2.0 kB at 140 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom (2.0 kB at 45 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom (2.0 kB at 116 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom (2.0 kB at 61 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.pom (2.4 kB at 196 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml (908 B at 76 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom (2.2 kB at 166 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom (2.2 kB at 70 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom (2.2 kB at 94 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom (2.2 kB at 155 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom (2.2 kB at 37 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom (2.2 kB at 121 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom (2.2 kB at 181 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom (2.2 kB at 87 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom (2.2 kB at 145 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom (2.2 kB at 155 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom (2.2 kB at 75 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom (2.2 kB at 156 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom (2.2 kB at 94 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom (2.3 kB at 193 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml (389 B at 18 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom (1.3 kB at 62 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom (1.7 kB at 142 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.pom (2.6 kB at 56 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom (2.2 kB at 109 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml (851 B at 39 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom (2.3 kB at 154 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom (2.2 kB at 127 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom (1.9 kB at 33 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom (1.9 kB at 129 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom (2.3 kB at 70 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom (2.3 kB at 75 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom (2.3 kB at 194 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom (2.3 kB at 83 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom (2.3 kB at 90 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom (2.3 kB at 156 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom (2.3 kB at 180 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom (2.3 kB at 81 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom (2.3 kB at 61 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.7.1000/org.eclipse.core.contenttype-3.7.1000.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.1000/org.eclipse.core.contenttype-3.7.1000.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.1000/org.eclipse.core.contenttype-3.7.1000.pom (2.3 kB at 75 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom (2.3 kB at 117 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom (2.3 kB at 155 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.pom (2.6 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml (779 B at 22 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom (2.1 kB at 71 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom (2.1 kB at 163 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom (2.1 kB at 88 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom (2.1 kB at 85 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom (2.1 kB at 178 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom (2.1 kB at 142 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom (2.1 kB at 178 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom (2.1 kB at 71 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom (2.1 kB at 85 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom (2.1 kB at 76 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom (2.1 kB at 82 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom (2.1 kB at 97 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom (2.1 kB at 178 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.pom (2.6 kB at 196 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-server/2.6.4/artemis-server-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-commons/2.6.4/artemis-commons-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-selector/2.6.4/artemis-selector-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-journal/2.6.4/artemis-journal-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-jdbc-store/2.6.4/artemis-jdbc-store-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-core-client/2.6.4/artemis-core-client-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jgroups/jgroups/3.6.13.Final/jgroups-3.6.13.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/johnzon/johnzon-core/0.9.5/johnzon-core-0.9.5.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/activemq/artemis-native/2.6.4/artemis-native-2.6.4.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-buffer/4.1.24.Final/netty-buffer-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport/4.1.24.Final/netty-transport-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-resolver/4.1.24.Final/netty-resolver-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-common/4.1.24.Final/netty-common-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-handler/4.1.24.Final/netty-handler-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final-linux-x86_64.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-unix-common/4.1.24.Final/netty-transport-native-unix-common-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final-osx-x86_64.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-codec/4.1.24.Final/netty-codec-4.1.24.Final.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/geronimo/specs/geronimo-json_1.0_spec/1.0-alpha-1/geronimo-json_1.0_spec-1.0-alpha-1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-server/2.6.4/artemis-server-2.6.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-commons/2.6.4/artemis-commons-2.6.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-selector/2.6.4/artemis-selector-2.6.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-selector/2.6.4/artemis-selector-2.6.4.jar (106 kB at 976 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-journal/2.6.4/artemis-journal-2.6.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.jar (340 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jdbc-store/2.6.4/artemis-jdbc-store-2.6.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-commons/2.6.4/artemis-commons-2.6.4.jar (296 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-core-client/2.6.4/artemis-core-client-2.6.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.jar (66 kB at 408 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.6.13.Final/jgroups-3.6.13.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-journal/2.6.4/artemis-journal-2.6.4.jar (223 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon-core/0.9.5/johnzon-core-0.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-server/2.6.4/artemis-server-2.6.4.jar (1.7 MB at 8.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-native/2.6.4/artemis-native-2.6.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-jdbc-store/2.6.4/artemis-jdbc-store-2.6.4.jar (101 kB at 449 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.24.Final/netty-buffer-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-core-client/2.6.4/artemis-core-client-2.6.4.jar (699 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.24.Final/netty-transport-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/artemis-native/2.6.4/artemis-native-2.6.4.jar (37 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.24.Final/netty-resolver-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon-core/0.9.5/johnzon-core-0.9.5.jar (89 kB at 317 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.6.13.Final/jgroups-3.6.13.Final.jar (2.5 MB at 7.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.24.Final/netty-common-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.24.Final/netty-buffer-4.1.24.Final.jar (272 kB at 835 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.24.Final/netty-handler-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.24.Final/netty-transport-4.1.24.Final.jar (457 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final-linux-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.24.Final/netty-resolver-4.1.24.Final.jar (32 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.24.Final/netty-transport-native-unix-common-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.24.Final/netty-handler-4.1.24.Final.jar (376 kB at 909 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final-osx-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.jar (562 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.24.Final/netty-codec-4.1.24.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final-linux-x86_64.jar (141 kB at 328 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.24.Final/netty-transport-native-unix-common-4.1.24.Final.jar (31 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-json_1.0_spec/1.0-alpha-1/geronimo-json_1.0_spec-1.0-alpha-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.24.Final/netty-common-4.1.24.Final.jar (577 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final-osx-x86_64.jar (110 kB at 229 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.24.Final/netty-codec-4.1.24.Final.jar (316 kB at 611 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.jar (1.5 MB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar (246 kB at 471 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-json_1.0_spec/1.0-alpha-1/geronimo-json_1.0_spec-1.0-alpha-1.jar (26 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.jar (117 kB at 220 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.jar (201 kB at 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.100.jar (151 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar (20 kB at 37 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.jar (139 kB at 255 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.jar (93 kB at 168 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.jar (104 kB at 187 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.jar (74 kB at 129 kB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.service.artemis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.service.artemis --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.service.artemis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.service.artemis --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.service.artemis --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.service.artemis --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.service.artemis >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.service.artemis <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.service.artemis --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.service.artemis --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.service.artemis.consumer... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/Consumer.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/Consumer.QueueType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/class-use/Consumer.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/class-use/Consumer.QueueType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/org/eclipse/hawk/service/artemis/consumer/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/apidocs/help-doc.html... 11 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:41: warning - Tag @link: reference not found: #openSession() [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:42: warning - Tag @link: reference not found: #processChangesSync(MessageHandler) [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:169: warning - Tag @link: reference not found: IGraphChangeListener [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:152: warning - Tag @link: reference not found: IGraphChangeListener [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:69: warning - @param argument "String" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:70: warning - @param argument "int" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:71: warning - @param argument "String" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:152: warning - Tag @link: reference not found: IGraphChangeListener [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:169: warning - Tag @link: reference not found: IGraphChangeListener [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:169: warning - Tag @link: reference not found: IGraphChangeListener [WARNING] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/org/eclipse/hawk/service/artemis/consumer/Consumer.java:152: warning - Tag @link: reference not found: IGraphChangeListener [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.service.artemis --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.service.api >------------ [INFO] Building Eclipse Hawk Thrift API 2.3.0-SNAPSHOT [15/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.pom (5.4 kB at 76 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 1.8 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.jar (33 kB at 958 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.pom (2.6 kB at 15 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom (4.6 kB at 22 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom (13 kB at 146 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 801 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 629 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.jar [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.jar (246 kB at 4.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.jar (322 kB at 4.1 MB/s) [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ org.eclipse.hawk.service.api --- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 8.1 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 237 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 4.7 MB/s) [INFO] Source directory: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.service.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.service.api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/org/eclipse/hawk/service/api/utils/APIUtils.java: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/org/eclipse/hawk/service/api/utils/APIUtils.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/org/eclipse/hawk/service/api/utils/APIUtils.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.service.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.service.api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.service.api --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.service.api --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.service.api >>> [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ org.eclipse.hawk.service.api --- [INFO] Source directory: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src-gen added. [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.service.api <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.service.api --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.service.api --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.service.api... Loading source files for package org.eclipse.hawk.service.api.utils... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/AttributeSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/AttributeSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/CommitItem.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/CommitItem._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/CommitItemChangeType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ContainerSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ContainerSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Credentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Credentials._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/DerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/DerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/EffectiveMetamodelRuleset.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/FailedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/FailedQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/File.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/File._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.addDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.addIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.addRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.asyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.cancelAsyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.configurePolling_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.createInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.fetchAsyncQueryResults_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.getModel_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.getRootElements_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.isFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listAttributeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listBackends_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listDerivedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listFiles_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listIndexedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listInstances_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listMetamodelParsers_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listPluginDetails_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listPlugins_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listQueryLanguages_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listRepositories_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listRepositoryTypes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listTypeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.query_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.registerMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.resolveProxies_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.setFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.startInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.stopInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.syncInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.timedQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.unregisterMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.updateRepositoryCredentials_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.watchModelChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.watchStateChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeUpdateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeUpdateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkChangeEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkChangeEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFactoryNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFactoryNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstance._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotRunning.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotRunning._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkMetamodelNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkMetamodelNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkPlugin.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkPlugin._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkPluginCategory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkQueryOptions.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkQueryOptions._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkState.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkStateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkStateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationEndEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationEndEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationStartEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationStartEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkTypeNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkTypeNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/IndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/IndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidDerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidDerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidIndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidIndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidMetamodel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidMetamodel._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidPollingConfiguration.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidPollingConfiguration._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidTransformation.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidTransformation._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MetamodelParserDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MetamodelParserDetails._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MixedReference.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MixedReference._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElement.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElement._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElementType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElementType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryReport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryReport._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryResult.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryResult._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ReferenceSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ReferenceSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Repository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Repository._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Slot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Slot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotMetadata.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotMetadata._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotValue.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotValue._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Subscription.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Subscription._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SubscriptionDurability.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownQueryLanguage.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownQueryLanguage._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownRepositoryType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownRepositoryType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserExists.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserExists._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserProfile._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.createUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.deleteUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.updatePassword_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.updateProfile_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Value.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Value._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/VCSAuthenticationFailed.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/VCSAuthenticationFailed._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/ActiveMQBufferTransport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/APIUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/APIUtils.ThriftProtocol.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/EffectiveMetamodelRuleset.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/AttributeSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/AttributeSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/CommitItem.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/CommitItem._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/CommitItemChangeType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ContainerSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ContainerSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Credentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Credentials._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/DerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/DerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/FailedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/FailedQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/File.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/File._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.watchModelChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.watchStateChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.getRootElements_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.getModel_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listIndexedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.addIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listDerivedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.addDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.configurePolling_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listFiles_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listRepositoryTypes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listRepositories_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.updateRepositoryCredentials_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.setFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.isFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.addRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.fetchAsyncQueryResults_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.cancelAsyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.asyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.resolveProxies_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.timedQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.query_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listQueryLanguages_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listMetamodelParsers_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listAttributeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listTypeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.unregisterMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.registerMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.syncInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.stopInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.startInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listInstances_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listPluginDetails_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listPlugins_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listBackends_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.createInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeUpdateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeUpdateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkChangeEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkChangeEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFactoryNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFactoryNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstance._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotRunning.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotRunning._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkMetamodelNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkMetamodelNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkPlugin.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkPlugin._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkPluginCategory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkQueryOptions.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkQueryOptions._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkState.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkStateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkStateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationEndEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationEndEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationStartEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationStartEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkTypeNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkTypeNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/IndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/IndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidDerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidDerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidIndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidIndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidMetamodel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidMetamodel._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidPollingConfiguration.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidPollingConfiguration._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidTransformation.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidTransformation._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MetamodelParserDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MetamodelParserDetails._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MixedReference.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MixedReference._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElement.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElement._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElementType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElementType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryReport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryReport._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryResult.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryResult._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ReferenceSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ReferenceSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Repository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Repository._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Slot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Slot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotMetadata.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotMetadata._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotValue.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotValue._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Subscription.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Subscription._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SubscriptionDurability.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownQueryLanguage.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownQueryLanguage._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownRepositoryType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownRepositoryType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserExists.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserExists._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserProfile._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.deleteUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.updatePassword_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.updateProfile_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.createUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/VCSAuthenticationFailed.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/VCSAuthenticationFailed._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Value.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Value._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/class-use/APIUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/class-use/APIUtils.ThriftProtocol.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/class-use/ActiveMQBufferTransport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] warning: unknown enum constant ThreadingBehavior.IMMUTABLE [WARNING] reason: class file for org.apache.http.annotation.ThreadingBehavior not found [WARNING] warning: unknown enum constant ThreadingBehavior.IMMUTABLE [WARNING] warning: unknown enum constant ThreadingBehavior.SAFE_CONDITIONAL [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.service.api --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.service.emf >------------ [INFO] Building Eclipse Hawk Remote EMF Model 2.3.0-SNAPSHOT [16/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.service.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.service.emf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.service.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.service.emf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.service.emf --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.service.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.service.emf >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.service.emf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.service.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.service.emf --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.service.emf... Loading source files for package org.eclipse.hawk.service.emf.impl... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/EffectiveMetamodelRulesetSerializer.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/HawkModelDescriptor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/HawkModelDescriptor.LoadingMode.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/HawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/HawkResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/SlotDecodingUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/UnsplitHawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/class-use/EffectiveMetamodelRulesetSerializer.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/class-use/HawkModelDescriptor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/class-use/HawkModelDescriptor.LoadingMode.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/HawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/HawkResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/SlotDecodingUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/UnsplitHawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.service.emf --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------< org.eclipse.hawk:org.eclipse.hawk.sqlite >-------------- [INFO] Building Eclipse Hawk SQLite Backend 2.3.0-SNAPSHOT [17/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.pom (10 kB at 23 kB/s) [INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.jar (9.7 MB at 12 MB/s) [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ org.eclipse.hawk.sqlite --- [INFO] Source directory: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/src-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.sqlite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.sqlite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.sqlite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.sqlite --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.sqlite --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.sqlite --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.sqlite >>> [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ org.eclipse.hawk.sqlite --- [INFO] Source directory: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/src-gen added. [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.sqlite <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.sqlite --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.sqlite --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.sqlite... Loading source files for package org.eclipse.hawk.sqlite.iteration... Loading source files for package org.eclipse.hawk.sqlite.timeaware... Loading source files for package org.eclipse.hawk.sqlite.queries... Loading source files for package org.eclipse.hawk.sqlite.schema... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/AbstractSQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/AbstractSQLiteDatabase.SQLiteConnection.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteNode.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/EndNodeEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/ResultSetFunction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/ResultSetIterator.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/StatementGraphNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/StatementIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/StatementSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/IQueries.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/StandardQueries.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/TimeAwareQueries.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/ISchema.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/StandardSchema.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/TimeAwareSchema.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/TimeAwareSQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/TimeAwareSQLiteEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/TimeAwareSQLiteNode.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/TimeAwareSQLiteNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/AbstractSQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/AbstractSQLiteDatabase.SQLiteConnection.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteNode.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/EndNodeEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/ResultSetFunction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/ResultSetIterator.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/StatementGraphNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/StatementIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/StatementSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/class-use/TimeAwareSQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/class-use/TimeAwareSQLiteEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/class-use/TimeAwareSQLiteNode.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/class-use/TimeAwareSQLiteNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/class-use/IQueries.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/class-use/StandardQueries.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/class-use/TimeAwareQueries.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/class-use/ISchema.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/class-use/StandardSchema.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/class-use/TimeAwareSchema.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.sqlite --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Hawk Parent 2.3.0-SNAPSHOT: [INFO] [INFO] Eclipse Hawk Parent ................................ SUCCESS [ 13.214 s] [INFO] Eclipse Hawk Core .................................. SUCCESS [ 26.642 s] [INFO] Eclipse Hawk Graph Abstractions .................... SUCCESS [ 13.456 s] [INFO] Eclipse Hawk Epsilon Query Engine .................. SUCCESS [ 14.069 s] [INFO] Eclipse Hawk EMF Model Parser ...................... SUCCESS [ 10.340 s] [INFO] Eclipse Hawk EMF Resource .......................... SUCCESS [ 12.603 s] [INFO] Eclipse Hawk HTTP Connector ........................ SUCCESS [ 8.762 s] [INFO] Eclipse Hawk JGit Connector ........................ SUCCESS [ 11.077 s] [INFO] Eclipse Hawk Local Folder Connector ................ SUCCESS [ 7.974 s] [INFO] Eclipse Hawk Modelio EXML Parser ................... SUCCESS [ 10.901 s] [INFO] Eclipse Hawk OrientDB Backend ...................... SUCCESS [ 11.967 s] [INFO] Eclipse Hawk Time-Aware Querying Core .............. SUCCESS [ 10.136 s] [INFO] Eclipse Hawk Greycat Backend ....................... SUCCESS [ 18.648 s] [INFO] Eclipse Hawk Embedded Artemis Server ............... SUCCESS [ 37.567 s] [INFO] Eclipse Hawk Thrift API ............................ SUCCESS [ 51.258 s] [INFO] Eclipse Hawk Remote EMF Model ...................... SUCCESS [ 10.518 s] [INFO] Eclipse Hawk SQLite Backend ........................ SUCCESS [ 11.696 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:41 min [INFO] Finished at: 2023-04-30T17:38:15Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to OSSRH) [Pipeline] container [Pipeline] { [Pipeline] sh + pwd + echo deploying to OSSRH: pwd is /home/jenkins/agent/workspace/hawk_master and home is /home/jenkins deploying to OSSRH: pwd is /home/jenkins/agent/workspace/hawk_master and home is /home/jenkins [Pipeline] withCredentials Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key B9120C538403B707: public key "Eclipse Hawk Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key B9120C538403B707: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 + gpg --list-keys --with-colons + awk -F: /fpr:/ {print $10} + sort -u + echo -e 5 y + gpg --batch --command-fd 0 --expert --edit-key 540BA443C75D7C8928ABAB0FB9120C538403B707 trust Secret subkeys are available. pub rsa4096/B9120C538403B707 created: 2019-10-07 expires: 2024-10-05 usage: SCEA trust: unknown validity: unknown ssb rsa4096/383206FCE0B6FB7F created: 2019-10-07 expires: 2024-10-05 usage: S [ unknown] (1). Eclipse Hawk Project pub rsa4096/B9120C538403B707 created: 2019-10-07 expires: 2024-10-05 usage: SCEA trust: unknown validity: unknown ssb rsa4096/383206FCE0B6FB7F created: 2019-10-07 expires: 2024-10-05 usage: S [ unknown] (1). Eclipse Hawk Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu + echo -e 5 y + gpg --batch --command-fd 0 --expert --edit-key E6F791919EF4F52555DB7889383206FCE0B6FB7F trust Secret subkeys are available. pub rsa4096/B9120C538403B707 created: 2019-10-07 expires: 2024-10-05 usage: SCEA trust: unknown validity: unknown ssb rsa4096/383206FCE0B6FB7F created: 2019-10-07 expires: 2024-10-05 usage: S [ unknown] (1). Eclipse Hawk Project pub rsa4096/B9120C538403B707 created: 2019-10-07 expires: 2024-10-05 usage: SCEA trust: unknown validity: unknown ssb rsa4096/383206FCE0B6FB7F created: 2019-10-07 expires: 2024-10-05 usage: S [ unknown] (1). Eclipse Hawk Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu [Pipeline] lock Trying to acquire lock on [ossrh] Lock acquired on [ossrh] [Pipeline] { [Pipeline] sh + mvn -B -f pom-plain.xml deploy -P signjars,gpg --toolchains core/jenkins-toolchains.xml [INFO] Scanning for projects... [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (12 kB at 110 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (2.8 kB at 42 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 202 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 28 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 354 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 21 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 91 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 440 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/14.0.1/guava-14.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 78 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 128 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 57 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 29 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 561 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 45 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 873 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 103 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 25 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 48 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 46 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 37 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 48 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 96 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 228 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 97 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 51 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 48 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 43 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 59 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 39 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 111 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 66 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 40 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 134 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 63 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 170 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 86 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 78 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 53 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 95 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 407 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 127 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 1.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 30 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 128 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 536 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/joda-time/joda-time/2.2/joda-time-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 674 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 700 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 41 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 29 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 274 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 38 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 862 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 35 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 322 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 358 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 1.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 181 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 357 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 393 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 366 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 238 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 93 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 252 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 52 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 248 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 169 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 23 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 26 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 18 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/11/oss-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 237 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 142 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/12/oss-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 311 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 116 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 27 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 81 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 60 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 19 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 46 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 184 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 297 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 428 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 118 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 47 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 257 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 125 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 342 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 830 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 940 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 894 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 648 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 396 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 443 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 83 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 460 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 954 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 617 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 383 kB/s) [INFO] Inspecting build with total of 17 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 17 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Hawk Parent [pom] [INFO] Eclipse Hawk Core [jar] [INFO] Eclipse Hawk Graph Abstractions [jar] [INFO] Eclipse Hawk Epsilon Query Engine [jar] [INFO] Eclipse Hawk EMF Model Parser [jar] [INFO] Eclipse Hawk EMF Resource [jar] [INFO] Eclipse Hawk HTTP Connector [jar] [INFO] Eclipse Hawk JGit Connector [jar] [INFO] Eclipse Hawk Local Folder Connector [jar] [INFO] Eclipse Hawk Modelio EXML Parser [jar] [INFO] Eclipse Hawk OrientDB Backend [jar] [INFO] Eclipse Hawk Time-Aware Querying Core [jar] [INFO] Eclipse Hawk Greycat Backend [jar] [INFO] Eclipse Hawk Embedded Artemis Server [jar] [INFO] Eclipse Hawk Thrift API [jar] [INFO] Eclipse Hawk Remote EMF Model [jar] [INFO] Eclipse Hawk SQLite Backend [jar] [INFO] [INFO] ----------------< org.eclipse.hawk:eclipse-hawk-plain >----------------- [INFO] Building Eclipse Hawk Parent 2.3.0-SNAPSHOT [1/17] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 97 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 3.0 MB/s) [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ eclipse-hawk-plain >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ eclipse-hawk-plain <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ eclipse-hawk-plain --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ eclipse-hawk-plain --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ eclipse-hawk-plain --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ eclipse-hawk-plain --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ eclipse-hawk-plain --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/target-plain/eclipse-hawk-plain-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-SNAPSHOT.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ eclipse-hawk-plain --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/target-plain/eclipse-hawk-plain-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-SNAPSHOT.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.core >--------------- [INFO] Building Eclipse Hawk Core 2.3.0-SNAPSHOT [2/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.core --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.core --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.core --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.core >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.core --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.core --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.core --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.core --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.core --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.core --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hawk:org.eclipse.hawk.graph >--------------- [INFO] Building Eclipse Hawk Graph Abstractions 2.3.0-SNAPSHOT [3/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.graph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.graph --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.graph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.graph --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.graph --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.graph --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.graph >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.graph <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.graph --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.graph --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.graph... Loading source files for package org.eclipse.hawk.graph.introspector... Loading source files for package org.eclipse.hawk.graph.updater... Loading source files for package org.eclipse.hawk.graph.util... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/FileNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/FileNode.EdgeIterator.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/GraphWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/MetamodelNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/ModelElementNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/ProxyReferenceList.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/ProxyReferenceList.ProxyReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/ProxyReferenceTarget.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/Slot.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/Slot.MetadataBuilder.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/Slot.PropertyCategory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/TypeNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/GraphMetaModelIntrospector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/GraphMetaModelIntrospector.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/DeletionUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/DirtyDerivedFeaturesListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphMetaModelResourceInjector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphMetaModelResourceInjector.FailedMetamodelRegistrationException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphMetaModelResourceInjector.MissingMetamodelException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphMetaModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphModelBatchInjector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphModelInserter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphModelInserter.ReloadNodeCollectionIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/GraphModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/MetamodelUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/TypeCache.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/Utils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/GraphUtil.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/Pair.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/FileNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/FileNode.EdgeIterator.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/GraphWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/MetamodelNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/ModelElementNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/ProxyReferenceList.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/ProxyReferenceList.ProxyReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/ProxyReferenceTarget.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/Slot.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/Slot.MetadataBuilder.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/Slot.PropertyCategory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/class-use/TypeNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/class-use/GraphMetaModelIntrospector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/class-use/GraphMetaModelIntrospector.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/DeletionUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/DirtyDerivedFeaturesListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphMetaModelResourceInjector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphMetaModelResourceInjector.MissingMetamodelException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphMetaModelResourceInjector.FailedMetamodelRegistrationException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphMetaModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphModelBatchInjector.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphModelInserter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphModelInserter.ReloadNodeCollectionIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/GraphModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/MetamodelUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/TypeCache.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/class-use/Utils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/class-use/GraphUtil.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/class-use/Pair.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/introspector/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/updater/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/org/eclipse/hawk/graph/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/GraphWrapper.java:76: warning - @param argument "rplist" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/updater/GraphMetaModelResourceInjector.java:842: warning - @param argument "listener2" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/src/org/eclipse/hawk/graph/updater/GraphModelBatchInjector.java:723: warning - @param argument "originatingFile" is not a parameter name. [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.graph --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.graph --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.graph --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.graph --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.graph/target-plain/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.epsilon >-------------- [INFO] Building Eclipse Hawk Epsilon Query Engine 2.3.0-SNAPSHOT [4/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.epsilon --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.epsilon --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.epsilon --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.epsilon --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.epsilon --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.epsilon --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.epsilon >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.epsilon <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.epsilon --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.epsilon --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.epsilon.emc... Loading source files for package org.eclipse.hawk.epsilon.emc.contextful... Loading source files for package org.eclipse.hawk.epsilon.emc.optimisation... Loading source files for package org.eclipse.hawk.epsilon.emc.pgetters... Loading source files for package org.eclipse.hawk.epsilon.emc.tracking... Loading source files for package org.eclipse.hawk.epsilon.emc.wrappers... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/AbstractHawkModel.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/DeriveFeature.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.GraphNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.IGraphIterableCollection.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.SettableExecutionController.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/EPLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/AllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/CEOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/CEOLQueryEngine.IGraphIterablesCollection.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/DerivedAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/FileFirstAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/GlobPatternFileSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/SubtreeFileSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/TypeFirstAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/OptimisableCollection.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/OptimisableCollectionSelectOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/CGraphPropertyGetter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/GraphPropertyGetter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/GraphPropertyGetter.PropertyType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/Access.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/AccessListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/FileNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/GraphEdgeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/MetamodelNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/SlotWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/TypeNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/AbstractHawkModel.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/DeriveFeature.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/EOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/EOLQueryEngine.SettableExecutionController.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/EOLQueryEngine.IGraphIterableCollection.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/EOLQueryEngine.GraphNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/class-use/EPLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/AllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/CEOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/CEOLQueryEngine.IGraphIterablesCollection.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/DerivedAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/FileFirstAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/GlobPatternFileSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/SubtreeFileSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/class-use/TypeFirstAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/class-use/OptimisableCollection.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/class-use/OptimisableCollectionSelectOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/class-use/CGraphPropertyGetter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/class-use/GraphPropertyGetter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/class-use/GraphPropertyGetter.PropertyType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/class-use/Access.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/class-use/AccessListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/class-use/FileNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/class-use/GraphEdgeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/class-use/MetamodelNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/class-use/SlotWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/class-use/TypeNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/contextful/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/optimisation/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/pgetters/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/tracking/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/org/eclipse/hawk/epsilon/emc/wrappers/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.java:428: warning - Tag @link: reference not found: #getAllOf(String, String, String, String, String) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.java:428: warning - Tag @link: reference not found: #getAllOf(String, String, String, String, String) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/src/org/eclipse/hawk/epsilon/emc/EOLQueryEngine.java:428: warning - Tag @link: reference not found: #getAllOf(String, String, String, String, String) [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.epsilon --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.epsilon --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.epsilon --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.epsilon --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.epsilon/target-plain/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.emf >---------------- [INFO] Building Eclipse Hawk EMF Model Parser 2.3.0-SNAPSHOT [5/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.emf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.emf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.emf --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.emf --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.emf >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.emf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.emf --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.emf --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.emf.metamodel... Loading source files for package org.eclipse.hawk.emf.model... Loading source files for package org.eclipse.hawk.emf.model.util... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/EMFMetaModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/EMFMetaModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/EMFModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/EMFModelResource.EMFObjectIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/EMFModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/util/RegisterMeta.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/util/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/util/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/class-use/EMFMetaModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/class-use/EMFMetaModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/class-use/EMFModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/class-use/EMFModelResource.EMFObjectIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/class-use/EMFModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/util/class-use/RegisterMeta.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/metamodel/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/org/eclipse/hawk/emf/model/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.emf --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.emf --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.emf --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.emf --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emf/target-plain/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.emfresource >------------ [INFO] Building Eclipse Hawk EMF Resource 2.3.0-SNAPSHOT [6/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.emfresource --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.emfresource --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.emfresource --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.emfresource --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.emfresource --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.emfresource --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.emfresource >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.emfresource <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.emfresource --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.emfresource --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.emfresource... Loading source files for package org.eclipse.hawk.emfresource.impl... Loading source files for package org.eclipse.hawk.emfresource.util... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/HawkChangeAdapter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/HawkResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/HawkResourceChangeListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/HawkFileResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/LocalHawkResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/AttributeUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/LazyEObjectFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/LazyResolver.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/class-use/HawkChangeAdapter.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/class-use/HawkResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/class-use/HawkResourceChangeListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/class-use/HawkFileResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/class-use/LocalHawkResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/class-use/AttributeUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/class-use/LazyEObjectFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/class-use/LazyResolver.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/impl/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/org/eclipse/hawk/emfresource/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/apidocs/help-doc.html... 5 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/util/AttributeUtils.java:34: warning - Tag @link: reference not found: AttributeSlot [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/util/LazyResolver.java:342: warning - @param argument "feature" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/util/AttributeUtils.java:34: warning - Tag @link: reference not found: AttributeSlot [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/util/AttributeUtils.java:34: warning - Tag @link: reference not found: AttributeSlot [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/src/org/eclipse/hawk/emfresource/util/AttributeUtils.java:34: warning - Tag @link: reference not found: AttributeSlot [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.emfresource --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.emfresource --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.emfresource --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.emfresource --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.emfresource/target-plain/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.http >--------------- [INFO] Building Eclipse Hawk HTTP Connector 2.3.0-SNAPSHOT [7/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.http --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.http --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.http --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.http --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.http >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.http <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.http --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.http --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.http... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/org/eclipse/hawk/http/HTTPManager.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/org/eclipse/hawk/http/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/org/eclipse/hawk/http/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/org/eclipse/hawk/http/class-use/HTTPManager.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/org/eclipse/hawk/http/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.http --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.http --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.http --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.http --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.http/target-plain/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.jgit >--------------- [INFO] Building Eclipse Hawk JGit Connector 2.3.0-SNAPSHOT [8/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.jgit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.jgit --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.jgit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.jgit --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.jgit --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.jgit --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.jgit >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.jgit <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.jgit --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.jgit --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.git... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/JGitRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/JGitRepository.UnableToFindRevisionException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/JGitRepository.UnmergedAncestryException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/class-use/JGitRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/class-use/JGitRepository.UnmergedAncestryException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/class-use/JGitRepository.UnableToFindRevisionException.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/org/eclipse/hawk/git/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.jgit --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.jgit --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.jgit --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.jgit --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.jgit/target-plain/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.localfolder >------------ [INFO] Building Eclipse Hawk Local Folder Connector 2.3.0-SNAPSHOT [9/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.localfolder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.localfolder --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.localfolder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.localfolder --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.localfolder --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.localfolder --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.localfolder >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.localfolder <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.localfolder --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.localfolder --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.localfolder... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/FileBasedLocation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/LocalFile.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/LocalFolder.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/class-use/FileBasedLocation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/class-use/LocalFile.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/class-use/LocalFolder.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/org/eclipse/hawk/localfolder/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.localfolder --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.localfolder --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.localfolder --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.localfolder --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.localfolder/target-plain/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.modelio.exml >----------- [INFO] Building Eclipse Hawk Modelio EXML Parser 2.3.0-SNAPSHOT [10/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.modelio.exml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.modelio.exml --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.modelio.exml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.modelio.exml --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.modelio.exml --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.modelio.exml --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.modelio.exml >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.modelio.exml <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.modelio.exml --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.modelio.exml --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.modelio.exml.listeners... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel.mlib... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel.parser... Loading source files for package org.eclipse.hawk.modelio.exml.metamodel.register... Loading source files for package org.eclipse.hawk.modelio.exml.model... Loading source files for package org.eclipse.hawk.modelio.exml.model.parser... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/listeners/ModelioGraphChangeListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/AbstractModelioObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/IgnoreContainmentModelioReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioClass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioDataType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioMetaModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioMetaModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioPackage.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/ModelioReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MClass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MDataType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MDependency.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MEnum.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MMetamodel.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/MPackage.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MAggregationType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MAttributeType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MEnumeration.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MFragment.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MFragmentReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MLinkMetaclass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MMetaclass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MMetaclassAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MMetaclassDependency.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MMetaclassReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MMetamodelDescriptor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/MMetamodelParser.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/register/MetamodelRegister.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/ModelioModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/ModelioModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/ModelioObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/ModelioProxy.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/ExmlObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/ExmlParser.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/ExmlReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/listeners/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/listeners/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/register/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/register/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/listeners/class-use/ModelioGraphChangeListener.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/AbstractModelioObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/IgnoreContainmentModelioReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioClass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioDataType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioMetaModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioMetaModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioPackage.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/class-use/ModelioReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MClass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MDataType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MDependency.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MEnum.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MMetamodel.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/class-use/MPackage.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MAggregationType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MAttributeType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MEnumeration.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MFragment.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MFragmentReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MLinkMetaclass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MMetaclass.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MMetaclassAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MMetaclassDependency.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MMetaclassReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MMetamodelDescriptor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/class-use/MMetamodelParser.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/register/class-use/MetamodelRegister.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/class-use/ModelioModelResource.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/class-use/ModelioModelResourceFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/class-use/ModelioObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/class-use/ModelioProxy.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/class-use/ExmlObject.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/class-use/ExmlParser.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/class-use/ExmlReference.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/listeners/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/mlib/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/parser/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/metamodel/register/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/org/eclipse/hawk/modelio/exml/model/parser/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/apidocs/help-doc.html... 5 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioClass.java:43: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioClass.java:43: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioReference.java:39: warning - @param argument "forcedContainer" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioReference.java:42: warning - @param argument "forcedContainment" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/src/org/eclipse/hawk/modelio/exml/metamodel/ModelioClass.java:43: warning - invalid usage of tag > [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.modelio.exml --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.modelio.exml --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.modelio.exml --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.modelio.exml --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.modelio.exml/target-plain/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.orientdb >------------- [INFO] Building Eclipse Hawk OrientDB Backend 2.3.0-SNAPSHOT [11/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.orientdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.orientdb --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.orientdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.orientdb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.orientdb --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.orientdb --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.orientdb >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.orientdb <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.orientdb --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.orientdb --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.orientdb... Loading source files for package org.eclipse.hawk.orientdb.cache... Loading source files for package org.eclipse.hawk.orientdb.indexes... Loading source files for package org.eclipse.hawk.orientdb.query... Loading source files for package org.eclipse.hawk.orientdb.util... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientIndexStore.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientLightEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/OrientTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/RemoteOrientDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/cache/ORecordCacheGuava.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/AbstractOrientIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/AbstractOrientIndex.DocumentCollectionOIndexCursor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/AbstractOrientIndex.IndexType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/OrientNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/OrientNodeIndex.PostponedIndexAdd.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/query/OrientSQLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/OrientClusterDocumentIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/OrientNameCleaner.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/cache/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/cache/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/query/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/query/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientIndexStore.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientLightEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/OrientTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/class-use/RemoteOrientDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/cache/class-use/ORecordCacheGuava.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/class-use/AbstractOrientIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/class-use/AbstractOrientIndex.IndexType.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/class-use/AbstractOrientIndex.DocumentCollectionOIndexCursor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/class-use/OrientNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/class-use/OrientNodeIndex.PostponedIndexAdd.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/query/class-use/OrientSQLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/class-use/OrientClusterDocumentIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/class-use/OrientNameCleaner.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/cache/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/indexes/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/query/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/org/eclipse/hawk/orientdb/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.orientdb --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.orientdb --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.orientdb --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.orientdb --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.orientdb/target-plain/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.hawk:org.eclipse.hawk.timeaware >------------- [INFO] Building Eclipse Hawk Time-Aware Querying Core 2.3.0-SNAPSHOT [12/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.timeaware --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.timeaware --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.timeaware --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.timeaware --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.timeaware --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.timeaware --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.timeaware >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.timeaware <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.timeaware --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.timeaware --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.timeaware.factory... Loading source files for package org.eclipse.hawk.timeaware.graph... Loading source files for package org.eclipse.hawk.timeaware.queries... Loading source files for package org.eclipse.hawk.timeaware.queries.operations... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.patterns... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.reflective... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes.annotations... Loading source files for package org.eclipse.hawk.timeaware.queries.operations.scopes.predicates... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/TimeAwareHawk.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/TimeAwareHawkFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/DefaultTimeGraphWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/TimeAwareIndexer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/TimeAwareModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/TimeAwareModelUpdater.SoftDeletionUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/VCSManagerIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/VCSManagerIndex.RepositoryNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/RiskyFunction.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLOperationFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.ContextlessAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.ContextlessTimeAwareAllFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.GlobPatternTimeAwareAllFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.StrongGraphNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimeAwareEOLQueryEngine.TimeAwareGraphNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/TimelineEOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/TimeAwareNodeFirstOrderOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/AlwaysReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/BoundedVersionQuantifierOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/EventuallyAtLeastReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/EventuallyAtMostReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/EventuallyReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/NeverReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/VersionQuantifierOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/TimeAwareNodeHistoryOperationContributor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/TypeHistoryOperationContributor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/AbstractSingleWrapTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/AbstractTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/EndingTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/IScopingTimeAwareGraphNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/StartingTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/WhenNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/AbstractAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/AfterAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/BeforeAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/SinceAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/UntilAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/WhenAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/VersionRangeOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/VersionRangeOperation.IRangeBasedNodeScoper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/WhenOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/class-use/TimeAwareHawk.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/class-use/TimeAwareHawkFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/class-use/DefaultTimeGraphWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/class-use/TimeAwareIndexer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/class-use/TimeAwareModelUpdater.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/class-use/TimeAwareModelUpdater.SoftDeletionUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/class-use/VCSManagerIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/class-use/VCSManagerIndex.RepositoryNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/RiskyFunction.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLOperationFactory.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLQueryEngine.GlobPatternTimeAwareAllFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLQueryEngine.ContextlessTimeAwareAllFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLQueryEngine.ContextlessAllOf.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLQueryEngine.StrongGraphNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimeAwareEOLQueryEngine.TimeAwareGraphNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/class-use/TimelineEOLQueryEngine.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/class-use/TimeAwareNodeFirstOrderOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/AlwaysReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/BoundedVersionQuantifierOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/EventuallyAtLeastReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/EventuallyAtMostReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/EventuallyReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/IShortCircuitReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/NeverReducer.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/class-use/VersionQuantifierOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/class-use/TimeAwareNodeHistoryOperationContributor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/class-use/TypeHistoryOperationContributor.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/class-use/AbstractSingleWrapTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/class-use/AbstractTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/class-use/EndingTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/class-use/IScopingTimeAwareGraphNode.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/class-use/StartingTimeAwareNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/class-use/WhenNodeWrapper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/class-use/AbstractAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/class-use/AfterAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/class-use/BeforeAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/class-use/SinceAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/class-use/UntilAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/class-use/WhenAnnotatedOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/class-use/VersionRangeOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/class-use/VersionRangeOperation.IRangeBasedNodeScoper.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/class-use/WhenOperation.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/factory/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/graph/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/patterns/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/reflective/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/annotations/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/org/eclipse/hawk/timeaware/queries/operations/scopes/predicates/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/apidocs/help-doc.html... 6 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.java:30: warning - Tag @link: reference not found: #reduce(Boolean) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.java:30: warning - Tag @link: reference not found: #reduce(Boolean) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.java:30: warning - Tag @link: reference not found: #reduce(Boolean) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.java:30: warning - Tag @link: reference not found: #reduce(Boolean) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.java:30: warning - Tag @link: reference not found: #reduce(Boolean) [WARNING] /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/src/org/eclipse/hawk/timeaware/queries/operations/patterns/IShortCircuitReducer.java:30: warning - Tag @link: reference not found: #reduce(Boolean) [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.timeaware --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.timeaware --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.timeaware --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.timeaware --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.timeaware/target-plain/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.greycat >-------------- [INFO] Building Eclipse Hawk Greycat Backend 2.3.0-SNAPSHOT [13/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.greycat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.greycat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/classes [INFO] /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/org/eclipse/hawk/greycat/GreycatNode.java: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/org/eclipse/hawk/greycat/GreycatNode.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/org/eclipse/hawk/greycat/GreycatNode.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.greycat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.greycat --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.greycat --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.greycat --- [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.greycat >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.greycat <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.greycat --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.greycat --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.greycat... Loading source files for package org.eclipse.hawk.greycat.lucene... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/AbstractGreycatDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/AbstractGreycatDatabase.NodeKey.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatHeavyEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatLightEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatNode.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatNode.NodeReader.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatNode.StreamIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/GreycatTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/LevelDBGreycatDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/GreycatLuceneIndexer.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/GreycatLuceneIndexer.GreycatLuceneNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/GreycatLuceneIndexer.LuceneGraphIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/GreycatLuceneIndexer.MatchExistsCollector.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/GreycatLuceneIndexer.NodeListCollector.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/AbstractGreycatDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/AbstractGreycatDatabase.NodeKey.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatHeavyEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatLightEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatNode.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatNode.NodeReader.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatNode.StreamIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/GreycatTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/class-use/LevelDBGreycatDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/class-use/GreycatLuceneIndexer.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/class-use/GreycatLuceneIndexer.GreycatLuceneNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/class-use/GreycatLuceneIndexer.LuceneGraphIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/class-use/GreycatLuceneIndexer.NodeListCollector.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/class-use/GreycatLuceneIndexer.MatchExistsCollector.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/org/eclipse/hawk/greycat/lucene/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.greycat --- [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.greycat --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.greycat --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.greycat --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------< org.eclipse.hawk:org.eclipse.hawk.service.artemis >---------- [INFO] Building Eclipse Hawk Embedded Artemis Server 2.3.0-SNAPSHOT [14/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.service.artemis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.service.artemis --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.service.artemis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.service.artemis --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.service.artemis --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.service.artemis --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.service.artemis >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.service.artemis <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.service.artemis --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.service.artemis --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.service.artemis --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.service.artemis --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.service.artemis --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.service.artemis --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.artemis/target-plain/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.service.api >------------ [INFO] Building Eclipse Hawk Thrift API 2.3.0-SNAPSHOT [15/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ org.eclipse.hawk.service.api --- [INFO] Source directory: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.service.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.service.api --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.service.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.service.api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.service.api --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.service.api --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.service.api >>> [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ org.eclipse.hawk.service.api --- [INFO] Source directory: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/src-gen added. [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.service.api <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.service.api --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.service.api --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.service.api... Loading source files for package org.eclipse.hawk.service.api.utils... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/AttributeSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/AttributeSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/CommitItem.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/CommitItem._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/CommitItemChangeType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ContainerSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ContainerSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Credentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Credentials._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/DerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/DerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/EffectiveMetamodelRuleset.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/FailedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/FailedQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/File.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/File._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.addRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.addDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.addIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.addRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.asyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.cancelAsyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.configurePolling_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.createInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.fetchAsyncQueryResults_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.getModel_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.getRootElements_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.isFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listAttributeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listBackends_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listDerivedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listFiles_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listIndexedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listInstances_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listMetamodelParsers_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listPluginDetails_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listPlugins_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listQueryLanguages_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listRepositories_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listRepositoryTypes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.listTypeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.query_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.registerMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.removeRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.resolveProxies_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.setFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.startInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.stopInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.syncInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.timedQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.unregisterMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.updateRepositoryCredentials_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.watchModelChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncClient.watchStateChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.AsyncProcessor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.asyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.cancelAsyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.configurePolling_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.createInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.fetchAsyncQueryResults_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getModel_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.getRootElements_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.isFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listAttributeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listBackends_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listDerivedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listFiles_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listIndexedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listInstances_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodelParsers_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPluginDetails_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listPlugins_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listQueryLanguages_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositories_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listRepositoryTypes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.listTypeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.Processor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.query_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.registerMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.removeRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.resolveProxies_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.setFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.startInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.stopInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.syncInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.timedQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.unregisterMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.updateRepositoryCredentials_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchModelChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Hawk.watchStateChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeUpdateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkAttributeUpdateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkChangeEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkChangeEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFactoryNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFactoryNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkFileRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstance._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotRunning.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkInstanceNotRunning._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkMetamodelNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkMetamodelNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkModelElementRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkPlugin.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkPlugin._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkPluginCategory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkQueryOptions.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkQueryOptions._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkReferenceRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkState.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkStateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkStateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationEndEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationEndEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationStartEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkSynchronizationStartEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkTypeNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/HawkTypeNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/IndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/IndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidDerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidDerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidIndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidIndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidMetamodel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidMetamodel._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidPollingConfiguration.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidPollingConfiguration._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidTransformation.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/InvalidTransformation._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MetamodelParserDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MetamodelParserDetails._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MixedReference.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/MixedReference._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElement.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElement._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElementType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelElementType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryReport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryReport._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryResult.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/QueryResult._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ReferenceSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/ReferenceSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Repository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Repository._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Slot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Slot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotMetadata.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotMetadata._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotValue.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SlotValue._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Subscription.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Subscription._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/SubscriptionDurability.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownQueryLanguage.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownQueryLanguage._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownRepositoryType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UnknownRepositoryType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserExists.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserExists._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/UserProfile._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.createUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.deleteUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.updatePassword_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncClient.updateProfile_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.AsyncProcessor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.createUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.deleteUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.Processor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updatePassword_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Users.updateProfile_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Value.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/Value._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/VCSAuthenticationFailed.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/VCSAuthenticationFailed._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/ActiveMQBufferTransport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/APIUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/APIUtils.ThriftProtocol.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/EffectiveMetamodelRuleset.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/AttributeSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/AttributeSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/CommitItem.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/CommitItem._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/CommitItemChangeType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ContainerSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ContainerSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Credentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Credentials._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/DerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/DerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/FailedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/FailedQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/File.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/File._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchModelChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.watchStateChanges_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getRootElements_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.getModel_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listIndexedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addIndexedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listDerivedAttributes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addDerivedAttribute_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.configurePolling_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listFiles_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositoryTypes_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listRepositories_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.updateRepositoryCredentials_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.setFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.isFrozen_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.addRepository_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.fetchAsyncQueryResults_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.cancelAsyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.asyncQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.resolveProxies_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.timedQuery_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.query_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listQueryLanguages_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodelParsers_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listAttributeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listTypeNames_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.unregisterMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.registerMetamodels_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.syncInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.stopInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.startInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.removeInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listInstances_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPluginDetails_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listPlugins_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.listBackends_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.createInstance_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncProcessor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.watchModelChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.watchStateChanges.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.getRootElements.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.getModel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listIndexedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.addIndexedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listDerivedAttributes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.addDerivedAttribute.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.configurePolling.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listFiles.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listRepositoryTypes.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listRepositories.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.updateRepositoryCredentials.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.setFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.isFrozen.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.addRepository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.fetchAsyncQueryResults.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.cancelAsyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.asyncQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.resolveProxies.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.timedQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.query.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listQueryLanguages.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listMetamodelParsers.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listAttributeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listTypeNames.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.unregisterMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.registerMetamodels.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.syncInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.stopInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.startInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.removeInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listInstances.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listPluginDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listPlugins.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.listBackends.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Processor.createInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.watchModelChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.watchStateChanges_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.getRootElements_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.getModel_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listIndexedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.addIndexedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listDerivedAttributes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.addDerivedAttribute_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.configurePolling_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listFiles_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listRepositoryTypes_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listRepositories_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.updateRepositoryCredentials_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.setFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.isFrozen_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.addRepository_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.fetchAsyncQueryResults_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.cancelAsyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.asyncQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.resolveProxies_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.timedQuery_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.query_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listQueryLanguages_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listMetamodelParsers_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listAttributeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listTypeNames_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.unregisterMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.registerMetamodels_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.syncInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.stopInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.startInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.removeInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listInstances_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listPluginDetails_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listPlugins_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.listBackends_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.createInstance_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Hawk.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeUpdateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkAttributeUpdateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkChangeEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkChangeEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFactoryNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFactoryNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkFileRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstance.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstance._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotRunning.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkInstanceNotRunning._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkMetamodelNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkMetamodelNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkModelElementRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkPlugin.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkPlugin._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkPluginCategory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkQueryOptions.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkQueryOptions._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceAdditionEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceAdditionEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceRemovalEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkReferenceRemovalEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkState.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkStateEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkStateEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationEndEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationEndEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationStartEvent.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkSynchronizationStartEvent._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkTypeNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/HawkTypeNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/IndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/IndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidDerivedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidDerivedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidIndexedAttributeSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidIndexedAttributeSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidMetamodel.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidMetamodel._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidPollingConfiguration.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidPollingConfiguration._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidQuery.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidQuery._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidTransformation.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/InvalidTransformation._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MetamodelParserDetails.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MetamodelParserDetails._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MixedReference.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/MixedReference._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElement.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElement._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElementType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelElementType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelSpec.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ModelSpec._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryReport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryReport._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryResult.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/QueryResult._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ReferenceSlot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/ReferenceSlot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Repository.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Repository._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Slot.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Slot._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotMetadata.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotMetadata._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotValue.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SlotValue._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Subscription.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Subscription._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/SubscriptionDurability.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownQueryLanguage.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownQueryLanguage._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownRepositoryType.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UnknownRepositoryType._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserExists.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserExists._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserNotFound.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserNotFound._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/UserProfile._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.deleteUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updatePassword_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.updateProfile_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_result.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_result._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_args.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.createUser_args._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncProcessor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.deleteUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.updatePassword.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.updateProfile.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Processor.createUser.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.deleteUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.updatePassword_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.updateProfile_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.createUser_call.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncClient.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Client.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Client.Factory.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.AsyncIface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Users.Iface.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/VCSAuthenticationFailed.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/VCSAuthenticationFailed._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Value.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/class-use/Value._Fields.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/class-use/APIUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/class-use/APIUtils.ThriftProtocol.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/class-use/ActiveMQBufferTransport.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/org/eclipse/hawk/service/api/utils/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] warning: unknown enum constant ThreadingBehavior.IMMUTABLE [WARNING] reason: class file for org.apache.http.annotation.ThreadingBehavior not found [WARNING] warning: unknown enum constant ThreadingBehavior.IMMUTABLE [WARNING] warning: unknown enum constant ThreadingBehavior.SAFE_CONDITIONAL [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.service.api --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.service.api --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.service.api --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.service.api --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.api/target-plain/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.service.emf >------------ [INFO] Building Eclipse Hawk Remote EMF Model 2.3.0-SNAPSHOT [16/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.service.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.service.emf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.service.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.service.emf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.service.emf --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.service.emf --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.service.emf >>> [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.service.emf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.service.emf --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.service.emf --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.service.emf... Loading source files for package org.eclipse.hawk.service.emf.impl... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/EffectiveMetamodelRulesetSerializer.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/HawkModelDescriptor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/HawkModelDescriptor.LoadingMode.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/HawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/HawkResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/SlotDecodingUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/UnsplitHawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/class-use/EffectiveMetamodelRulesetSerializer.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/class-use/HawkModelDescriptor.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/class-use/HawkModelDescriptor.LoadingMode.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/HawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/HawkResourceImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/SlotDecodingUtils.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/class-use/UnsplitHawkResourceFactoryImpl.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/org/eclipse/hawk/service/emf/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.service.emf --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.service.emf --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.service.emf --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.service.emf --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/server/plugins/org.eclipse.hawk.service.emf/target-plain/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hawk:org.eclipse.hawk.sqlite >-------------- [INFO] Building Eclipse Hawk SQLite Backend 2.3.0-SNAPSHOT [17/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ org.eclipse.hawk.sqlite --- [INFO] Source directory: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/src-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.hawk.sqlite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.hawk.sqlite --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.hawk.sqlite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.hawk.sqlite --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.hawk.sqlite --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.hawk.sqlite --- [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ org.eclipse.hawk.sqlite >>> [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ org.eclipse.hawk.sqlite --- [INFO] Source directory: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/src-gen added. [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ org.eclipse.hawk.sqlite <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ org.eclipse.hawk.sqlite --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ org.eclipse.hawk.sqlite --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.hawk.sqlite... Loading source files for package org.eclipse.hawk.sqlite.iteration... Loading source files for package org.eclipse.hawk.sqlite.timeaware... Loading source files for package org.eclipse.hawk.sqlite.queries... Loading source files for package org.eclipse.hawk.sqlite.schema... Constructing Javadoc information... Standard Doclet version 11.0.16 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/AbstractSQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/AbstractSQLiteDatabase.SQLiteConnection.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteNode.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/SQLiteTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/EndNodeEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/ResultSetFunction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/ResultSetIterator.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/StatementGraphNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/StatementIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/StatementSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/IQueries.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/StandardQueries.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/TimeAwareQueries.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/ISchema.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/StandardSchema.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/TimeAwareSchema.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/TimeAwareSQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/TimeAwareSQLiteEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/TimeAwareSQLiteNode.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/TimeAwareSQLiteNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/package-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/package-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/AbstractSQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/AbstractSQLiteDatabase.SQLiteConnection.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteNode.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/class-use/SQLiteTransaction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/EndNodeEdgeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/ResultSetFunction.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/ResultSetIterator.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/StatementGraphNodeIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/StatementIterable.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/class-use/StatementSupplier.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/class-use/TimeAwareSQLiteDatabase.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/class-use/TimeAwareSQLiteEdge.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/class-use/TimeAwareSQLiteNode.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/class-use/TimeAwareSQLiteNodeIndex.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/class-use/IQueries.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/class-use/StandardQueries.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/class-use/TimeAwareQueries.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/class-use/ISchema.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/class-use/StandardSchema.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/class-use/TimeAwareSchema.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/iteration/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/queries/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/schema/package-use.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/org/eclipse/hawk/sqlite/timeaware/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/index.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ org.eclipse.hawk.sqlite --- [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar [INFO] Jar '/home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar [INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.hawk.sqlite --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.hawk.sqlite --- [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/pom-plain.xml to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ org.eclipse.hawk.sqlite --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/pom-plain.xml to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/hawk_master/sqlite/org.eclipse.hawk.sqlite/target-plain/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/hawk_master/target-plain/nexus-staging/deferred/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-SNAPSHOT-javadoc.jar.asc [INFO] Deploying remotely... [INFO] Bulk deploying locally gathered artifacts from directory: [INFO] * Bulk deploying locally gathered snapshot artifacts [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52.pom.asc (833 B at 9.2 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/maven-metadata.xml (444 B at 7.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/maven-metadata.xml (444 B at 2.3 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 35 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/maven-metadata.xml (437 B at 6.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/maven-metadata.xml (437 B at 2.2 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 33 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 13 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/maven-metadata.xml (445 B at 7.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/maven-metadata.xml (445 B at 2.3 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 33 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52.pom.asc (833 B at 12 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/maven-metadata.xml (444 B at 6.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 9.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/maven-metadata.xml (444 B at 2.3 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 35 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 13 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/maven-metadata.xml (299 B at 5.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/maven-metadata.xml (299 B at 1.5 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 33 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52.jar.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/maven-metadata.xml (404 B at 7.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 9.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/maven-metadata.xml (404 B at 2.0 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 30 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52-javadoc.jar (428 kB at 1.4 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/maven-metadata.xml (437 B at 7.5 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/maven-metadata.xml (437 B at 1.4 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 34 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52.pom.asc (833 B at 12 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/maven-metadata.xml (408 B at 6.5 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/maven-metadata.xml (408 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 33 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52-sources.jar (38 kB at 192 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/maven-metadata.xml (404 B at 7.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/maven-metadata.xml (404 B at 2.1 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 36 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 13 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/maven-metadata.xml (438 B at 7.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/maven-metadata.xml (438 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52.pom.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 33 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52-sources.jar (14 kB at 72 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/maven-metadata.xml (437 B at 7.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/maven-metadata.xml (437 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52.pom.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 34 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 13 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/maven-metadata.xml (440 B at 8.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/maven-metadata.xml (440 B at 2.2 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/maven-metadata.xml (791 B at 14 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-20230430.173821-52.pom.asc (833 B at 13 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/maven-metadata.xml (394 B at 6.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/maven-metadata.xml (791 B at 4.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/maven-metadata.xml (394 B at 2.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52-sources.jar (60 kB at 174 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 9.6 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 27 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 12 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/maven-metadata.xml (440 B at 5.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 9.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/maven-metadata.xml (440 B at 2.3 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 36 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/maven-metadata.xml (436 B at 7.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/maven-metadata.xml (436 B at 2.2 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 35 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/maven-metadata.xml (442 B at 7.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/maven-metadata.xml (442 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52-javadoc.jar (416 kB at 1.9 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 33 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52.jar (90 kB at 453 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52.pom (1.4 kB at 7.4 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/maven-metadata.xml (441 B at 8.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 9.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/maven-metadata.xml (441 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52.jar (84 kB at 391 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52.pom (3.3 kB at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52.jar (21 kB at 107 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52.pom (1.1 kB at 5.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52-sources.jar (16 kB at 80 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52.jar (22 kB at 112 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52.pom (1.1 kB at 5.5 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52-javadoc.jar (621 kB at 3.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52-sources.jar (68 kB at 349 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52-sources.jar (13 kB at 66 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52-javadoc.jar (523 kB at 1.5 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52.jar (42 kB at 214 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52.pom (2.1 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52-javadoc.jar (481 kB at 2.3 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52-sources.jar (67 kB at 336 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52.jar (61 kB at 313 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52.pom (1.2 kB at 6.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52-sources.jar (110 kB at 559 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52-javadoc.jar (477 kB at 2.3 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52.jar (55 kB at 276 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52.pom (1.8 kB at 9.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52-javadoc.jar (3.6 MB at 12 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52.pom.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52.jar (94 kB at 468 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52.pom (1.1 kB at 5.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52.pom.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52.pom.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52-sources.jar (78 kB at 394 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52-javadoc.jar (559 kB at 2.7 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52.pom.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52-javadoc.jar (456 kB at 2.2 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52-javadoc.jar (983 kB at 4.5 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52.jar (15 kB at 79 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52.pom (1.1 kB at 5.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52-sources.jar (50 kB at 253 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52-javadoc.jar (429 kB at 2.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52-sources.jar (36 kB at 184 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52.pom.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52.jar (125 kB at 623 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52.pom (1.1 kB at 5.5 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/org.eclipse.hawk.jgit-2.3.0-20230430.173821-52.pom.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.jgit/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52-javadoc.jar (422 kB at 2.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52-sources.jar (379 kB at 1.9 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52.pom.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.service.emf-2.3.0-20230430.173821-52.pom.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52-sources.jar (45 kB at 228 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10.0 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/org.eclipse.hawk.emfresource-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emfresource/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 9.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52.jar (90 kB at 425 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52.pom (1.3 kB at 6.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52.jar (95 kB at 482 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/org.eclipse.hawk.epsilon-2.3.0-20230430.173821-52.pom (1.4 kB at 7.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.epsilon/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/org.eclipse.hawk.sqlite-2.3.0-20230430.173821-52-javadoc.jar (592 kB at 2.8 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.sqlite/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52.jar (17 kB at 83 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52.pom (1.1 kB at 5.6 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/org.eclipse.hawk.modelio.exml-2.3.0-20230430.173821-52-javadoc.jar (680 kB at 2.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.modelio.exml/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52.pom.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52.jar (2.2 MB at 8.3 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/org.eclipse.hawk.service.api-2.3.0-20230430.173821-52.pom (1.9 kB at 9.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.api/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/org.eclipse.hawk.core-2.3.0-20230430.173821-52.pom.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.core/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52-sources.jar (33 kB at 173 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/org.eclipse.hawk.service.artemis-2.3.0-20230430.173821-52-sources.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.service.artemis/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/org.eclipse.hawk.localfolder-2.3.0-20230430.173821-52-sources.jar (17 kB at 86 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.localfolder/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/org.eclipse.hawk.orientdb-2.3.0-20230430.173821-52-sources.jar (56 kB at 284 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.orientdb/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52-javadoc.jar (625 kB at 3.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52.jar (93 kB at 481 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/org.eclipse.hawk.greycat-2.3.0-20230430.173821-52.pom (1.9 kB at 9.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.greycat/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/org.eclipse.hawk.emf-2.3.0-20230430.173821-52-javadoc.jar.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.emf/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52.jar (138 kB at 706 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/org.eclipse.hawk.graph-2.3.0-20230430.173821-52.pom (838 B at 4.4 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.graph/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/org.eclipse.hawk.http-2.3.0-20230430.173821-52.pom.asc (833 B at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.http/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/org.eclipse.hawk.timeaware-2.3.0-20230430.173821-52-javadoc.jar (727 kB at 3.4 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/org.eclipse.hawk.timeaware/2.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-20230430.173821-52.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/eclipse-hawk-plain-2.3.0-20230430.173821-52.pom (11 kB at 54 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/hawk/eclipse-hawk-plain/2.3.0-SNAPSHOT/maven-metadata.xml (791 B at 4.1 kB/s) [INFO] * Bulk deploy of locally gathered snapshot artifacts finished. [INFO] Remote deploy finished with success. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Hawk Parent 2.3.0-SNAPSHOT: [INFO] [INFO] Eclipse Hawk Parent ................................ SUCCESS [ 4.306 s] [INFO] Eclipse Hawk Core .................................. SUCCESS [ 8.728 s] [INFO] Eclipse Hawk Graph Abstractions .................... SUCCESS [ 10.696 s] [INFO] Eclipse Hawk Epsilon Query Engine .................. SUCCESS [ 10.774 s] [INFO] Eclipse Hawk EMF Model Parser ...................... SUCCESS [ 8.910 s] [INFO] Eclipse Hawk EMF Resource .......................... SUCCESS [ 10.289 s] [INFO] Eclipse Hawk HTTP Connector ........................ SUCCESS [ 8.549 s] [INFO] Eclipse Hawk JGit Connector ........................ SUCCESS [ 10.815 s] [INFO] Eclipse Hawk Local Folder Connector ................ SUCCESS [ 8.636 s] [INFO] Eclipse Hawk Modelio EXML Parser ................... SUCCESS [ 11.376 s] [INFO] Eclipse Hawk OrientDB Backend ...................... SUCCESS [ 10.180 s] [INFO] Eclipse Hawk Time-Aware Querying Core .............. SUCCESS [ 10.610 s] [INFO] Eclipse Hawk Greycat Backend ....................... SUCCESS [ 13.646 s] [INFO] Eclipse Hawk Embedded Artemis Server ............... SUCCESS [ 7.482 s] [INFO] Eclipse Hawk Thrift API ............................ SUCCESS [ 36.900 s] [INFO] Eclipse Hawk Remote EMF Model ...................... SUCCESS [ 11.121 s] [INFO] Eclipse Hawk SQLite Backend ........................ SUCCESS [ 57.819 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:10 min [INFO] Finished at: 2023-04-30T17:42:32Z [INFO] ------------------------------------------------------------------------ [Pipeline] } Lock released on resource [ossrh] [Pipeline] // lock [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [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-0HQGVyWeEXr2/agent.163 SSH_AGENT_PID=165 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/hawk_master@tmp/private_key_8209356439786123662.key (/home/jenkins/agent/workspace/hawk_master@tmp/private_key_8209356439786123662.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + core/deploy-downloads.sh Creating downloads for Hawk Core 2.3.0 at /home/data/httpd/download.eclipse.org/hawk/2.3.0/core and /home/data/httpd/download.eclipse.org/hawk/2.3.0/updates sending incremental file list artifacts.jar artifacts.xml.xz content.jar content.xml.xz p2.index deleting features/org.eclipse.hawk.tests.feature_2.3.0.202304041716.jar deleting features/org.eclipse.hawk.tests.feature.source_2.3.0.202304041716.jar deleting features/org.eclipse.hawk.core.feature_2.3.0.202304022026.jar deleting features/org.eclipse.hawk.core.feature.source_2.3.0.202304022026.jar deleting plugins/org.eclipse.hawk.timeaware.tests_2.3.0.202303262300.jar deleting plugins/org.eclipse.hawk.timeaware.tests.source_2.3.0.202303262300.jar deleting plugins/org.eclipse.hawk.core_2.3.0.202304022026.jar deleting plugins/org.eclipse.hawk.core.source_2.3.0.202304022026.jar features/org.eclipse.hawk.core.feature.source_2.3.0.202304301716.jar features/org.eclipse.hawk.core.feature_2.3.0.202304301716.jar features/org.eclipse.hawk.emf.feature.source_2.3.0.202304021803.jar features/org.eclipse.hawk.emf.feature_2.3.0.202304021803.jar features/org.eclipse.hawk.emfresource.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.emfresource.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.epsilon.feature.source_2.3.0.202304041735.jar features/org.eclipse.hawk.epsilon.feature_2.3.0.202304041735.jar features/org.eclipse.hawk.http.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.http.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.jgit.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.jgit.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.license.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.localfolder.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.localfolder.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.modelio.exml.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.modelio.exml.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.orientdb.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.orientdb.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.osgiserver.feature.source_2.3.0.202304022026.jar features/org.eclipse.hawk.osgiserver.feature_2.3.0.202304022026.jar features/org.eclipse.hawk.tests.feature.source_2.3.0.202304301716.jar features/org.eclipse.hawk.tests.feature_2.3.0.202304301716.jar features/org.eclipse.hawk.timeaware.feature.source_2.3.0.202304041735.jar features/org.eclipse.hawk.timeaware.feature_2.3.0.202304041735.jar features/org.eclipse.hawk.ui.feature.source_2.3.0.202303261243.jar features/org.eclipse.hawk.ui.feature_2.3.0.202303261243.jar features/org.eclipse.hawk.uml.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.uml.feature_2.3.0.202207061758.jar features/org.eclipse.hawk.workspace.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.workspace.feature_2.3.0.202207061758.jar plugins/ch.qos.logback.classic_1.2.3.v20200428-2012.jar plugins/ch.qos.logback.core_1.2.3.v20200428-2012.jar plugins/com.github.peterwippermann.junit4.parameterizedsuite_1.1.0.source_1.1.0.jar plugins/com.github.peterwippermann.junit4.parameterizedsuite_1.1.0_1.1.0.jar plugins/com.google.guava_30.1.0.v20210127-2300.jar plugins/com.google.inject_5.0.1.v20210324-2015.jar plugins/com.ibm.icu_67.1.0.v20200706-1749.jar plugins/com.sun.jna.platform_5.8.0.v20210406-1004.jar plugins/com.sun.jna_5.8.0.v20210503-0343.jar plugins/com.trilead.ssh2_1.0.0.build220_r167_v20150618_1733.jar plugins/javaewah.source_1.1.7.v20200107-0831.jar plugins/javaewah_1.1.7.v20200107-0831.jar plugins/javax.annotation_1.3.5.v20200909-1856.jar plugins/javax.inject_1.0.0.v20091030.jar plugins/net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar plugins/net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar plugins/org.antlr.runtime_3.2.0.v201101311130.jar plugins/org.aopalliance_1.0.0.v201105210816.jar plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar plugins/org.apache.commons.codec.source_1.14.0.v20200818-1422.jar plugins/org.apache.commons.codec_1.14.0.v20200818-1422.jar plugins/org.apache.commons.compress.source_1.21.0.v20211103-2100.jar plugins/org.apache.commons.compress_1.21.0.v20211103-2100.jar plugins/org.apache.commons.csv.source_1.4.0.v20190617-1333.jar plugins/org.apache.commons.csv_1.4.0.v20190617-1333.jar plugins/org.apache.commons.io_2.8.0.v20210415-0900.jar plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar plugins/org.apache.commons.logging_1.2.0.v20180409-1502.jar plugins/org.apache.commons.math3.source_3.5.0.v20190611-1023.jar plugins/org.apache.commons.math3_3.5.0.v20190611-1023.jar plugins/org.apache.felix.scr_2.1.24.v20200924-1939.jar plugins/org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar plugins/org.apache.httpcomponents.httpcore-nio_4.4.15.v20220210-0013.jar plugins/org.apache.httpcomponents.httpcore_4.4.15.v20220209-2345.jar plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar plugins/org.bouncycastle.bcpg_1.70.0.v20220105-1522.jar plugins/org.bouncycastle.bcprov_1.70.0.v20220105-1522.jar plugins/org.eclipse.compare.core_3.6.1000.v20201020-1107.jar plugins/org.eclipse.core.commands_3.10.100.v20210722-1426.jar plugins/org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar plugins/org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar plugins/org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar plugins/org.eclipse.core.databinding_1.11.0.v20220118-1028.jar plugins/org.eclipse.core.expressions_3.8.100.v20210910-0640.jar plugins/org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar plugins/org.eclipse.core.filesystem_1.9.300.v20220121-1426.jar plugins/org.eclipse.core.jobs_3.12.100.v20220120-1329.jar plugins/org.eclipse.core.resources_3.16.100.v20220214-1012.jar plugins/org.eclipse.core.runtime_3.24.100.v20220211-2001.jar plugins/org.eclipse.core.variables_3.5.100.v20210721-1355.jar plugins/org.eclipse.debug.core_3.19.0.v20220125-2302.jar plugins/org.eclipse.debug.ui_3.16.0.v20220228-0706.jar plugins/org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar plugins/org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar plugins/org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar plugins/org.eclipse.e4.core.di.extensions.supplier_0.16.200.v20210910-0640.jar plugins/org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar plugins/org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar plugins/org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar plugins/org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar plugins/org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar plugins/org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar plugins/org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar plugins/org.eclipse.e4.ui.css.swt_0.14.400.v20211026-1534.jar plugins/org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar plugins/org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar plugins/org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar plugins/org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar plugins/org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar plugins/org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar plugins/org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.15.400.v20220308-0630.jar plugins/org.eclipse.e4.ui.workbench.swt_0.16.400.v20220222-1128.jar plugins/org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar plugins/org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar plugins/org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar plugins/org.eclipse.emf.common_2.24.0.v20220123-0838.jar plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar plugins/org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar plugins/org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar plugins/org.eclipse.emf.ecore_2.26.0.v20220123-0838.jar plugins/org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar plugins/org.eclipse.emf.edit_2.17.0.v20220201-1551.jar plugins/org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar plugins/org.eclipse.emf_2.8.0.v20180706-1146.jar plugins/org.eclipse.epsilon.common.dt_2.4.0.202203041826.jar plugins/org.eclipse.epsilon.common_2.4.0.202203041826.jar plugins/org.eclipse.epsilon.dt.exeed_2.4.0.202203041826.jar plugins/org.eclipse.epsilon.emc.emf_2.4.0.202203041826.jar plugins/org.eclipse.epsilon.emf.dt_2.4.0.202203041826.jar plugins/org.eclipse.epsilon.eol.dt_2.4.0.202203041826.jar plugins/org.eclipse.epsilon.eol.engine_2.4.0.202203041826.jar plugins/org.eclipse.epsilon.epl.engine_2.4.0.202203041826.jar plugins/org.eclipse.epsilon.erl.engine_2.4.0.202203041826.jar plugins/org.eclipse.equinox.app_1.6.100.v20211021-1418.jar plugins/org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar plugins/org.eclipse.equinox.common_3.16.0.v20220211-2322.jar plugins/org.eclipse.equinox.event_1.6.100.v20211021-1418.jar plugins/org.eclipse.equinox.p2.artifact.repository_1.4.400.v20220223-1131.jar plugins/org.eclipse.equinox.p2.core_2.9.0.v20220210-1157.jar plugins/org.eclipse.equinox.p2.engine_2.7.300.v20220209-1714.jar plugins/org.eclipse.equinox.p2.jarprocessor_1.2.200.v20220207-0719.jar plugins/org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar plugins/org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar plugins/org.eclipse.equinox.p2.repository_2.6.0.v20220215-0840.jar plugins/org.eclipse.equinox.preferences_3.9.100.v20211021-1418.jar plugins/org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar plugins/org.eclipse.equinox.security_1.3.900.v20220108-1321.jar plugins/org.eclipse.hawk.backend.tests.source_2.3.0.202303211148.jar plugins/org.eclipse.hawk.backend.tests_2.3.0.202303211148.jar plugins/org.eclipse.hawk.core.dependencies.source_2.3.0.202304022026.jar plugins/org.eclipse.hawk.core.dependencies_2.3.0.202304022026.jar plugins/org.eclipse.hawk.core.source_2.3.0.202304301716.jar plugins/org.eclipse.hawk.core_2.3.0.202304301716.jar plugins/org.eclipse.hawk.emf.source_2.3.0.202304021803.jar plugins/org.eclipse.hawk.emf_2.3.0.202304021803.jar plugins/org.eclipse.hawk.emfresource.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.emfresource_2.3.0.202207061758.jar plugins/org.eclipse.hawk.epsilon.source_2.3.0.202304041735.jar plugins/org.eclipse.hawk.epsilon_2.3.0.202304041735.jar plugins/org.eclipse.hawk.graph.source_2.3.0.202304021845.jar plugins/org.eclipse.hawk.graph.syncValidationListener.source_2.3.0.202303171545.jar plugins/org.eclipse.hawk.graph.syncValidationListener_2.3.0.202303171545.jar plugins/org.eclipse.hawk.graph_2.3.0.202304021845.jar plugins/org.eclipse.hawk.http.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.http_2.3.0.202207061758.jar plugins/org.eclipse.hawk.integration.tests.source_2.3.0.202304041716.jar plugins/org.eclipse.hawk.integration.tests_2.3.0.202304041716.jar plugins/org.eclipse.hawk.jgit.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.jgit_2.3.0.202207061758.jar plugins/org.eclipse.hawk.localfolder.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.localfolder_2.3.0.202207061758.jar plugins/org.eclipse.hawk.modelio.exml.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.modelio.exml_2.3.0.202207061758.jar plugins/org.eclipse.hawk.orientdb.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.orientdb_2.3.0.202207061758.jar plugins/org.eclipse.hawk.osgiserver.source_2.3.0.202304022026.jar plugins/org.eclipse.hawk.osgiserver_2.3.0.202304022026.jar plugins/org.eclipse.hawk.svn.tests_2.3.0.202207061758.jar plugins/org.eclipse.hawk.svn_2.3.0.202207061758.jar plugins/org.eclipse.hawk.timeaware.source_2.3.0.202304041735.jar plugins/org.eclipse.hawk.timeaware.tests.source_2.3.0.202304301716.jar plugins/org.eclipse.hawk.timeaware.tests_2.3.0.202304301716.jar plugins/org.eclipse.hawk.timeaware_2.3.0.202304041735.jar plugins/org.eclipse.hawk.ui.emc.dt2.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.emc.dt2_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.emf.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.emf_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.emfresource.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.emfresource_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.jgit_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.localfolder.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.localfolder_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.uml.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.uml_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.workspace.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui.workspace_2.3.0.202207061758.jar plugins/org.eclipse.hawk.ui2.source_2.3.0.202303261243.jar plugins/org.eclipse.hawk.ui2_2.3.0.202303261243.jar plugins/org.eclipse.hawk.uml.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.uml_2.3.0.202207061758.jar plugins/org.eclipse.hawk.workspace.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.workspace_2.3.0.202207061758.jar plugins/org.eclipse.help_3.9.100.v20210721-0601.jar plugins/org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar plugins/org.eclipse.jface.text_3.20.0.v20220218-1549.jar plugins/org.eclipse.jface_3.25.0.v20220218-1636.jar plugins/org.eclipse.jgit_6.1.0.202203080745-r.jar plugins/org.eclipse.osgi.services_3.10.200.v20210723-0643.jar plugins/org.eclipse.osgi.util_3.6.100.v20210723-1119.jar plugins/org.eclipse.osgi_3.17.200.v20220215-2237.jar plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.119.0.v20220223-1102.jar plugins/org.eclipse.swt.gtk.linux.x86_64_3.119.0.v20220223-1102.jar plugins/org.eclipse.swt.win32.win32.x86_64_3.119.0.v20220223-1102.jar plugins/org.eclipse.swt_3.119.0.v20220223-1102.jar plugins/org.eclipse.text_3.12.0.v20210512-1644.jar plugins/org.eclipse.ui.console_3.11.100.v20210721-1355.jar plugins/org.eclipse.ui.editors_3.14.300.v20210913-0815.jar plugins/org.eclipse.ui.forms_3.11.300.v20211022-1451.jar plugins/org.eclipse.ui.ide_3.18.500.v20220215-1304.jar plugins/org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar plugins/org.eclipse.ui.views_3.11.100.v20210816-0811.jar plugins/org.eclipse.ui.workbench.texteditor_3.16.400.v20220218-1619.jar plugins/org.eclipse.ui.workbench_3.125.0.v20220308-0722.jar plugins/org.eclipse.ui_3.201.0.v20220124-1108.jar plugins/org.eclipse.uml2.common_2.5.0.v20210228-1829.jar plugins/org.eclipse.uml2.types_2.5.0.v20210228-1829.jar plugins/org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar plugins/org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar plugins/org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar plugins/org.eclipse.urischeme_1.2.100.v20211001-1648.jar plugins/org.eclipse.xsd_2.18.0.v20211216-0527.jar plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar plugins/org.jdom_1.1.1.v201101151400.jar plugins/org.junit_4.13.2.v20211018-1956.jar plugins/org.mockito_2.23.0.v20190527-1420.jar plugins/org.objenesis_2.6.0.v20180420-1519.jar plugins/org.slf4j.api_1.7.30.v20200204-2150.jar plugins/org.tmatesoft.sqljet_1.1.10.r1317_v20140121_0107.jar plugins/org.tmatesoft.svnkit_1.8.11.r10483_v20150925_0010.jar plugins/org.tukaani.xz_1.9.0.v20210624-1259.jar plugins/org.w3c.css.sac_1.3.1.v200903091627.jar plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar sent 8.48M bytes received 515.34K bytes 1.06M bytes/sec total size is 110.54M speedup is 12.29 sending incremental file list compositeArtifacts.jar compositeContent.jar sent 1.03K bytes received 66 bytes 2.19K bytes/sec total size is 942 speedup is 0.86 sending incremental file list artifacts.jar content.jar plugins/org.apache.thrift_0.13.0.202104281822.jar plugins/org.apache.thrift_0.13.0.jar sent 38.39K bytes received 4.81K bytes 28.80K bytes/sec total size is 547.38K speedup is 12.67 ~/agent/workspace/hawk_master ~/agent/workspace/hawk_master ~/agent/workspace/hawk_master [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 165 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